wellknown

WebJar for wellknown

Лицензия

Лицензия

BSD
Группа

Группа

org.webjars.npm
Идентификатор

Идентификатор

wellknown
Последняя версия

Последняя версия

0.5.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

wellknown
WebJar for wellknown
Ссылка на сайт

Ссылка на сайт

http://webjars.org
Система контроля версий

Система контроля версий

https://github.com/mapbox/wellknown

Скачать wellknown

Как подключить последнюю версию

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

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
org.webjars.npm : concat-stream jar [1.5.0,1.6)
org.webjars.npm : minimist jar [1.2.0,1.3)

Модули Проекта

Данный проект не имеет модулей.

Build Status Coverage Status

wellknown

Parse & stringify Well-Known Text into GeoJSON.

Support

  • Point + MultiPoint
  • LineString + MultiLineString
  • Polygon + MultiPolygon
  • GeometryCollection
  • 2D, 3D, 4D geometries

cli

install:

$ npm install -g wellknown

use:

$ echo "MultiPoint(0 0, 1 1, 3 3)" | wellknown > multipoint.geojson

usage

this is a node-style module that works in node.js via npm and in browsers via browserify or a standalone package:

npm install:

npm install wellknown

bower install:

bower install wellknown --save

standalone:

wget https://raw.github.com/mapbox/wellknown/master/wellknown.js

api

parse(wkt)

Given WKT as a string, return a GeoJSON geometry object or null if parse fails.

stringify(geojson)

Given a GeoJSON geometry object or Feature object, return a WKT representation as a string. Throws an error if given a FeatureCollection or unknown input.

example

var parse = require('wellknown');

parse('POINT(1 2)');

Integrating with Leaflet

// With Leaflet or MapBox.js
var geojsonLayer = L.geoJson(parse('Point(1 2)'));

See Also

Rant

The 'WKT Standard' is (mis)managed by the OGC, and thus is available on page 52 of this PDF.

Given the inaccessibility of the standard, there are no direct reference to it in this code.

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.

Версии библиотеки

Версия
0.5.0