I have this map loaded using the ArcGIS API
http://ags.servirlabs.net/ArcGIS/rest/services/ReferenceNode/TRMM_30DAY/MapServer
I want to let the user click on the raster layer and display the pixel value at that specific x,y location in a pop up window. While googling I found this example
https://developers.arcgis.com/javascript/jssamples/find_popup.html
explaining how to use IdentifyTask. Can I use this feature for a raster layer plus the data is already loaded do I need to make an extra request to get the values every time the user clicks on the layer?
Solved! Go to Solution.
Hi,
Does anybody know if a custom widget for ArcGIS Online with this functionality has been created in the mean time and if so, where I could find it?
Greetings GIS_@IF,
I posted an example in this Idea Identifying Raster Cell values in ArcGIS Online feel free to vote for it!
You must have access to the code. In other words, it is not out-of-the-box in ArcGIS Online, yet.