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
Looking at this closer, I think My+tile.b3dm should technically be okay, My tile.b3dm would have to be My%20tile.b3dm though. This is the difference between encodeURI and encodeURIComponent. Though we should double check everything when we go to do this.
URIs in tileset JSON should be validated against https://tools.ietf.org/html/rfc3986#section-2.1.
This means a tile uri like
My+tile.b3dm
is not valid. Instead it should beMy%2Btile.b3dm
The text was updated successfully, but these errors were encountered: