You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Desired solution
I wish to import items / locations I exported from a custom Google MyMaps. I created the pins by uploading a csv with addresses in the format of street city country to Google MyMaps that were correctly parsed and are shown on the Google MyMaps Map. Then, I downloaded the points through this dialogue, trying KML and KMZ format:
I wish I could pass the export files along to be executed by the Python script to have a heat map generated. I also used this converter to convert the data to gpx: https://mygeodata.cloud/conversion.
Errors encountered
When trying to pass the respective export file, I got the respective errors:
Converted .gpx file and kml file: Execution was successful, but the map was empty
kmz file: NotImplementedError: Unsupported file extension for 'International_Addresses.kmz'
Is there any workaround to get the script working for single points in Google MyMaps?
Many thanks for your help!
The text was updated successfully, but these errors were encountered:
Desired solution
![Export](https://private-user-images.githubusercontent.com/59645920/294768020-9fa693af-49bc-4eb8-93a6-8095fb138ed3.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyNzQyOTYsIm5iZiI6MTczOTI3Mzk5NiwicGF0aCI6Ii81OTY0NTkyMC8yOTQ3NjgwMjAtOWZhNjkzYWYtNDliYy00ZWI4LTkzYTYtODA5NWZiMTM4ZWQzLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTElMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjExVDExMzk1NlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTlmMmZmYmI4MThhOTkwNjNkOTgzOTIyYTVmMTQ4NDFjZWY2ZWI5ZTY2YjQ5ZjI3MmJiNDRiNjZkOWQxOTRlYWEmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.c4xfBJ2zrP9XoBh-mMY4YTzKu0ZY7qPd9TIWGsqbChA)
I wish to import items / locations I exported from a custom Google MyMaps. I created the pins by uploading a csv with addresses in the format of street city country to Google MyMaps that were correctly parsed and are shown on the Google MyMaps Map. Then, I downloaded the points through this dialogue, trying KML and KMZ format:
I wish I could pass the export files along to be executed by the Python script to have a heat map generated. I also used this converter to convert the data to gpx: https://mygeodata.cloud/conversion.
Errors encountered
When trying to pass the respective export file, I got the respective errors:
Is there any workaround to get the script working for single points in Google MyMaps?
Many thanks for your help!
The text was updated successfully, but these errors were encountered: