I have many WMSGetFeatureInfo controls for a specific map that allows me to set different "hotspots" based on users clicking layers. Well I have a priority of point features above area features so I need to disable all the other events.on from firing after one of them has if it is a point feature. I have tried to insert all my controls into an array and then .destroy() them but this causes an issue the next time around. Is there a method I can use to just break out of the events.on and the getfeatureinfo function of the control without destroying it? Appreciate any advice. -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/Can-I-stop-a-WMSGetFeatureInfo-after-events-on-fire-without-destroying-it-tp5895798p5895798.html Sent from the OpenLayers Users mailing list archive at Nabble.com. _______________________________________________ Users mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/openlayers-users
