compute the length of a geojson linestring or multilinestring
npm install geojson-lengthCalculate the length of a GeoJSON LineString or MultiLineString.
npm install geojson-length
``js
var geojsonLength = require('geojson-length');
var area = geojsonLength(geometry);
``