[OpenLayers-Users] deactivate control

Jochen Wagner jjwag0815 at googlemail.com
Fri May 4 06:45:37 EDT 2012


Hi,
I (newbe) have created a new Zoombox-Control for a map and it works fine:

...
new OpenLayers.Control.ZoomBox({alwaysZoom:true});
...

Now I have added a custom Control for adding vector-points to my map (for
routing), I activate this over a radion buttom:

    routecontrols = {
          start: new OpenLayers.Control.DrawFeature(
          start,
          SinglePoint,
          {'featureAdded': computeRoute}
        )
    }

    for (var key in routecontrols) {
        map.addControl(routecontrols[key]);
    }

My Problem now: If the Zoomboxcontrol is active, it is not possible to
activate my custom control. How can I trigger a control to be
active/inactive?

Thanks
Jo
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.osgeo.org/pipermail/openlayers-users/attachments/20120504/f199977d/attachment.html


More information about the Users mailing list