An open API service indexing awesome lists of open source software.

https://github.com/placemark/tokml

convert geojson to kml
https://github.com/placemark/tokml

geojson json kml

Last synced: 11 days ago
JSON representation

convert geojson to kml

Awesome Lists containing this project

README

        

# tokml

Convert GeoJSON to KML.

## Install

This package is [`@placemarkio/tokml`](https://www.npmjs.com/package/@placemarkio/tokml)

## [📕 API Documentation](http://tokml.docs.placemark.io/)

Notes:

- This method does not validate the GeoJSON inputs. Invalid FeatureCollections
may produce an exception.
- GeoJSON properties can have any kind of value, including objects and arrays.
KML properties are strings. Any non-string GeoJSON properties will be stringified
with JSON.stringify when converting to KML.