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
@lilleyse I think that this will mainly affect the PackageServer (and may therefore be addressed in #86 ). It could raise some subtle questions when we try to add encoding/decoding logic in the layer that accesses the database file. (For 3TZ, there is a "minor" normalization step at
When someone does const value = tilesetSource.getValue("example%20file.gltf");
then this should return the file if and only if it is really stored under that name in the package. (We still have to add some clarifications/constraints to the spec document, though...)
E.g.
example%20file.gltf
should be decoded toexample file.gltf
before reading from a .3dtiles database.CC CesiumGS/3d-tiles#727 (comment)
The text was updated successfully, but these errors were encountered: