OpenLayers OpenLayers

Ticket #1535 (closed feature: fixed)

Opened 3 months ago

Last modified 2 months ago

add featureremoved-type events to Layer.Vector

Reported by: elemoine Assigned to: elemoine
Priority: major Milestone: 2.7 Release
Component: Layer.Vector Version: 2.6
Keywords: Cc:
State: Complete

Attachments

patch-1535-r7051-A0.diff (5.7 kB) - added by elemoine on 05/02/08 11:10:37.

Change History

05/02/08 11:10:37 changed by elemoine

  • attachment patch-1535-r7051-A0.diff added.

05/03/08 07:38:08 changed by elemoine

  • state set to Review.

With this patch applied, current trunk tests (@7051) fail because Layer.Vector.destroy() calls its parent's destroy() before doing its own cleanup. Thus, this ticket depends on #1536 which has a patch for this cleanup issue. With both patches applied, tests pass on FF2 and IE7.

05/26/08 03:08:01 changed by fredj

  • state changed from Review to Commit.

lib/OpenLayers/Layer/Vector.js line 49: s/wll/will/

Tests pass on FF3 and IE6 (with patch for #1536)

05/27/08 03:56:29 changed by elemoine

  • status changed from new to closed.
  • state changed from Commit to Complete.
  • resolution set to fixed.

(In [7277]) add featureremoved-type events to Layer.Vector, r=fredj (closes #1535)