geojson-length
v0.1.1
Published
compute the length of a geojson linestring or multilinestring
Readme
geojson-length
Calculate the length of a GeoJSON LineString or MultiLineString.
usage
npm install geojson-lengthvar geojsonLength = require('geojson-length');
var area = geojsonLength(geometry);