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
Starting from zoom level 19 we get the following error:
typeof this._tiles[canvasId] === 'undefined'
The _tiles object inside the clearTile method starting from zoomlevel 19 seems to be empty. When I check the network traffic our geoserver still sends pbf data with information.
The text was updated successfully, but these errors were encountered:
kurtraschke
added a commit
to kurtraschke/Leaflet.MapboxVectorTile
that referenced
this issue
Mar 6, 2016
Starting from zoom level 19 we get the following error:
typeof this._tiles[canvasId] === 'undefined'
The _tiles object inside the clearTile method starting from zoomlevel 19 seems to be empty. When I check the network traffic our geoserver still sends pbf data with information.
The text was updated successfully, but these errors were encountered: