turf-simplify
Advanced tools
Comparing version 1.0.1 to 1.0.2
var simplify = require('simplify-js'); | ||
/** | ||
* Simplifies a {GeoJSONFeature} containing a {GeoJSONLineString} or | ||
* {GeoJSONPolygon} geometry. Internally uses simplify-js to perform | ||
* simplification. | ||
* Simplifies a `GeoJSONFeature` containing a `GeoJSONLineString` or | ||
* `GeoJSONPolygon` geometry. Internally uses [simplify-js](http://mourner.github.io/simplify-js/) | ||
* to perform simplification. | ||
* | ||
@@ -8,0 +8,0 @@ * @module turf/simplify |
{ | ||
"name": "turf-simplify", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "simplify geographic shapes", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
24088