Map files
Convert GeoJSON to KML online
Have GeoJSON from a web map, a GIS tool or your own code that you’d rather view in Google Earth or My Maps? Drop it in and the hub turns it into KML straight away. The conversion stays on your device — the file never leaves the browser.
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.