Opened 12 years ago
Closed 12 years ago
#7958 closed defect (fixed)
Map is Displayed Wrongly
Reported by: | ska- | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Core | Version: | latest |
Keywords: | Cc: |
Description
The map window displays the same part of the map at three places, see attachment. When you move the mouse pointer around the map window the location of the duplicate parts change places.
That happens on WinXP SP3 with Java 7 and Java 1.6.0 Update 22. With josm-tested and josm-latest.
I have no such problems on MacOSX with tested.
Attachments (1)
Change History (5)
by , 12 years ago
Attachment: | josm-error.jpg added |
---|
comment:1 by , 12 years ago
comment:2 by , 12 years ago
What exact version of Java 7 are you using ? The last update is 5.
Could you try with a recent version of Java 6 too ? (update 22 is very old, the last update is 33)
Thanks.
comment:4 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Many thanks, that did the trick!
I dropped the automatically created JOSM.exe and now use a CMD-file with:
C:\Programme\Java\jre7\bin\java.exe -Dsun.java2d.d3d=true -Dsun.java2d.ddscale=true -Dsun.java2d.opengl=true -Xmx512M -jar "%~dp0josm-latest.jar"
The map is displayed correctly now. It does work with just -Dsun.java2d.opengl=true, searching the Wiki does suggest that the other two ones might do increase the speed.
Ticket #7957 has been marked as a duplicate of this ticket.