geojson_to_kml
Convert GeoJSON files to KML format for geographic data visualization and integration, enabling precise format transformation with customizable document name, description, and property mapping.
Instructions
Convert GeoJSON to KML format
Input Schema
Name | Required | Description | Default |
---|---|---|---|
descriptionProperty | No | Property name in GeoJSON to use as KML description | description |
documentDescription | No | Description for the KML document | Converted from GeoJSON by GIS Format Conversion MCP |
documentName | No | Name for the KML document | GeoJSON Conversion |
geojson | Yes | GeoJSON object to convert | |
nameProperty | No | Property name in GeoJSON to use as KML name | name |