Skip to content

compute the area of a geojson polygon or multipolygon

License

Notifications You must be signed in to change notification settings

mapwhit/geojson-area

 
 

Repository files navigation

NPM version Build Status

geojson-area

Calculate the area inside of any GeoJSON geometry.

usage

npm install @mapbox/geojson-area

example

var geojsonArea = require('@mapbox/geojson-area');

var area = geojsonArea.geometry(obj);

api

geojsonArea.geometry(obj)

Given a Geometry object, return contained area as square meters. Invalid input will return null.

Adapted from OpenLayers

About

compute the area of a geojson polygon or multipolygon

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 92.7%
  • Makefile 7.3%