Leaflet / Leaflet.VectorGrid

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

Adding feature collection after initialization #155

Open QbDesu opened 6 years ago

QbDesu commented 6 years ago

I was wondering if it was possible to add feature collections after the initial slicing. It would be nice to be able to asynchronously load additional feature collections. From what I could see the slicer web worker does not support adding slicers without overriding the existing ones and I would also not really know how to tell the affected tiles to refresh. If there is no way except using multiple vector grids for now consider this a feature suggestion.