kml_to_geojson
Convert Google Earth / Google My Maps KML (2.0–2.2) to GeoJSON — the common request when someone exported a map from Google Earth or Google My Maps and needs it in a format other GIS tools/APIs accept (e.g. "convert my Google Earth file to GeoJSON", "KML to GeoJSON").
Returns the GeoJSON FeatureCollection as a JSON string.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kml | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |