Dear list,
What is the proper way to define the order of event triggering?
I tried following:
map.addControls([getFeatureControl1, getFeatureControl2]);
getFeatureControl1.activate();
getFeatureControl2.activate();

Then I added and activated it over way round. But the order it is triggered stays the same. The worst thing is that sometimes the order changing. Something like after about 10 clicks triggering occures in reverse order.
Thanks a lot in advance
_______________________________________________
Users mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/openlayers-users

Reply via email to