Skip to content
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] let osmosis use HDD instead of RAM when creating .map files #210

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

treee111
Copy link
Owner

@treee111 treee111 commented Jun 4, 2023

This PR…

  • fixes Contour lines #145 (comment)
  • 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: #145 (comment)
solution: #145 (comment)

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

@treee111 treee111 changed the title [FIX] While creating .map files, let osmosis use HDD instead of RAM [FIX] let osmosis use HDD instead of RAM when creating .map files Jun 4, 2023
@treee111 treee111 force-pushed the fix-java-error-contour-lines branch from 6513c2e to db0f267 Compare July 10, 2023 22:10
- fixes #145 (comment)
- use parameter "type=hd". Might be a little slower... but no more crash.
@treee111
Copy link
Owner Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Contour lines
1 participant