Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 522 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 522 Bytes

tokml

Convert GeoJSON to KML.

Install

This package is @placemarkio/tokml

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.