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
The scenario here is that we have a tileset.json that has an MAXAR_extent extension and also included in it's extensionsUsed. tileset.json then references 0/0/0.json as the first tile, this JSON does not list MAXAR_extent in extensionsUsed since it does not use it.
Our assumption is that extensionsUsed shall list all extensions used by the tileset itself and it's children, but the children does not need to list the parents extensions.
This error is only shown when running on /tileset.json, not /0/0/0.json
The text was updated successfully, but these errors were encountered:
The scenario here is that we have a
tileset.json
that has anMAXAR_extent
extension and also included in it'sextensionsUsed
.tileset.json
then references0/0/0.json
as the first tile, this JSON does not listMAXAR_extent
inextensionsUsed
since it does not use it.Our assumption is that
extensionsUsed
shall list all extensions used by the tileset itself and it's children, but the children does not need to list the parents extensions.This error is only shown when running on
/tileset.json
, not/0/0/0.json
The text was updated successfully, but these errors were encountered: