glenrobertson / leaflet-tilelayer-geojson

Leaflet TileLayer for GeoJSON tiles
Other
250 stars 79 forks source link

Keep feautures on map when zooming in #29

Closed Debakel closed 6 years ago

Debakel commented 8 years ago

In my case, the tile endpoint delivers the same geojson features for every zoom level. It doesn't get into more detail. So it's actually not necessary to remove all features and reload them for the new zoom level.

An option to keep all features on the map when zooming in would be nice.

dreamfalcon commented 8 years ago

That would be a great feature.