-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix:Modify usa local json file city name for fix download url append … #135
fix:Modify usa local json file city name for fix download url append … #135
Conversation
Hi @mushroom11s, What is the command / UI action causing the tool to break? wahooMapsCreator/wahoomc/downloader.py Lines 78 to 89 in 26968e5
We could manage the conversion of _ to - you done in the json-files to be consistent in the Translate_Country mapping.wahooMapsCreator/wahoomc/constants.py Lines 24 to 31 in 26968e5
We might have less changes because each "country" needs only one change and not each occurrence. |
Yes, I got this error when i downloading the map of Massachusetts,and then i found that many cities name are the same |
All names that contain underlined cities have problems
|
… append error." This reverts commit 6839bec.
another way as initially done via treee111#135 (changes in json files)
another way as initially done via #135 (changes in json files)
* get correct geofabrik URL via conversion of `_` to `-` another way as initially done via #135 (changes in json files) * review changes - remove dublicate key - save .osm.pbf file with geofabrik name - move two functions into one - commonwealth_of_the_northern_mariana_islands still downloads two similar .osm.pbf files
Hi @mushroom11s, thanks again for pointing out this |
Fix: modify the city name of the US local JSON file to fix the download URL append error.