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
Aangemelde leden kunnen berichten plaatsen, updates volgen en meer. Nieuw hier? Registreer een gratis account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.