Leaflet / Leaflet.VectorGrid

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

Support for maxZoom and minZoom? #180

Closed gendronb closed 5 years ago

gendronb commented 5 years ago

Does the VectorGrid.Protobuf layer honor these properties (minZoom and MaxZoom, inherited from GridLayer)?

gendronb commented 5 years ago

Sorry, my mistake, I was using Leaflet.VectorGrid through its react-leaflet-vectorgrid integration, that does not propagate minZoom and maxZoom properties to the Leaflet.VectorGrid layer instance. Closing.