Convert GeoJSON to KML online
Turn GeoJSON from a web map, GIS tool or your own code into KML you can open in Google Earth or Google Maps — converted in your browser.
GeoJSON KML
Drop a GeoJSON file here
Converted in your browser — your file is never uploaded.
Why convert GeoJSON to KML?
GeoJSON is the web standard, but to view your data in Google Earth or load it into Google My Maps you need KML. Converting lets you turn coordinates, routes and areas from a web map into something you can explore in 3D or share with Google users.
What gets converted
Point,LineStringandPolygonfeatures become the matching KML geometries.- Multi-geometries and geometry collections become a KML
MultiGeometry. - Each feature’s
nameanddescriptionbecome the placemark name and description.
Private by design
Your GeoJSON is converted on your device — it is never uploaded to a server.
Frequently asked questions
Can I open the KML in Google Earth?
Yes — the output is standard KML 2.2 for Google Earth and My Maps.
Are polygons supported?
Yes, points, lines and polygons all convert, including holes in polygons.
Is my file uploaded?
No, the conversion happens entirely in your browser.
What becomes the placemark name?
The name property of each GeoJSON feature is used as the KML placemark name.