Wellknown
GeoJSON-emitting WKT parser for browsers and node
Install / Use
/learn @mapbox/WellknownREADME
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
- wicket
- openlayers wkt
- geomet converts between GeoJSON and WKT in Python
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.
Related Skills
node-connect
344.4kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
99.2kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
344.4kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
344.4kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
