geojson-normalize
Normalize any GeoJSON object into a GeoJSON FeatureCollection.
install
npm install --save @mapbox/geojson-normalize
api
normalize(object) -> featurecollection object
License |
License |
---|---|
Categories |
CategoriesGeo Business Logic Libraries Geospatial JSON Data ORM |
GroupId | GroupIdorg.webjars.npm |
ArtifactId | ArtifactIdgeojson-normalize |
Last Version | Last Version0.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiongeojson-normalize
WebJar for geojson-normalize
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
geojson-normalize-0.0.0.pom | |
geojson-normalize-0.0.0.jar | 7 KB |
geojson-normalize-0.0.0-sources.jar | 22 bytes |
geojson-normalize-0.0.0-javadoc.jar | 22 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/geojson-normalize/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>geojson-normalize</artifactId>
<version>0.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/geojson-normalize/
implementation 'org.webjars.npm:geojson-normalize:0.0.0'
// https://jarcasting.com/artifacts/org.webjars.npm/geojson-normalize/
implementation ("org.webjars.npm:geojson-normalize:0.0.0")
'org.webjars.npm:geojson-normalize:jar:0.0.0'
<dependency org="org.webjars.npm" name="geojson-normalize" rev="0.0.0">
<artifact name="geojson-normalize" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='geojson-normalize', version='0.0.0')
)
libraryDependencies += "org.webjars.npm" % "geojson-normalize" % "0.0.0"
[org.webjars.npm/geojson-normalize "0.0.0"]
Normalize any GeoJSON object into a GeoJSON FeatureCollection.
npm install --save @mapbox/geojson-normalize
normalize(object) -> featurecollection object
Version |
---|
0.0.0
|