OpenLayers OpenLayers

Ticket #337 (closed feature: fixed)

Opened 2 years ago

Last modified 2 years ago

Tiles switched to positions outside maxextent while loading still draw

Reported by: crschmidt Assigned to: sderle
Priority: blocker Milestone: 2.2 Release
Component: general Version:
Keywords: Cc:
State:

Description

Load a page with a map of spain. Immediately zoom to hte extent of the world. Tiles which would end up outside the maxextent of the map are not moved... but because they were still loading, their display is set to null, which causes them to show up, with the wrong image, in the wrong place.

Reported by Jeff Dege, confirmed by me.

patch in progress.

Attachments

check-url.patch (2.5 kB) - added by sderle on 10/10/06 15:26:35.
check-url.2.patch (2.5 kB) - added by crschmidt on 10/10/06 15:33:24.
check-url.3.patch (3.2 kB) - added by sderle on 10/10/06 15:39:26.
updated patch now includes alpha support

Change History

10/10/06 15:26:35 changed by sderle

  • attachment check-url.patch added.

10/10/06 15:27:02 changed by sderle

  • keywords set to +review.
  • owner set to sderle.
  • status changed from new to assigned.

please review patch

10/10/06 15:28:40 changed by crschmidt

needs support for layer.alpha. Looking at it now.

10/10/06 15:33:24 changed by crschmidt

  • attachment check-url.2.patch added.

10/10/06 15:39:26 changed by sderle

  • attachment check-url.3.patch added.

updated patch now includes alpha support

10/10/06 15:39:59 changed by crschmidt

Updated patch has tests and fixes observable problem. Please commit.

10/10/06 15:43:56 changed by sderle

  • keywords deleted.
  • status changed from assigned to closed.
  • resolution set to fixed.

Fixed by r1721.