OpenLayers OpenLayers

Ticket #376 (closed bug: fixed)

Opened 3 years ago

Last modified 3 years ago

Fix tile.clear() calls that got overrun during removal of Prototype.js

Reported by: euzuro Assigned to:
Priority: blocker Milestone: 2.2 Release
Component: Layer Version: 2.2 RC1
Keywords: Cc:
State:

Description (Last modified by euzuro)

see:

http://trac.openlayers.org/changeset/1590#file8

in r1590, OpenLayers.Tile and OpenLayers.Tile.WFS got two of their clear() functions changed over to OpenLayers.Util.clearArray() on accident.

There is a slight chance that this may be the cause of some of this recent spate of tile misdrawing bugs...

see patch soon to follow.

Attachments

clear.patch (0.9 kB) - added by euzuro on 10/24/06 20:40:26.
change two instances back to using their tiles' clear() functions

Change History

10/24/06 20:40:26 changed by euzuro

  • attachment clear.patch added.

change two instances back to using their tiles' clear() functions

10/24/06 20:40:46 changed by euzuro

  • keywords set to review.
  • description changed.

10/25/06 05:13:58 changed by euzuro

  • owner changed.
  • component changed from general to Layer.

10/26/06 10:19:23 changed by tschaub

looks right - I'll commit

10/26/06 10:34:11 changed by tschaub

  • keywords changed from review to pullup.

all tests pass

10/27/06 09:37:39 changed by crschmidt

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

Pulled up in r1740