wahooMapsCreator icon indicating copy to clipboard operation
wahooMapsCreator copied to clipboard

[FIX] let osmosis use HDD instead of RAM when creating .map files

Open treee111 opened this issue 2 years ago • 1 comments

This PR…

  • fixes https://github.com/treee111/wahooMapsCreator/issues/145#issuecomment-1537518024
  • by using HDD for buffering or whatever with parameter "type=hd". Might be a little slower... but no more crash.

Considerations and implementations

issue report: https://github.com/treee111/wahooMapsCreator/issues/145#issuecomment-1537488604 solution: https://github.com/treee111/wahooMapsCreator/issues/145#issuecomment-1537518024

How to test

  1. run python -m wahoomc cli -xy 134/90 -con -srtm1 in branch develop
  2. run it with this change applied

Pull Request Checklist

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

treee111 avatar Jun 04 '23 19:06 treee111

might be relevant to this PR: https://stackoverflow.com/questions/7769676/creating-map-file-with-mapfilewriter-plugin-for-osmosis#comment119856289_13510989 if the issue arises again go throught it.

treee111 avatar Nov 21 '23 17:11 treee111