<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Hi Vidal,<br>
<br>
"afterfeaturemodified" and "featuremodified" are
OpenLayers.Layer.Vector events, so you need to do :<br>
<p class="MsoNormal"> vectorLayer.events.on({</p>
<p class="MsoNormal"> "afterfeaturemodified":
handleMeasurement,</p>
<p class="MsoNormal"> "featuremodified":
handleMeasurements</p>
<p class="MsoNormal"> });<br>
</p>
<p class="MsoNormal"><br>
Kind regards,<br>
</p>
<p class="MsoNormal"><br>
Alexandre<br>
</p>
<p class="MsoNormal"><br>
P.S. By the way, that question is "OpenLayers" related and should
have been asked to the OpenLayers-Users ML.<br>
</p>
<br>
<br>
On 11-03-04 08:04 AM, Vidal, Antoni wrote:
<blockquote
cite="mid:784FAC631C0CB14CAE68764151D5DA410AA9E487@CORRIOL.icc.local"
type="cite">
<meta http-equiv="Content-Type" content="text/html;
charset=ISO-8859-1">
<meta name="Generator" content="Microsoft Word 12 (filtered
medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EstilCorreuElectrnic17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:70.85pt 3.0cm 70.85pt 3.0cm;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
<div class="WordSection1">
<p class="MsoNormal">Hi list,<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">I’m trying to add a modify feature control.
It works but when feature has been modified,
afterfeaturemodified event is not triggered and new measure is
not calculated, my code:<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">var modifyOptions = {mode:
OpenLayers.Control.ModifyFeature.RESHAPE |
OpenLayers.Control.ModifyFeature.DRAG |
OpenLayers.Control.ModifyFeature.ROTATE};<o:p></o:p></p>
<p class="MsoNormal">var eventListeners = {"activate":
this.controlActivated, scope:this};<o:p></o:p></p>
<p class="MsoNormal"> action = new
GeoExt.Action({<o:p></o:p></p>
<p class="MsoNormal">
control: new OpenLayers.Control.ModifyFeature(vectorLayer,
{eventListeners: eventListeners}, modifyOptions),<o:p></o:p></p>
<p class="MsoNormal">
tooltip: 'Modifica',<o:p></o:p></p>
<p class="MsoNormal">
map: map,<o:p></o:p></p>
<p class="MsoNormal">
iconCls: 'modifyfeature',<o:p></o:p></p>
<p class="MsoNormal">
toggleGroup: 'tools'<o:p></o:p></p>
<p class="MsoNormal"> });<o:p></o:p></p>
<p class="MsoNormal"> <o:p></o:p></p>
<p class="MsoNormal"> action.control.events.on({<o:p></o:p></p>
<p class="MsoNormal"> "afterfeaturemodified":
handleMeasurement,<o:p></o:p></p>
<p class="MsoNormal"> "featuremodified":
handleMeasurements<o:p></o:p></p>
<p class="MsoNormal"> });<o:p></o:p></p>
<p class="MsoNormal"> <o:p></o:p></p>
<p class="MsoNormal">actions.push(action);<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Any help would be appreciate,<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal"><b><span style="font-size: 10pt;
font-family: "Arial","sans-serif";
color: rgb(13, 13, 13);">Antoni Vidal</span></b><span
style="color: rgb(13, 13, 13);"><o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size: 10pt; font-family:
"Arial","sans-serif"; color: gray;">Unitat
d'Aplicacions SIG-WEB<br>
<a moz-do-not-send="true"
href="http://mercuri.icc.cat/website/mob_nf/mob1/mob2/inici2.htm?CONSULTA=Institut%20Cartogr%25E0fic%20de%20Catalunya&XYADDRESS=429486:4580392"><span
style="color: gray;">Institut Cartogràfic de Catalunya</span></a><br>
Parc de Montjuïc, E-08038 Barcelona<br>
Tel. (+34) 93 567 15 00 (ext. 3228)<br>
<a moz-do-not-send="true" href="http://www.icc.cat/"><span
style="color: blue;">www.icc.cat</span></a></span><span
style="color: rgb(31, 73, 125);"><o:p></o:p></span></p>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
<pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
Users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Users@geoext.org">Users@geoext.org</a>
<a class="moz-txt-link-freetext" href="http://www.geoext.org/cgi-bin/mailman/listinfo/users">http://www.geoext.org/cgi-bin/mailman/listinfo/users</a>
</pre>
</blockquote>
<br>
<br>
<pre class="moz-signature" cols="72">--
Alexandre Dubé
Mapgears
<a class="moz-txt-link-abbreviated" href="http://www.mapgears.com">www.mapgears.com</a>
</pre>
</body>
</html>