@mapbox/geojson-area

WebJar for @mapbox/geojson-area

License

License

BSD 2-Clause
Categories

Categories

Geo Business Logic Libraries Geospatial JSON Data
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

mapbox__geojson-area
Last Version

Last Version

0.2.2
Release Date

Release Date

Type

Type

jar
Description

Description

@mapbox/geojson-area
WebJar for @mapbox/geojson-area
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/mapbox/geojson-area

Download mapbox__geojson-area

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.npm/mapbox__geojson-area/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>mapbox__geojson-area</artifactId>
    <version>0.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/mapbox__geojson-area/
implementation 'org.webjars.npm:mapbox__geojson-area:0.2.2'
// https://jarcasting.com/artifacts/org.webjars.npm/mapbox__geojson-area/
implementation ("org.webjars.npm:mapbox__geojson-area:0.2.2")
'org.webjars.npm:mapbox__geojson-area:jar:0.2.2'
<dependency org="org.webjars.npm" name="mapbox__geojson-area" rev="0.2.2">
  <artifact name="mapbox__geojson-area" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='mapbox__geojson-area', version='0.2.2')
)
libraryDependencies += "org.webjars.npm" % "mapbox__geojson-area" % "0.2.2"
[org.webjars.npm/mapbox__geojson-area "0.2.2"]

Dependencies

compile (1)

Group / Artifact Type Version
org.webjars.npm : wgs84 jar [0.0.0]

Project Modules

There are no modules declared in this project.

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

org.webjars.npm

Mapbox

Mapbox is the location data platform for mobile and web applications. We're changing the way people move around cities and explore our world.

Versions

Version
0.2.2