mapbox / leaflet-pip

point in polygon intersections for leaflet
https://mapbox.github.io/leaflet-pip/
BSD 2-Clause "Simplified" License
199 stars 46 forks source link

Compatibility with GPX / KML #3

Closed ghost closed 10 years ago

ghost commented 10 years ago

Add somme instance test to work with https://github.com/shramov/leaflet-plugins

L.KML are equivalent to L.GeoJSON and it's use L.FeatureGroup insteads of L.MultiPolygon

tmcw commented 10 years ago
tmcw commented 10 years ago

Closing, I don't think the L.KML approach is very good.