OpenLayers OpenLayers

Ticket #1621 (closed bug: fixed)

Opened 4 months ago

Last modified 4 months ago

Geometries of type "Collection" are not erased by renderer

Reported by: pgiraud Assigned to:
Priority: minor Milestone: 2.7 Release
Component: Renderer.Elements Version: 2.6
Keywords: Cc:
State: Complete

Description

In the renderer eraseGeometry method, Collection geometries are not handled.

Attachments

patch-1621-r7538-A0.diff (1.9 kB) - added by pgiraud on 07/17/08 11:46:06.

Change History

07/17/08 11:46:06 changed by pgiraud

  • attachment patch-1621-r7538-A0.diff added.

07/17/08 11:46:53 changed by pgiraud

  • state set to Review.
  • type changed from feature to bug.

Please review the attached patch.

07/17/08 15:28:45 changed by elemoine

  • state changed from Review to Commit.

Please commit if you can confirm that the unit tests pass on FF and IE.

07/18/08 03:18:27 changed by pgiraud

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

(In [7542]) we forgot to take Geometry.Collection into account when erasing geometries, r=elemoine (Closes #1621)