idris-geojson-points
v1.1.0
Published
Get an array of all points from a GeoJSON FeatureCollection
Downloads
6
Readme
idris-geojson-points
Get an array of all points from a GeoJSON FeatureCollection
var getPoints = require('idris-geojson-points')
getPoints(collection, function(points) {
// ...
})