[OpenLayers-Users] OpenLayers.Control.ModifyFeature
mario1982 at libero.it
mario1982 at libero.it
Mon Mar 22 04:07:44 EDT 2010
The problem is that when I activate the select feature control (popupControl), is executed first the modify feature control instead; only after the select feature control is activated.
I need that when I call the select feature control, it must be activated the select feature control only and not the modify feature control.
I'm using OpenLayers.VERSION_NUMBER="$Revision: 1.2 $";
Thank you for your help,
regards,
Mario
> On Friday, March 19, 2010, mario1982 at libero.it <mario1982 at libero.it> wrote:
> > Hi,
> > I've got a problem with modify feature control.
> > It seems like onModificationStart event is call always before the other event I've got on my application even if I recall the other event. Is there a way to deactivate this control ?
> >
> > Here is a my code:
> >
> > modifyControls = {
> >
> > modify: new OpenLayers.Control.ModifyFeature(geometrylayer, {title:'Modifica area/percorso',
> > displayClass: 'modify', onModificationStart:onModStart, onModificationEnd:onModEnd, onModification:onMod})
> > };
> >
> > popupControl = new OpenLayers.Control.SelectFeature(geometrylayer,
> > {title:'Informazioni sul contenuto' , onSelect: onContentSelectArea, onUnselect: onContentUnselect} );
> >
> >
> > When I call popupControl, it always call onModificationStart event. I don't know why.
>
> Hi
>
> what if you deactivate the modify feature control when the select
> feature control is activated?
>
> also, what version of OpenLayers are you using?
>
> Cheers,
>
> --
> Eric Lemoine
>
> Camptocamp France SAS
> Savoie Technolac, BP 352
> 73377 Le Bourget du Lac, Cedex
>
> Tel : 00 33 4 79 44 44 96
> Mail : eric.lemoine at camptocamp.com
> http://www.camptocamp.com
>
More information about the Users
mailing list