KML to GeoJSON - Convert Google Earth Data
Convert KML files from Google Earth to GeoJSON for web mapping. Extract points, lines, and polygons. In-browser processing, your eyes only.
Input KML
Drop KML file here or click to browse
Output GeoJSON
About KML to GeoJSON Conversion
KML (Keyhole Markup Language) is the native format for Google Earth, widely used for storing geographic annotations, routes, and boundaries. GeoJSON is the modern standard for web mapping, offering simpler syntax and native JavaScript support.
This converter extracts all geographic features from your KML file and transforms them into a GeoJSON FeatureCollection. Use it to migrate Google Earth data to web mapping platforms like Leaflet, Mapbox, or OpenLayers.