mapsforge / vtm

OpenGL vector map library - running on Android, iOS, Desktop and browser.
GNU Lesser General Public License v3.0
269 stars 89 forks source link

NextzenMvtTileSource has a render bug: wrong tile positions (shuffled) on the level 2 zoom. #1065

Closed Psijic closed 11 months ago

Psijic commented 1 year ago

NextzenMvtTileSource has a render bug: wrong tile positions (shuffled) on the level 2 zoom. That's why I used NextzenGeojsonTileSource

devemux86 commented 1 year ago

Please attach some screenshots here (not external links) to understand what you mean.

Psijic commented 12 months ago

devemux86 commented 11 months ago

This is probably an error in the map provider. At zoom levels 0-2 they provide the wrong tiles.

You can limit the min zoom level of the map view with Viewport.MIN_ZOOM_LEVEL = 3.

Nextzen