3.0.12 • Published 9 years ago
turf-explode v3.0.12
turf-explode
turf explode module
turf.explode(input)
Takes any GeoJSON object and return all positions as a FeatureCollection of Point features.
Parameters
| parameter | type | description | 
|---|---|---|
input | GeoJSON | input features | 
Example
var poly = turf.polygon([[
 [177.434692, -17.77517],
 [177.402076, -17.779093],
 [177.38079, -17.803937],
 [177.40242, -17.826164],
 [177.438468, -17.824857],
 [177.454948, -17.796746],
 [177.434692, -17.77517]
]]);
var points = turf.explode(poly);
//=poly
//=pointsInstallation
Requires nodejs.
$ npm install turf-explodeTests
$ npm test3.0.12
9 years ago
3.0.10
9 years ago
3.0.7-canary.ae89c8b3
9 years ago
3.0.5
9 years ago
3.0.1
9 years ago
3.0.0-canary.7879bf6c
9 years ago
3.0.0-canary.2f5f7167
9 years ago
1.0.1
11 years ago
1.0.0
11 years ago
0.1.3
11 years ago
0.1.2
11 years ago
0.1.1
11 years ago
0.1.0
11 years ago
