node-red-contrib-geofence
Advanced tools
Comparing version 0.2.0 to 0.2.1
{ | ||
"name": "node-red-contrib-geofence", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "A simple node to filter based on location", | ||
@@ -5,0 +5,0 @@ "dependencies" :{ |
@@ -63,3 +63,7 @@ var configButton; | ||
circle: false, | ||
circlemarker: false | ||
circlemarker: false, | ||
polygon: { | ||
showLength: true | ||
} | ||
} | ||
@@ -66,0 +70,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
4754792
44735