tokml
Version:
convert geojson to kml
40 lines (22 loc) • 737 B
Markdown
## 0.4.0
* Adds support for simplestyle-spec. Thanks [Vincent Sels!](https://github.com/vincentsels)
## 0.3.0
* Add support for encoding the KML TimeStamp tag from a field in a GeoJSON
properties object
## 0.2.5
* Fixes order of Geometry and ExtendedData tags in Placemarks
## 0.2.3
* Tolerates empty Polygon coordinates
* Tolerates empty geometry collections
## 0.2.2
* Fix formatting of `ExtendedData` sections
* Improved CLI help
## 0.2.1
* Fix encoded output of non-string data values
## 0.2.0
* [simplestyle-spec](https://github.com/mapbox/simplestyle-spec) support
* better help for the `tokml` binary
## 0.1.0
* Support document name and description properties.
## 0.0.3
* Support bare features and geometries.