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 });
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.