- Extracts
placemark
,geometry
andextendedData
into standalone functions - Address dependabot issues
- Outputs each
styleHash
withIconStyle
,LineStyle
andPolyStyle
nodes - Allows specifying an
iconUrl
inoptions
to overwrite thehref
on eachIcon
- Upgrade dependencies
- Fix #4 error with non-string id values
- Upgrade dev dependencies to fix tests and pass code coverage check
- Fix #2 setting the
simplestyle
option will now exclude the options from the<ExtendedData>
of the KML - Upgrade dependencies
- Simplify dependencies by removing unused website and moving helper functions into this repo
- Add support for placemark ID attributes mapbox#39
- Upgrade dependencies to resolve security audit warnings
- Adds support for simplestyle-spec. Thanks Vincent Sels!
- Add support for encoding the KML TimeStamp tag from a field in a GeoJSON properties object
- Fixes order of Geometry and ExtendedData tags in Placemarks
- Tolerates empty Polygon coordinates
- Tolerates empty geometry collections
- Fix formatting of
ExtendedData
sections - Improved CLI help
- Fix encoded output of non-string data values
- simplestyle-spec support
- better help for the
tokml
binary
- Support document name and description properties.
- Support bare features and geometries.