@rudo @organicmaps
Is there a way to export saved places in 'My Lists' (csv-files) from Google Maps and import them into Organic Maps?
Top-level
@rudo @organicmaps 6 comments
@rudo @organicmaps @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. @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? |
@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.