Leaflet / Leaflet.VectorGrid

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

Support setUrl like in TileLayer #49

Closed frodrigo closed 7 years ago

frodrigo commented 7 years ago

The VectorGrid layer may mimic the setUrl of TileLayer and the ability to update the URL once the layer is loaded. http://leafletjs.com/reference-1.0.2.html#tilelayer-seturl

IvanSanchez commented 7 years ago

I expect this to be meant only for the VectorGrid.Protobuf. For VectorGrid.Slicer maybe a setData would also be useful.