wahooMapsCreator
wahooMapsCreator copied to clipboard
Replaced osmconvert64-0.8.8p.exe
With the working real x64 0.8.10 version given to me by either Christiaan or Tobias of OpenAndroMaps (https://www.openandromaps.org/en) Thanks guys!
This is needed because the old one does not support long file pointers resulting in "osmconvert Error: could not jump in file" errors when processing very big files like us.osm.pbf
This PR…
Replaces the not working correctly with large files osmconvert64-0.8.8p.exe with a real x64 long file pointer version
Considerations and implementations
Replaced the file and changed the call to reflect the name change
How to test
- Before this PR "python -m wahoomc cli -co us" will eventually error out with an "osmconvert Error: could not jump in file:" error message
- After this PR it finishes successfully.
Pull Request Checklist
- [ ] Reviewed the Contributing Guidelines
- Especially the Pull-Requests section
- [ ] Commits (and commit-messages) are understandable
- [ ] Tested with macOS / Linux
- [X ] Tested with Windows