Leaflet / Leaflet.VectorGrid

Display gridded vector data (sliced GeoJSON or protobuf vector tiles) in Leaflet 1.0.0
593 stars 192 forks source link

Overzoom #212

Closed amenk closed 4 years ago

amenk commented 4 years ago

Is it possible to overzoom tiles? i.e. they are rendered until zoom level 14 and I want to display them for higher levels.

In the demo-vectortiles I tried to initialize OpenMapTiles with

    maxZoom: 20,
    maxNativeZoom: 14

But this leads to blurry high-zoom tiles instead of properly rendered vectors.

amenk commented 4 years ago

sorry, duplicate of https://github.com/Leaflet/Leaflet.VectorGrid/issues/87 Did not find it with the Github search