OpenLayers OpenLayers

Ticket #1562 (closed bug: fixed)

Opened 3 months ago

Last modified 1 month ago

modify feature control must use silent:true when removing/destroying vertices

Reported by: elemoine Assigned to: elemoine
Priority: critical Milestone: 2.7 Release
Component: Control.ModifyFeature Version: SVN
Keywords: Cc:
State: Complete

Description

The modify feature control uses option silent:true when adding vertices (vertices, virtual vertices, handles) to the layer. Likewise, to prevent spurious removefeature-type events it must use that option when removing or destroying feature.

Attachments

patch-1562-r7288-A0.diff (6.2 kB) - added by elemoine on 05/29/08 15:56:18.

Change History

05/29/08 15:54:47 changed by elemoine

  • type changed from feature to bug.

05/29/08 15:56:18 changed by elemoine

  • attachment patch-1562-r7288-A0.diff added.

(follow-up: ↓ 3 ) 05/29/08 16:07:24 changed by elemoine

  • state set to Review.

All unit tests pass on FF2. Please review.

(in reply to: ↑ 2 ) 05/30/08 05:32:47 changed by fvanderbiest

Replying to elemoine:

All unit tests pass on FF2. Please review.

Not a review, but at least, it works, from a user-point of view ;-) Thank's Eric.

07/28/08 15:06:24 changed by euzuro

  • owner changed from elemoine to crschmidt.

07/28/08 15:15:40 changed by euzuro

  • priority changed from major to critical.

07/29/08 22:55:06 changed by crschmidt

  • owner changed from crschmidt to elemoine.
  • state changed from Review to Commit.

Elemoine:

I'm happy with this. Please go ahead and commit.

07/30/08 16:26:13 changed by elemoine

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

(In [7614]) modify feature control must use silent:true when removing/destroying vertices, p=me, r=crschmidt (closes #1562)