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
- Host: GitHub
- URL: https://github.com/placemark/tokml
- Owner: placemark
- License: mit
- Created: 2021-02-11T21:34:33.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-12-21T03:00:46.000Z (4 months ago)
- Last Synced: 2025-04-14T02:11:46.616Z (11 days ago)
- Topics: geojson, json, kml
- Language: TypeScript
- Homepage: http://tokml.docs.placemark.io/
- Size: 521 KB
- Stars: 21
- Watchers: 3
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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.