How do I override the feature layer's onclick to check if the point clicked is within the "AIP"
dojo.connect(AIPlayer, "onClick", function(evt) { var graphic = evt.graphic; var attributes = evt.graphic.attributes; var infoTemplate = new esri.InfoTemplate; //1. set the infoTemplate's Contents and Title using the attributes //2. attach the infoTemplate to map.infoWindow //3. display the map's infoWindow at evt.mapPoint });
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.