You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When providing StandaloneDb.createEmpty with an ecefLocation, the ecefLocation is not persisted.
To Reproduce
constecefLocation=newEcefLocation({...})constdb=StandaloneDb.createEmpty("./noEcef.bim",{rootSubject: {name: "ecef demo"},
ecefLocation
});db.ecefLocation// undefineddb.ecefLocation=ecefLocationdb.ecefLocation// now defined
Expected behavior
Any CreateEmptyStandaloneIModelProps fields should persist when provided to createEmpty. If fields aren't applicable in this situation, that should be documented and the fields considered for deprecation/removal.
OS: Mac OS 15.3.1
iTwin.js 4.10.11
The text was updated successfully, but these errors were encountered:
Describe the bug
When providing
StandaloneDb.createEmpty
with anecefLocation
, theecefLocation
is not persisted.To Reproduce
Reproduction: https://replit.com/@benpolinsky/iTwin-standaloneDbcreateEmpty-ecefLocation-bug
Expected behavior
Any
CreateEmptyStandaloneIModelProps
fields should persist when provided tocreateEmpty
. If fields aren't applicable in this situation, that should be documented and the fields considered for deprecation/removal.The text was updated successfully, but these errors were encountered: