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 });
Přihlášení členové mohou přispívat, sledovat aktualizace a další. Jste tu noví? Zaregistrujte si bezplatný účet.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.