wahooMapsCreator icon indicating copy to clipboard operation
wahooMapsCreator copied to clipboard

Replaced osmconvert64-0.8.8p.exe

Open Ebe66 opened this issue 8 months ago • 0 comments

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

  1. Before this PR "python -m wahoomc cli -co us" will eventually error out with an "osmconvert Error: could not jump in file:" error message
  2. After this PR it finishes successfully.

Pull Request Checklist

  • [ ] Reviewed the Contributing Guidelines
  • [ ] Commits (and commit-messages) are understandable
  • [ ] Tested with macOS / Linux
  • [X ] Tested with Windows

Ebe66 avatar Apr 24 '25 20:04 Ebe66