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
In the tileset.json spec, it is specified that tile URLs can either be relative or absolute. In the case of a relative URL that happens in a non-root tileset, it is unclear whether the URL should be created starting from the root tileset, or the non-root tileset.
Example:
tileset.json
anotherTileset.json
tile.b3dm
Given that the URL to tileset.json is www.example.com/tileset.json, what is the absolute URL of tile.b3dm ? Is it www.example.com/tile.b3dm or www.example.com/anotherTileset/tile.b3dm ?
The text was updated successfully, but these errors were encountered:
In the
tileset.json
spec, it is specified that tile URLs can either be relative or absolute. In the case of a relative URL that happens in a non-root tileset, it is unclear whether the URL should be created starting from the root tileset, or the non-root tileset.Example:
Given that the URL to
tileset.json
iswww.example.com/tileset.json
, what is the absolute URL of tile.b3dm ? Is itwww.example.com/tile.b3dm
orwww.example.com/anotherTileset/tile.b3dm
?The text was updated successfully, but these errors were encountered: