wellknown
Version:
convert wkt to geojson
38 lines (21 loc) • 668 B
Markdown
# CHANGELOG
## 0.5.0
* Add support for `Z` coordinates.
## 0.4.1
* Support for [alternative MultiPoint syntax](https://github.com/mapbox/wellknown/pull/29)
## 0.4.0
* Support for 4D geometries
## 0.3.1
* Fix for coordinate arrays with incorrect lengths
* Now uses semistandard for code formatting and tap for tests
## 0.3.0
* Now parses WKT with exponent values for coordinates.
## 0.2.0
* Introduces `.stringify(geojson)`
## 0.1.1
* Fix issue with multicoords being overeager - fixes GeometryCollection cases
## 0.1.0
* Added cli `wellknown` utility
* Supports linebreaks in geometrycollections
* Supports case-insensitive tags
* Added rant to README