UNPKG
@mapbox/geojson-area
Version:
latest (0.2.2)
0.2.2
0.2.1
calculate the physical area of a geojson geometry
github.com/mapbox/geojson-area
mapbox/geojson-area
@mapbox/geojson-area
/
test
/
all.json
12 lines
(11 loc)
•
145 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
{
"type"
:
"Polygon"
,
"coordinates"
: [[ [
-180
,
-90
], [
-180
,
90
], [
180, 90
], [
180, -90
], [
-180
,
-90
] ] ] }