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
Mapbox GL supports the token {prefix} in TileJSONs, where prefix is ((x % 16)*16 + y % 16) in hex (e.g. {prefix} is 00 for for tiles with (x,y) = (0,0), or {prefix} = aa for tiles with (x,y) = (11,11))
It would be useful to be able to support this so these tilejsons can be used for debugging.
The text was updated successfully, but these errors were encountered:
Mapbox GL supports the token {prefix} in TileJSONs, where prefix is
((x % 16)*16 + y % 16)
in hex (e.g. {prefix} is00
for for tiles with (x,y) = (0,0), or {prefix} =aa
for tiles with (x,y) = (11,11))It would be useful to be able to support this so these tilejsons can be used for debugging.
The text was updated successfully, but these errors were encountered: