<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: widget for identify values in raster data  using ARCGIS VIEWER for flex. in ArcGIS Viewer for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/widget-for-identify-values-in-raster-data-nbsp/m-p/494372#M13940</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Nadeem,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It shouldn't make any xml files, just the swf when you compile.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;However, if you do have two xml files, did you make sure that your widget tag in the config.xml points to the one you are modifying?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;widget label="Identify" left="430" top="80" height="150"
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; icon="assets/images/i_info.png"
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; config="widgets/Identify/IdentifyWidget_1.xml"
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; url="widgets/Identify/IdentifyWidget.swf"/&amp;gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;R_&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 12 Dec 2021 16:32:30 GMT</pubDate>
    <dc:creator>RhettZufelt</dc:creator>
    <dc:date>2021-12-12T16:32:30Z</dc:date>
    <item>
      <title>widget for identify values in raster data  using ARCGIS VIEWER for flex.</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/widget-for-identify-values-in-raster-data-nbsp/m-p/494353#M13921</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have used Kernel Density tool from the spatial analyst tool on one of my layer in the map document. the result is generated as raster data.i used identify tool (in the ARCMAP) to find the density at any point. However I want to do the same job from client side&amp;nbsp; using ARCGIS VIEWER for flex.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The things i want to know is :&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;should i publish map as map service or image service to access the density at every point under browser. and am i right is thinking to use identify task or is there some other trick. please give suggestion. is there any widget available.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Oct 2012 10:55:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/widget-for-identify-values-in-raster-data-nbsp/m-p/494353#M13921</guid>
      <dc:creator>NadeemQazi</dc:creator>
      <dc:date>2012-10-31T10:55:24Z</dc:date>
    </item>
    <item>
      <title>Re: widget for identify values in raster data  using ARCGIS VIEWER for flex.</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/widget-for-identify-values-in-raster-data-nbsp/m-p/494354#M13922</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Nadeem,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you publish your image as part of a map service you can use the identify tool to return pixel values:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.arcgis.com/home/item.html?id=39cf66d58c234279ba728c50461a1a89"&gt;http://www.arcgis.com/home/item.html?id=39cf66d58c234279ba728c50461a1a89&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This advise has been given before in this post:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.arcgis.com/threads/67208-kernel-density-on-raster-image-using-flex-API-or-geoprocessing?p=233863#post233863"&gt;http://forums.arcgis.com/threads/67208-kernel-density-on-raster-image-using-flex-API-or-geoprocessing?p=233863#post233863&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Are you having difficulty with the process, if so please explain &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anthony&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Oct 2012 12:23:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/widget-for-identify-values-in-raster-data-nbsp/m-p/494354#M13922</guid>
      <dc:creator>AnthonyGiles</dc:creator>
      <dc:date>2012-10-31T12:23:54Z</dc:date>
    </item>
    <item>
      <title>Re: widget for identify values in raster data  using ARCGIS VIEWER for flex.</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/widget-for-identify-values-in-raster-data-nbsp/m-p/494355#M13923</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Nadeem,&lt;BR /&gt;&lt;BR /&gt;If you publish your image as part of a map service you can use the identify tool to return pixel values:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.arcgis.com/home/item.html?id=39cf66d58c234279ba728c50461a1a89"&gt;http://www.arcgis.com/home/item.html?id=39cf66d58c234279ba728c50461a1a89&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;This advise has been given before in this post:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.arcgis.com/threads/67208-kernel-density-on-raster-image-using-flex-API-or-geoprocessing?p=233863#post233863"&gt;http://forums.arcgis.com/threads/67208-kernel-density-on-raster-image-using-flex-API-or-geoprocessing?p=233863#post233863&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Are you having difficulty with the process, if so please explain &lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Anthony&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for reply. I did use this widget however i was unable to specify my map 's layer in it. I Can see the widget in my application however it shows predefined layers not the layers from my map. I have checked its&amp;nbsp; XML file but could not get any thing. is there any link which shows how to use this widget in arcgis viewer for flex.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Oct 2012 17:23:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/widget-for-identify-values-in-raster-data-nbsp/m-p/494355#M13923</guid>
      <dc:creator>NadeemQazi</dc:creator>
      <dc:date>2012-10-31T17:23:57Z</dc:date>
    </item>
    <item>
      <title>Re: widget for identify values in raster data  using ARCGIS VIEWER for flex.</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/widget-for-identify-values-in-raster-data-nbsp/m-p/494356#M13924</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Nadeem,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Robert has included a PDF document in the download that explains how to set up the widget.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anthony&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Oct 2012 17:37:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/widget-for-identify-values-in-raster-data-nbsp/m-p/494356#M13924</guid>
      <dc:creator>AnthonyGiles</dc:creator>
      <dc:date>2012-10-31T17:37:45Z</dc:date>
    </item>
    <item>
      <title>Re: widget for identify values in raster data  using ARCGIS VIEWER for flex.</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/widget-for-identify-values-in-raster-data-nbsp/m-p/494357#M13925</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Once&amp;nbsp; you get it configured to use your layers instead of the default in the identifyWidget.xml, you may have issues with raster data.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I had to set &amp;lt;fields all="true" /&amp;gt; in the identifyWidget.xml for my raster layer in order to get the results.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In case this help,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;R_&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Oct 2012 18:41:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/widget-for-identify-values-in-raster-data-nbsp/m-p/494357#M13925</guid>
      <dc:creator>RhettZufelt</dc:creator>
      <dc:date>2012-10-31T18:41:29Z</dc:date>
    </item>
    <item>
      <title>Re: widget for identify values in raster data  using ARCGIS VIEWER for flex.</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/widget-for-identify-values-in-raster-data-nbsp/m-p/494358#M13926</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Once&amp;nbsp; you get it configured to use your layers instead of the default in the identifyWidget.xml, you may have issues with raster data.&lt;BR /&gt;&lt;BR /&gt;I had to set &amp;lt;fields all="true" /&amp;gt; in the identifyWidget.xml for my raster layer in order to get the results.&lt;BR /&gt;&lt;BR /&gt;In case this help,&lt;BR /&gt;&lt;BR /&gt;R_&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I use with &amp;lt;fields all="true" /&amp;gt; . ihave just one rast layer in my map.&amp;nbsp; i used following line in the xml file&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;name&amp;gt;kerneldensity&amp;lt;/name&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;fields all="true"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;field name="kerneldensity" alias="kerneldensity"/&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;field name="ZONING_TYPE" alias="Zoning Type" popuponly="true"/&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/fields&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;this lines does produce the name of the layer in the widget,however when i chose point and click on the layer to check the density i did nt find any thing in result window. i also checked it with lines make a ploygon&amp;nbsp; but it also did not produce any layer. please note it that i have created this raster layer by using kernel density function in the arcmap and for simplicity i have just used only the raster layer in my map. any suggestion.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Nov 2012 13:54:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/widget-for-identify-values-in-raster-data-nbsp/m-p/494358#M13926</guid>
      <dc:creator>NadeemQazi</dc:creator>
      <dc:date>2012-11-02T13:54:21Z</dc:date>
    </item>
    <item>
      <title>Re: widget for identify values in raster data  using ARCGIS VIEWER for flex.</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/widget-for-identify-values-in-raster-data-nbsp/m-p/494359#M13927</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Nadeem,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Have you added your layer as a basemap or operational layer? If it is a basemap make sure you have changed the tag called excludebasemaps to false&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anthony&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Nov 2012 14:49:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/widget-for-identify-values-in-raster-data-nbsp/m-p/494359#M13927</guid>
      <dc:creator>AnthonyGiles</dc:creator>
      <dc:date>2012-11-02T14:49:37Z</dc:date>
    </item>
    <item>
      <title>Re: widget for identify values in raster data  using ARCGIS VIEWER for flex.</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/widget-for-identify-values-in-raster-data-nbsp/m-p/494360#M13928</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Nadeem,&lt;BR /&gt;&lt;BR /&gt;Have you added your layer as a basemap or operational layer? If it is a basemap make sure you have changed the tag called excludebasemaps to false&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Anthony&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;i did it making it false however still it says no result found.there is only one raster layer in my map.i have use it as base map and make excludebasemap layer to false. When i use identify tool on this raster layer in arcmap it displays kernel density as value of pixels,in other word value of the pixel represent the kernel density value. I have published it as simple&amp;nbsp; map service. any suggestion&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;nadeem&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Nov 2012 15:11:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/widget-for-identify-values-in-raster-data-nbsp/m-p/494360#M13928</guid>
      <dc:creator>NadeemQazi</dc:creator>
      <dc:date>2012-11-02T15:11:05Z</dc:date>
    </item>
    <item>
      <title>Re: widget for identify values in raster data  using ARCGIS VIEWER for flex.</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/widget-for-identify-values-in-raster-data-nbsp/m-p/494361#M13929</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Nadeem,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have published elevation data in the exact same way in which you are publishing your data. I found that although the alias in the REST endpoint for the pixel value says Value it actually returns as 'Pixel value' so the layers tag looks like this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;layer&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;name&amp;gt;DTED2&amp;lt;/name&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;fields&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;field alias="Height" name="Pixel Value" /&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/fields&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;.......&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/layer&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Are your field names an exact match to the Alias field in the REST endpoint?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is your service publicly available so we can look at it&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anthony&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Nov 2012 15:20:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/widget-for-identify-values-in-raster-data-nbsp/m-p/494361#M13929</guid>
      <dc:creator>AnthonyGiles</dc:creator>
      <dc:date>2012-11-02T15:20:56Z</dc:date>
    </item>
    <item>
      <title>Re: widget for identify values in raster data  using ARCGIS VIEWER for flex.</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/widget-for-identify-values-in-raster-data-nbsp/m-p/494362#M13930</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Nadeem,&lt;BR /&gt;&lt;BR /&gt;I have published elevation data in the exact same way in which you are publishing your data. I found that although the alias in the REST endpoint for the pixel value says Value it actually returns as 'Pixel value' so the layers tag looks like this:&lt;BR /&gt;&lt;BR /&gt;&amp;lt;layer&amp;gt;&lt;BR /&gt;&amp;lt;name&amp;gt;DTED2&amp;lt;/name&amp;gt;&lt;BR /&gt;&amp;lt;fields&amp;gt;&lt;BR /&gt;&amp;lt;field alias="Height" name="Pixel Value" /&amp;gt;&lt;BR /&gt;&amp;lt;/fields&amp;gt;&lt;BR /&gt;.......&lt;BR /&gt;&amp;lt;/layer&amp;gt;&lt;BR /&gt;&lt;BR /&gt;Are your field names an exact match to the Alias field in the REST endpoint?&lt;BR /&gt;&lt;BR /&gt;Is your service publicly available so we can look at it&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Anthony&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; thank you very much for your help. if u like i can email you the data so that u can look on it.&amp;nbsp; is it ok. meanwhile i m trying your new&amp;nbsp; suggestion.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Nov 2012 15:38:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/widget-for-identify-values-in-raster-data-nbsp/m-p/494362#M13930</guid>
      <dc:creator>NadeemQazi</dc:creator>
      <dc:date>2012-11-02T15:38:53Z</dc:date>
    </item>
    <item>
      <title>Re: widget for identify values in raster data  using ARCGIS VIEWER for flex.</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/widget-for-identify-values-in-raster-data-nbsp/m-p/494363#M13931</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Nadeem,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How big is the file? If it is small enough to email then by all means send it to me, my email address is the same as my username for this forum. I will not be able to look at it till later next week though.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anthony&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Nov 2012 15:42:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/widget-for-identify-values-in-raster-data-nbsp/m-p/494363#M13931</guid>
      <dc:creator>AnthonyGiles</dc:creator>
      <dc:date>2012-11-02T15:42:19Z</dc:date>
    </item>
    <item>
      <title>Re: widget for identify values in raster data  using ARCGIS VIEWER for flex.</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/widget-for-identify-values-in-raster-data-nbsp/m-p/494364#M13932</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Nadeem,&lt;BR /&gt;&lt;BR /&gt;How big is the file? If it is small enough to email then by all means send it to me, my email address is the same as my username for this forum. I will not be able to look at it till later next week though.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Anthony&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;thank you total size is about 25MB, I have just emailed them from my account &lt;/SPAN&gt;&lt;A href="mailto:nadeemhqazi@yahoo.com"&gt;nadeemhqazi@yahoo.com&lt;/A&gt;&lt;SPAN&gt; in set of two email. The path of source file is "C:\wexford\data\test3" please extract the rar file(kerneldensity) under this path and copy the rest of the two&amp;nbsp; files(kerneldesnity.aux,kerneldensity.ovr,rasteronly) in C:\wexford\data\test3. the name of the map file is rasteronly. I am sending&amp;nbsp; these file in another email becaz of the size problem&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have published&amp;nbsp; it as map service on arcgis server10.1 and using the arcviewer for flex and the identify flex i a m trying to find the kernel density . please have a look and let me know what i am doing wrong. I appreciate your time.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;nadeem&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Nov 2012 17:51:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/widget-for-identify-values-in-raster-data-nbsp/m-p/494364#M13932</guid>
      <dc:creator>NadeemQazi</dc:creator>
      <dc:date>2012-11-02T17:51:27Z</dc:date>
    </item>
    <item>
      <title>Re: widget for identify values in raster data  using ARCGIS VIEWER for flex.</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/widget-for-identify-values-in-raster-data-nbsp/m-p/494365#M13933</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Nadeem, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I had to create a &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//0017000000m2000000"&gt;Raster Attribute Table&lt;/A&gt;&lt;SPAN&gt; to get the identify to work in my application.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You have to convert the values to integer values but with a little math using the &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//009z000000z7000000"&gt;Raster Calculator&lt;/A&gt;&lt;SPAN&gt; I got it all done, and it works like a charm.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I cannot tell if this is absolutely necessary but it did resolve my issue with identifying raster pixel values.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Chris B.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Nov 2012 17:58:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/widget-for-identify-values-in-raster-data-nbsp/m-p/494365#M13933</guid>
      <dc:creator>ChristopherBlinn1</dc:creator>
      <dc:date>2012-11-02T17:58:25Z</dc:date>
    </item>
    <item>
      <title>Re: widget for identify values in raster data  using ARCGIS VIEWER for flex.</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/widget-for-identify-values-in-raster-data-nbsp/m-p/494366#M13934</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;What version of the Identify widget are you using?&amp;nbsp; In the earlier versions, If I had the actual name of a raster layer in the &amp;lt;layers&amp;gt; area, I could not get the pixel values.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;had to code it like:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt; &amp;lt;fields all="true" /&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;With no name and/or fields, then it would report the class and pixel value of the raster.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;With the latest identify widget I am able to configure like such and get the data returned:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt; &amp;lt;layers onlythese="true"&amp;gt;
&amp;nbsp; &amp;lt;layer&amp;gt;
&amp;nbsp;&amp;nbsp; &amp;lt;name&amp;gt;Elevation&amp;lt;/name&amp;gt;
&amp;nbsp;&amp;nbsp; &amp;lt;fields all="false"&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;field name="Pixel Value" alias="NAVD88 (m)"&amp;nbsp; numberformat="2|,|." /&amp;gt;
&amp;nbsp;&amp;nbsp; &amp;lt;/fields&amp;gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;R_&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 21:45:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/widget-for-identify-values-in-raster-data-nbsp/m-p/494366#M13934</guid>
      <dc:creator>RhettZufelt</dc:creator>
      <dc:date>2021-12-11T21:45:31Z</dc:date>
    </item>
    <item>
      <title>Re: widget for identify values in raster data  using ARCGIS VIEWER for flex.</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/widget-for-identify-values-in-raster-data-nbsp/m-p/494367#M13935</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Nadeem,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I published your data using 9.3.1 on our server and tested the identify widget which returned no result. Using firebug in Firefox I examined the request that was getting sent and the response. It seems that the server does not like the spatial reference details that it is being sent and is returning an error.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The solution I found was to put the attribute wkid="29900" in the map tag in the main config file to force the application to use the correct spatial reference.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;All I had set in the identify tool was excludebasemaps set to false and &amp;lt;fields all="true" /&amp;gt;. This returned the correct pixel value.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I must add this was done with v2.5 and server 9.3.1&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anthony&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Nov 2012 06:17:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/widget-for-identify-values-in-raster-data-nbsp/m-p/494367#M13935</guid>
      <dc:creator>AnthonyGiles</dc:creator>
      <dc:date>2012-11-06T06:17:48Z</dc:date>
    </item>
    <item>
      <title>Re: widget for identify values in raster data  using ARCGIS VIEWER for flex.</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/widget-for-identify-values-in-raster-data-nbsp/m-p/494368#M13936</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;All,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; I just need to interject that you need to be careful not to confuse attributes between my widgets. The &amp;lt;fields all="true" /&amp;gt; is from the eSearch widget and not the Identify widget. There is no code what so ever in the Identify widget that uses all="true" in the fields element. &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Nov 2012 10:30:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/widget-for-identify-values-in-raster-data-nbsp/m-p/494368#M13936</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2012-11-06T10:30:57Z</dc:date>
    </item>
    <item>
      <title>Re: widget for identify values in raster data  using ARCGIS VIEWER for flex.</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/widget-for-identify-values-in-raster-data-nbsp/m-p/494369#M13937</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Robert,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Quite correct, I meant &amp;lt;layers onlythese="true"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I think I just picked up on something further up the thread and didn't check.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Sorry for any confusion Nadeem,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anthony&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Nov 2012 15:29:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/widget-for-identify-values-in-raster-data-nbsp/m-p/494369#M13937</guid>
      <dc:creator>AnthonyGiles</dc:creator>
      <dc:date>2012-11-06T15:29:05Z</dc:date>
    </item>
    <item>
      <title>Re: widget for identify values in raster data  using ARCGIS VIEWER for flex.</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/widget-for-identify-values-in-raster-data-nbsp/m-p/494370#M13938</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;All,&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; I just need to interject that you need to be careful not to confuse attributes between my widgets. The &amp;lt;fields all="true" /&amp;gt; is from the eSearch widget and not the Identify widget. There is no code what so ever in the Identify widget that uses all="true" in the fields element. &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Whoops, guess I carried that over from the Identify widget 3.0i example.xml that does have the&amp;nbsp; &amp;lt;fields all="true" /&amp;gt; in it.&amp;nbsp; Will make sure I update my configs.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;R_&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Nov 2012 15:42:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/widget-for-identify-values-in-raster-data-nbsp/m-p/494370#M13938</guid>
      <dc:creator>RhettZufelt</dc:creator>
      <dc:date>2012-11-06T15:42:55Z</dc:date>
    </item>
    <item>
      <title>Re: widget for identify values in raster data  using ARCGIS VIEWER for flex.</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/widget-for-identify-values-in-raster-data-nbsp/m-p/494371#M13939</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Nadeem,&lt;BR /&gt;&lt;BR /&gt;I published your data using 9.3.1 on our server and tested the identify widget which returned no result. Using firebug in Firefox I examined the request that was getting sent and the response. It seems that the server does not like the spatial reference details that it is being sent and is returning an error.&lt;BR /&gt;&lt;BR /&gt;The solution I found was to put the attribute wkid="29900" in the map tag in the main config file to force the application to use the correct spatial reference.&lt;BR /&gt;&lt;BR /&gt;All I had set in the identify tool was excludebasemaps set to false and &amp;lt;fields all="true" /&amp;gt;. This returned the correct pixel value.&lt;BR /&gt;&lt;BR /&gt;I must add this was done with v2.5 and server 9.3.1&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Anthony&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi anthony&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I applied as u wrote . here is the line i modified in the config file:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;map wkid="29900" esrilogovisible="true" openhandcursorvisible="true" scalebarvisible="true" zoomslidervisible="false" wraparound180="true" addarcgisbasemaps="true" top="40"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;than in IdentifyWidget_1.xml i used this tag: i just change tje name to kerneldensity whihc is the nameof mylayer and left other as default. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;layer&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;name&amp;gt;kerneldensity&amp;lt;/name&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;fields&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;field name="ZONING_NAME" alias="Zoning Name"/&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;field name="ZONING_TYPE" alias="Zoning Type" popuponly="true"/&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/fields&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;links&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;link includeinresults="false" field="" alias="" tooltip=""&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;linkprefix/&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;linksuffix/&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;iconfield/&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;iconprefix/&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;iconsuffix/&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/link&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/links&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;zoomscale&amp;gt;15000&amp;lt;/zoomscale&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;forcescale&amp;gt;true&amp;lt;/forcescale&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/layer&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;However it still produce me No result. please note that when i used&amp;nbsp; identify widget it has created two files IdentifyWidget_1.xml and IdentifyWidget.xml.&amp;nbsp; I modifed IdentifyWidget_1.xml with the above modification. Please also let me know how did you find error with firebug as i am trying to catch error .&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;regards &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;nadeem&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Nov 2012 10:49:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/widget-for-identify-values-in-raster-data-nbsp/m-p/494371#M13939</guid>
      <dc:creator>NadeemQazi</dc:creator>
      <dc:date>2012-11-07T10:49:53Z</dc:date>
    </item>
    <item>
      <title>Re: widget for identify values in raster data  using ARCGIS VIEWER for flex.</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/widget-for-identify-values-in-raster-data-nbsp/m-p/494372#M13940</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Nadeem,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It shouldn't make any xml files, just the swf when you compile.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;However, if you do have two xml files, did you make sure that your widget tag in the config.xml points to the one you are modifying?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;widget label="Identify" left="430" top="80" height="150"
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; icon="assets/images/i_info.png"
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; config="widgets/Identify/IdentifyWidget_1.xml"
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; url="widgets/Identify/IdentifyWidget.swf"/&amp;gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;R_&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 16:32:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/widget-for-identify-values-in-raster-data-nbsp/m-p/494372#M13940</guid>
      <dc:creator>RhettZufelt</dc:creator>
      <dc:date>2021-12-12T16:32:30Z</dc:date>
    </item>
  </channel>
</rss>

