leaflet-geojson-vt icon indicating copy to clipboard operation
leaflet-geojson-vt copied to clipboard

A plugin combining geojson-vt with leafletjs

Results 3 leaflet-geojson-vt issues
Sort by recently updated
recently updated
newest added

In your main page docs you say the basic usage is ```js var options = { maxZoom: 16, tolerance: 3, debug: 0, style: { fillColor: "#1EB300", color: "#F2FF00", }, };...

It just fills the polygons with default color.

Great work. I noticed that the first task in the TODO was the point interaction. Do you solve it now?