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 });
Angemeldete Mitglieder können Beiträge verfassen, Updates folgen und mehr. Neu hier? Registriere ein kostenloses Konto.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.