KML to GeoJSON Converter
Paste Google Earth KML XML data below to parse points, linestrings, and polygons into valid RFC 7946 GeoJSON format.
Why Convert KML to GeoJSON?
KML (Keyhole Markup Language) is XML-based and widely used in Google Earth. GeoJSON is the modern JSON standard for web mapping (Leaflet, Mapbox, OpenLayers, PostGIS). Converting KML to GeoJSON makes your spatial data lighter, faster to load, and directly usable in web APIs.