leaflet-lasso
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "leaflet-lasso", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Leaflet plugin for lasso selection", | ||
@@ -5,0 +5,0 @@ "author": "Jan Zak <zj@zakjan.cz>", |
@@ -9,3 +9,4 @@ # leaflet-lasso | ||
- L.Control | ||
- support also other layer types, not just markers (with @turf/intersect) | ||
- support markers hidden by L.MarkerClusterGroup | ||
- support also other layer types, not just markers (with @turf/intersect) | ||
- add L.Control |
@@ -11,4 +11,4 @@ import * as L from 'leaflet'; | ||
export interface LassoSelectedEvent extends LeafletEvent { | ||
polygon: LatLng[]; | ||
export interface LassoFinishedEvent extends LeafletEvent { | ||
latLngs: LatLng[]; | ||
layers: Layer[]; | ||
@@ -15,0 +15,0 @@ } |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
576004
11