geojson-polygon-self-intersections
Advanced tools
Comparing version 1.1.0 to 1.1.1
{ | ||
"name": "geojson-polygon-self-intersections", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"main": "index.js", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -22,7 +22,7 @@ # geojson-polygon-self-intersections | ||
// poly = ... | ||
// poly = {type: "Feature", geometry: {type: "Polygon", coordinates: [[[1, 10], [11, 13], ...]]}} | ||
var isects = gpsi(poly); | ||
// isects = [[5, 8], [7, 3], ...] | ||
// isects = {type: "Feature", geometry: {type: "MultiPoint", coordinates: [[5, 8], [7, 3], ...]}} | ||
``` | ||
@@ -29,0 +29,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
9322