An open API service indexing awesome lists of open source software.

https://github.com/tyrasd/geojson-length

Calculate the length of a GeoJSON LineString or MultiLineString
https://github.com/tyrasd/geojson-length

geojson javascript

Last synced: 6 days ago
JSON representation

Calculate the length of a GeoJSON LineString or MultiLineString

Awesome Lists containing this project

README

        

# geojson-length

Calculate the length of a [GeoJSON](http://geojson.org/) LineString or MultiLineString.

## usage

npm install geojson-length

```js
var geojsonLength = require('geojson-length');

var area = geojsonLength(geometry);
```