Modify

Opened 15 years ago

Closed 15 years ago

#3313 closed defect (fixed)

[patch] Map turn white while zooming in

Reported by: Fabi2 Owned by: xeen
Priority: blocker Milestone:
Component: Core Version: tested
Keywords: zooming Cc:

Description

  1. Started the latest tested (r1981) with all Plugins disabled.
  2. Downloaded half of the city Greifswald in Germany from the server Zoom is at 573 m and upper left map corner at the zoom slider is white (see Screenhot 1)
  3. Scrolled in 1 tick with the mouse and got Screenshot 2
  4. Scrolled in 1 tick further and the whoole map turns white

Bug seems to be associated with http://josm.openstreetmap.de/ticket/3016
This is no deep zooming but the sli

Memory Usage: 369 MB / 3111 MB (201 MB allocated, but free)
Java version: 1.6.0_0 (OpenJDK on Linux)

Attachments (6)

zoom-bug1.png (195.8 KB ) - added by Fabi2 15 years ago.
Screenshot 1
zoom-bug2.png (153.8 KB ) - added by Fabi2 15 years ago.
Screenshot 2
work_around_openjdk_bug.patch (2.4 KB ) - added by xeen 15 years ago.
work_around_openjdk_bug.2.patch (2.4 KB ) - added by xeen 15 years ago.
work around unicode not being supported
work around openjdk bug without introducing new ones.patch (1.9 KB ) - added by xeen 15 years ago.
hopefully the OpenJDK has proper Area.intersect support :)
work around openjdk bug without introducing new ones.2.patch (1.9 KB ) - added by xeen 15 years ago.
unused imports must die!

Download all attachments as: .zip

Change History (26)

by Fabi2, 15 years ago

Attachment: zoom-bug1.png added

Screenshot 1

by Fabi2, 15 years ago

Attachment: zoom-bug2.png added

Screenshot 2

comment:2 by anonymous, 15 years ago

I did another restart and noticed that the count of mouse wheel ticks needed to get Screenshot 2 is from Screenshot 1 seem to differ. Now needed 3 ticks of zooming in to get Screenshot 2.

comment:3 by plaicy, 15 years ago

I can not reproduce it. Do you always get the same results? Are the results the same for jvm of sun?

comment:4 by anonymous, 15 years ago

More info:
I use OpenJDK (http://openjdk.java.net/) on Linux x86_64 (Debian Lenny) which is based on the Sun JKDK.

$ dpkg -l |grep jdk
ii openjdk-6-jdk 6b11-9.1+lenny2 OpenJDK Development Kit (JDK)
ii openjdk-6-jre 6b11-9.1+lenny2 OpenJDK Java runtime, using Hotspot JIT

On the last tested JOSM (and some tested latest versions) the same JDK worked mostly without problems and only had the described behaviour when zoomed in far to under 1 m, so it may be not only a JDK problem. Now with the latest josm-tested I have this bug direct after downloading. After downloading

http://api.openstreetmap.org/api/0.6/map?bbox=12.915802001953125,54.12945489870697,12.96661376953125,54.152784276412554 I now direct got a whole white map. For this bbox my 2nd try had the same result.

The how far i can zoom in depends on the size of the bounding box as i now found out. For http://api.openstreetmap.org/api/0.6/map?bbox=13.0517578125,54.132874681145694,13.272514343261719,54.18795459374365 i can zoom in a little bit further and initially only get the white left upper corner of the map,

With the Sun JDK:
java version "1.6.0_14"
Java(TM) SE Runtime Environment (build 1.6.0_14-b08)
Java HotSpot(TM) 64-Bit Server VM (build 14.0-b16, mixed mode)

everything works as expected for http://api.openstreetmap.org/api/0.6/map?bbox=13.401947021484375,54.06099995171849,13.4527587890625,54.10611237685854

comment:5 by Fabi2, 15 years ago

Maybe it is a rounding or value overflow problem, as I get also a white map, when zooming out very far, at teast for http://api.openstreetmap.org/api/0.6/map?bbox=13.0517578125,54.132874681145694,13.272514343261719,54.18795459374365 with OpenJDK.

comment:6 by anonymous, 15 years ago

I get similar artifacts. See #3323

comment:7 by Mursti, 15 years ago

I get similar behavior on my Debian Lenny too.

One interesting thing that doesn't seem to be reported is that when the drawing area is white the "height slider" values increase to RIGHT and decrease to LEFT.

So when I slide the slider from right to left the value is 150 and goes down as I slide to right. Then suddenly around 94 the map gets painted and the slider values start increasing again as I go "higher".

comment:8 by riechfield, 15 years ago

I've got the same problem; but only on my Ubuntu, OpenJDK

I tested various josm snapshot-versions.
It first appears in version 1823.

Maybe this helps to find the error.

comment:9 by stoecker, 15 years ago

Ticket #3323 has been marked as a duplicate of this ticket.

by xeen, 15 years ago

comment:10 by xeen, 15 years ago

Summary: Map turn white while zooming in[patch] Map turn white while zooming in

This is an OpenJDK bug. I added a workaround so OpenJDK stops drawing to random places. Tested with java-6-openjdk and java-6-sun-1.6.0.14. Please note that the drawing area will still turn white if zoomed in further than "< 1 m" but this is not related. (well, maybe it's the same OpenJDK bug, but it's not caused by drawing the world borders)

by xeen, 15 years ago

work around unicode not being supported

comment:11 by stoecker, 15 years ago

Owner: changed from team to xeen

The patch is not correct. When you draw a line you need to calculate the point where it crosses the border. The lines are not vertical or horizontal only (no longer since we have more projections).

comment:12 by stoecker, 15 years ago

Maybe the whole code should be improved. It usually will draw lots of lines which aren't visible at all.

comment:13 by xeen, 15 years ago

Ah, I see… it probably would be nice to have at least some idea about all the projection, coordinates and so on. I'll see if I can fix this taking your remark into account. Which projection would be suitable to test this with?

comment:14 by xeen, 15 years ago

Summary: [patch] Map turn white while zooming inMap turn white while zooming in

While at it… I guess I cannot assume that the "left border" will always be drawn from bottom to top, can I?

comment:15 by stoecker, 15 years ago

With UTM you get a nice oval.

Regarding left border - I do not know. If we introduce projections for north or south pole I doubt you can assume anything.

comment:16 by timo.lindfors@…, 15 years ago

Has this been reported to openjdk developers?

comment:17 by xeen, 15 years ago

I'm not sure, but you can find a couple of patches affecting Graphics2D that supposedly have been checked into the OpenJDK-7 tree. I haven't had the time to check more closely, so feel free to investigate and open a bugreport for openjdk.

by xeen, 15 years ago

hopefully the OpenJDK has proper Area.intersect support :)

comment:18 by xeen, 15 years ago

Summary: Map turn white while zooming in[patch] Map turn white while zooming in

If this patch works, it was actually easier than I thought. Rendering the borders and drawing an empty map takes about 3-5ms, depending on how much zoomed in you are. It gets slower the more you zoom in though, haven't tested if it's slower than without that area intersection stuff.

by xeen, 15 years ago

unused imports must die!

comment:19 by Bürste, 15 years ago

Ticket #3451 has been marked as a duplicate of this ticket.

comment:20 by stoecker, 15 years ago

Resolution: fixed
Status: newclosed

(In [2107]) close #3313 - patch by xeen - fix display problems with OpenJDK (hopefully)

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain xeen.
as The resolution will be set.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.