Email or username:

Password:

Forgot your password?
Top-level
Rudo

@jnbrgr @organicmaps I think you get all of the saved lists in the same way as mentioned on the page, by requesting a download of your Google Maps data. How do you get them as CSV? That said, you can convert the CSV to KMZ or GPX too.

5 comments
jan

@rudo @organicmaps
In Google Takeout
takeout.google.com/
there is a different option, which should be called:
"Saved - Collections of saved links (e.g. images, places, web pages) from Google Search and Google Maps."
By exporting this you will receive in a subfolder called "Saved" all your lists of Google Maps "My Lists", each as csv-file.
So far I wasn't successful to converting and importing them.

Rudo

@jnbrgr @organicmaps I looked at the CSV exports. This is trickier since they only contain a Google Maps URL. One would have to fetch the data (like title, coordinates) from the Google Maps API. To do that, you would have to provide an API key. Doable, but maybe easier as a script (where you provide the API key) instead of a browser-based tool.

Rudo

@organicmaps @jnbrgr @organicmaps@mastodon.social cool! 🙂 Glad somebody already solved the problem for the CSVs. Would it be helpful if I contributed a Python script to convert `Saved Places.json` too?

Go Up