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 });
Los miembros registrados pueden publicar, seguir actualizaciones y más. ¿Nuevo aquí? Regístrate gratis.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.