Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 1.07 KB

File metadata and controls

20 lines (11 loc) · 1.07 KB

Convert Google Maps saved places to Organic Maps

logo

This project allows you to convert the Saved Places.json file that you get from downloading data from the "Your data in Maps" screen in Google Maps. Both GPX and KMZ options are available.

The bookmark name will be set to the name property if available, otherwise to the address, and if neither is available, to the GeoJSON coordinates.

Other metadata fields in the GeoJSON properties such as address, date, and google_maps_url are stored in the export description field, with labels bolded and line breaks.

Note

For converting CSV saved places exports from Google Takeout, there is a Python script available that will require you to generate a Google API key.

URL

https://rudokemper.github.io/google-maps-places-to-organic-maps/

Credits

This project uses the tokml library from Mapbox, and the togpx library from tyrasd.