[OpenLayers-Users] OpenLayers.Control.ModifyFeature
mario1982 at libero.it
mario1982 at libero.it
Mon Mar 22 11:43:41 EDT 2010
How can I deactivate the modify feature control when the select feature control is activated ?
Is there a way to force the modify feature control disactivation when the other control is active ?
Both controls operate on the same layer.
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