Summary: | Opening map in JOSM doesn't work | ||
---|---|---|---|
Product: | [Applications] marble | Reporter: | Rolf Eike Beer <kde> |
Component: | general | Assignee: | marble-bugs |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | nienhueser |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | 1.3 (KDE 4.8) | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/marble/c2b477db0a65695820e4766a5319a9bc0928f7da | Version Fixed In: | KDE-4.8.4 |
Sentry Crash Report: |
Description
Rolf Eike Beer
2012-03-04 14:27:30 UTC
Git commit b30bb5c5e9dc2ceacc2b4ab2e91a5bcc2045342f by Dennis Nienhüser. Committed on 20/05/2012 at 14:48. Pushed by nienhueser into branch 'master'. Fix josm arguments. M +2 -2 src/ControlView.cpp http://commits.kde.org/marble/b30bb5c5e9dc2ceacc2b4ab2e91a5bcc2045342f Git commit c2b477db0a65695820e4766a5319a9bc0928f7da by Dennis Nienhüser. Committed on 20/05/2012 at 14:48. Pushed by nienhueser into branch 'KDE/4.8'. Fix josm arguments. FIXED-IN: KDE-4.8.4 (cherry picked from commit b30bb5c5e9dc2ceacc2b4ab2e91a5bcc2045342f) M +2 -2 src/ControlView.cpp http://commits.kde.org/marble/c2b477db0a65695820e4766a5319a9bc0928f7da I doubt this fix will help, for 2 reasons: -if you now changed north and south now the other 2 quadrants of the earth (i.e. norther hemisphere west and southern hemisphere east) will likely break -I now tried editing something in Dublin and Capetown. There I get a different error message that /home/eike/<coordinates> does not exist (so the error descripbed here seems not to trigger) Have you verified that things now work? I have josm 5210. (In reply to comment #3) > -if you now changed north and south now the other 2 quadrants of the earth > (i.e. norther hemisphere west and southern hemisphere east) will likely break Longitude ranges from -180 to +180, latitude from -90 to 90. Irrespective of the quadrant south<north and west<east holds for those, so no special casing is needed (except for the IDL, which is however not handled by josm anyway and has no real practical relevance in this case). You can even rotate the viewport such that visually south is on top of north and it still works due to the usage of the LatLonAltBox in Marble. (In reply to comment #3) > -I now tried editing something in Dublin and Capetown. There I get a > different error message that /home/eike/<coordinates> does not exist (so the > error descripbed here seems not to trigger) > > Have you verified that things now work? I have josm 5210. I tested with version 4878, the one shipped with Kubuntu 12.04, which works fine. Now I also tested version 5120, which has a bug in command line handling: If any of the provided coordinates is negative, it tries to open it as a file, leading to the error message you get. This error is fixed in josm 5240, see http://josm.openstreetmap.de/ticket/7687 http://josm.openstreetmap.de/josm-latest.jar is currently 5241 and works fine again. |