README
geojson-length
Calculate the length of a GeoJSON LineString or MultiLineString.
usage
npm install geojson-length
var geojsonLength = require('geojson-length');
var area = geojsonLength(geometry);
compute the length of a geojson linestring or multilinestring
<script type="module">
import geojsonLength from 'https://cdn.skypack.dev/geojson-length';
</script>
Calculate the length of a GeoJSON LineString or MultiLineString.
npm install geojson-length
var geojsonLength = require('geojson-length');
var area = geojsonLength(geometry);