idris-geojson-bbox
v1.1.0
Published
Get the bounding box of a GeoJSON collection
Downloads
10
Readme
idris-geojson-bbox
Get the bounding box of a GeoJSON collection
var getBbox = require('idris-geojson-bbox')
getBbox(collection, function(bbox) {
// ...
})