How to convert KML to GeoJSON
Before you start
Paste KML content or drop a matching file.
Accepted: .kml · application/vnd.google-earth.kml+xml- Paste valid KML content, choose files, or drag them onto the drop zone.
- Confirm the detected format. Mixed-format batches are flagged before conversion.
- Select “Convert on this device.” Produces previewable GeoJSON text and a correctly named download.
How this converter behaves
The source records are parsed into a small, typed interchange model and serialized into the destination format with explicit fidelity limits.
What happens to your data?
The conversion engine runs in this browser tab. OmniCastConverter has no upload API and never sends your content, file name, or converted result to a server.
Fidelity and limitations
This route is classified as structural. The converter preserves meaning and structure supported by both formats.
- This interoperable route supports point features only and uses WGS84 longitude/latitude coordinates; it does not transform coordinate reference systems.
Try a valid example
The “Use example” action in the workbench loads this exact input. Produces previewable GeoJSON text and a correctly named download.
<kml xmlns="http://www.opengis.net/kml/2.2"><Document><Placemark><name>Vilnius</name><Point><coordinates>25.2797,54.6872</coordinates></Point></Placemark></Document></kml>