mhasbie / react-leaflet-vectorgrid

React wrapper of Leaflet.VectorGrid. Display gridded vector data (sliced GeoJSON or protobuf vector tiles) in Leaflet.
MIT License
19 stars 10 forks source link

Add support for minZoom and maxZoom #2

Closed gendronb closed 6 years ago

gendronb commented 6 years ago

Simple fix to pass minZoom and maxZoom properties to the underlying Leaflet.VectorGrid instance...

mhasbie commented 6 years ago

Thanks @gendronb for contributing.