@turf/combine
Advanced tools
Comparing version 4.5.2 to 4.6.0
24
index.js
@@ -11,22 +11,6 @@ var meta = require('@turf/meta'); | ||
* @example | ||
* var fc = { | ||
* "type": "FeatureCollection", | ||
* "features": [ | ||
* { | ||
* "type": "Feature", | ||
* "properties": {}, | ||
* "geometry": { | ||
* "type": "Point", | ||
* "coordinates": [19.026432, 47.49134] | ||
* } | ||
* }, { | ||
* "type": "Feature", | ||
* "properties": {}, | ||
* "geometry": { | ||
* "type": "Point", | ||
* "coordinates": [19.074497, 47.509548] | ||
* } | ||
* } | ||
* ] | ||
* }; | ||
* var fc = turf.featureCollection([ | ||
* turf.point([19.026432, 47.49134]), | ||
* turf.point([19.074497, 47.509548]) | ||
* ]); | ||
* | ||
@@ -33,0 +17,0 @@ * var combined = turf.combine(fc); |
{ | ||
"name": "@turf/combine", | ||
"version": "4.5.2", | ||
"version": "4.6.0", | ||
"description": "turf combine module", | ||
@@ -33,3 +33,3 @@ "main": "index.js", | ||
"devDependencies": { | ||
"@turf/helpers": "^4.5.2", | ||
"@turf/helpers": "^4.6.0", | ||
"benchmark": "^2.1.4", | ||
@@ -39,4 +39,4 @@ "tape": "^4.6.3" | ||
"dependencies": { | ||
"@turf/meta": "^4.5.2" | ||
"@turf/meta": "^4.6.0" | ||
} | ||
} |
@@ -15,22 +15,6 @@ # @turf/combine | ||
```javascript | ||
var fc = { | ||
"type": "FeatureCollection", | ||
"features": [ | ||
{ | ||
"type": "Feature", | ||
"properties": {}, | ||
"geometry": { | ||
"type": "Point", | ||
"coordinates": [19.026432, 47.49134] | ||
} | ||
}, { | ||
"type": "Feature", | ||
"properties": {}, | ||
"geometry": { | ||
"type": "Point", | ||
"coordinates": [19.074497, 47.509548] | ||
} | ||
} | ||
] | ||
}; | ||
var fc = turf.featureCollection([ | ||
turf.point([19.026432, 47.49134]), | ||
turf.point([19.074497, 47.509548]) | ||
]); | ||
@@ -37,0 +21,0 @@ var combined = turf.combine(fc); |
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
7128
85
52
Updated@turf/meta@^4.6.0