Total Hg (Nevada)
Alex, Oh I guess that it would have helped if you said that you where trying to do this using the SimpleInfoWinWidget. It uses whichever geometry is on top as it gets triggered by mouse events. Why not use the identify widget?
Would use the identify widget, but am taking advantage of your wonderful multiimagefield on these layers
if (label == "your layers label") featureLayer.addEventListener(GraphicEvent.GRAPHIC_ADD, disableAutoTop); // this should be added right before map.addLayer(featureLayer);
private function disableAutoTop(event:GraphicEvent):void { event.graphic.autoMoveToTop = false; }
import com.esri.ags.events.GraphicEvent
Les membres connectés peuvent publier, suivre les mises à jour, et plus encore. Nouveau ici ? Inscrivez-vous gratuitement.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.