This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function infoClickHandler (event) { | |
console.log('Info Click Handler Fired:', event) | |
let currentInfos = [] // the array we'll fill with the data returned from arcgis Server | |
// get pixel click location | |
const pixel = mapElement.getEventPixel(event.originalEvent) | |
// generate list of layers | |
let layers = [] |