-
|
Hi, I would like to import my Google Maps Saved Places to Organic Maps. TL;DR: it works kind off with tokml, but titles are missing. First I recognized that you have to use Google Takeout to get your Saved Places machine readable, it will output them as GeoJSON. This does not include Places you have saved in a custom list. They are exported as Bookmarks without any helpful metadata. So if you want to export them, you have to manually move them to the default list. Second it seems that organic maps imports only kml files. So I had to use https://github.com/mapbox/tokml to convert my data to KML. Just install it using When comparing my converted google maps export with an export from organic maps, you can actually see some differences, so it is propably a fixable problem. But before tweaking tokml to get a better match, I wanted to ask if there is a simpler way to achieve that? |
Beta Was this translation helpful? Give feedback.
Replies: 8 comments 17 replies
-
|
Update as of October 2025: Organic Maps supports GeoJSON import. So you can:
Note that some coordinates may have zeroes and appear in the Atlantic Ocean under Africa. We'll improve it. |
Beta Was this translation helpful? Give feedback.
-
|
resurecting this topic.. for a smooth transition from google maps to organic maps, there should be a clear way on how to export/import places |
Beta Was this translation helpful? Give feedback.
-
|
For those of you who are so lucky as to be Esri subscribers, I used JSON to Feature and then Layer to KML to transform the Google Takeout export to something Organic Maps could import. In Google Takeout, get both the Saved Places and Labeled Places if you have it. |
Beta Was this translation helpful? Give feedback.
-
|
It's been a few years. We still need this feature. I would really love to stop using Google Maps, but I have hundreds of places pinned and moving them manually is not feasible. |
Beta Was this translation helpful? Give feedback.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
-
|
while i understand your standing point, this is not the right place to advertise your app for monetization |
Beta Was this translation helpful? Give feedback.
-
|
Organic Maps can import Google Maps bookmarks now, please check https://github.com/orgs/organicmaps/discussions/928#discussioncomment-1049605 |
Beta Was this translation helpful? Give feedback.
Update as of October 2025: Organic Maps supports GeoJSON import. So you can:
Saved Places.jsonGeoJSON file using https://takeout.google.com/ and choosing Maps (your places) / Records of your starred places and place reviews.. Make sure that JSON format is selected.Saved Places.json.Note that some coordinates may have zeroes and appear in the Atlantic Ocean under Africa. We'll improve it.