<?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: Javascript Api Identify Raster pixel value in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-api-identify-raster-pixel-value/m-p/373138#M34615</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;see my reply at the bottom for the fix &lt;A href="https://community.esri.com/migrated-users/160431"&gt;NM Water&lt;/A&gt;​&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 02 Jun 2016 19:47:40 GMT</pubDate>
    <dc:creator>Anonymous User</dc:creator>
    <dc:date>2016-06-02T19:47:40Z</dc:date>
    <item>
      <title>Javascript Api Identify Raster pixel value</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-api-identify-raster-pixel-value/m-p/373131#M34608</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin: 0 0 1em; font-size: 14px; color: #000000; font-family: Arial, 'Liberation Sans', 'DejaVu Sans', sans-serif; background: #ffffff;"&gt;I have this map loaded using the ArcGIS API&lt;/P&gt;&lt;BLOCKQUOTE class="jive-quote" style="margin: 0 0 10px; padding-bottom: 1px; padding-left: 10px; font-size: 14px; color: #000000; font-family: Arial, 'Liberation Sans', 'DejaVu Sans', sans-serif; background: #eeeeee;"&gt;&lt;P style="margin: 0 0 1em; background: transparent;"&gt;&lt;A class="jive-link-external-small" href="http://ags.servirlabs.net/ArcGIS/rest/services/ReferenceNode/TRMM_30DAY/MapServer" rel="nofollow" target="_blank"&gt;http://ags.servirlabs.net/ArcGIS/rest/services/ReferenceNode/TRMM_30DAY/MapServer&lt;/A&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P style="margin: 0 0 1em; font-size: 14px; color: #000000; font-family: Arial, 'Liberation Sans', 'DejaVu Sans', sans-serif; background: #ffffff;"&gt;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&lt;/P&gt;&lt;BLOCKQUOTE class="jive-quote" style="margin: 0 0 10px; padding-bottom: 1px; padding-left: 10px; font-size: 14px; color: #000000; font-family: Arial, 'Liberation Sans', 'DejaVu Sans', sans-serif; background: #eeeeee;"&gt;&lt;P style="margin: 0 0 1em; background: transparent;"&gt;&lt;A class="jive-link-external-small" href="https://developers.arcgis.com/javascript/jssamples/find_popup.html" rel="nofollow" target="_blank"&gt;https://developers.arcgis.com/javascript/jssamples/find_popup.html&lt;/A&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P style="margin: 0 0 1em; font-size: 14px; color: #000000; font-family: Arial, 'Liberation Sans', 'DejaVu Sans', sans-serif; background: #ffffff;"&gt;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?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Aug 2014 14:02:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-api-identify-raster-pixel-value/m-p/373131#M34608</guid>
      <dc:creator>BeakalGobena</dc:creator>
      <dc:date>2014-08-20T14:02:44Z</dc:date>
    </item>
    <item>
      <title>Re: Javascript Api Identify Raster pixel value</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-api-identify-raster-pixel-value/m-p/373132#M34609</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here you go!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://jsfiddle.net/timw1984/0338cdra/2/" title="http://jsfiddle.net/timw1984/0338cdra/2/"&gt;Edit fiddle - JSFiddle&lt;/A&gt;‌&lt;A href="http://jsfiddle.net/timw1984/0338cdra/" title="http://jsfiddle.net/timw1984/0338cdra/"&gt;&lt;BR /&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Aug 2014 14:12:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-api-identify-raster-pixel-value/m-p/373132#M34609</guid>
      <dc:creator>TimWitt2</dc:creator>
      <dc:date>2014-08-20T14:12:52Z</dc:date>
    </item>
    <item>
      <title>Re: Javascript Api Identify Raster pixel value</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-api-identify-raster-pixel-value/m-p/373133#M34610</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Beakal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Noticed that Tim's sample is displaying the pixel's attributes like colour and layer name, i understand you are interested in the value of the pixel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have modified find_popup sample to display the pixel value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://jsfiddle.net/riyasdeen/s719a9wv/" title="http://jsfiddle.net/riyasdeen/s719a9wv/"&gt;Edit fiddle - JSFiddle&lt;/A&gt;‌&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Aug 2014 00:33:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-api-identify-raster-pixel-value/m-p/373133#M34610</guid>
      <dc:creator>RiyasDeen</dc:creator>
      <dc:date>2014-08-21T00:33:07Z</dc:date>
    </item>
    <item>
      <title>Re: Javascript Api Identify Raster pixel value</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-api-identify-raster-pixel-value/m-p/373134#M34611</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Tim and Riyas and&amp;nbsp; for the reply, IdentifyParameter and IdentifyTask is the write approach.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I ran into another problem, on my page I'm loading four different layers at a time while the IdentifyParameter object accepts only one url as a parameter. Note that the layers are not in the same map service, they are in a different urls and different locations. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When the users click on any of the layer, I want to get the pixel values from the clicked layer. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this some thing possible?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Aug 2014 14:22:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-api-identify-raster-pixel-value/m-p/373134#M34611</guid>
      <dc:creator>BeakalGobena</dc:creator>
      <dc:date>2014-08-22T14:22:49Z</dc:date>
    </item>
    <item>
      <title>Re: Javascript Api Identify Raster pixel value</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-api-identify-raster-pixel-value/m-p/373135#M34612</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Riyas. This is helpful. However, when I try to use your code I receive "undefined" as my pixel value in the pop up. My map service shows in the app and I can click to make the pop up show, but I do not receive a pixel value. Any ideas? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Nov 2014 17:32:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-api-identify-raster-pixel-value/m-p/373135#M34612</guid>
      <dc:creator>AudyBarnett</dc:creator>
      <dc:date>2014-11-13T17:32:22Z</dc:date>
    </item>
    <item>
      <title>Re: Javascript Api Identify Raster pixel value</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-api-identify-raster-pixel-value/m-p/373136#M34613</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Audy, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the same problem currently, I was wondering if you ever figured out how to tackle this issue? I still get undefined when trying to find the pixel value. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 May 2016 15:49:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-api-identify-raster-pixel-value/m-p/373136#M34613</guid>
      <dc:creator>NMWater</dc:creator>
      <dc:date>2016-05-05T15:49:30Z</dc:date>
    </item>
    <item>
      <title>Re: Javascript Api Identify Raster pixel value</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-api-identify-raster-pixel-value/m-p/373137#M34614</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/43900"&gt;Tim Witt&lt;/A&gt;&lt;SPAN style="color: #303030;"&gt; &lt;A href="https://community.esri.com/migrated-users/55033"&gt;Riyas Deen&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #303030;"&gt;Thanks! Teamwork!! &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/grin.png" /&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #303030;"&gt;We needed this too. &lt;/SPAN&gt;&lt;SPAN style="color: #303030;"&gt;It just needed a small fix from Riyas' example. Here is an updated working sample, using our DEM:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #303030;"&gt;&lt;A href="http://jsfiddle.net/kevinmSAGIS/L834u2nt/4/" title="http://jsfiddle.net/kevinmSAGIS/L834u2nt/4/"&gt;http://jsfiddle.net/kevinmSAGIS/L834u2nt/4/&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;A class="" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Fjsfiddle.net%2Fxaquaticx%2Fdpr2h508%2F1%2F" rel="nofollow" style="color: #287433; background-color: #ffffff; border: 0px; text-decoration: none; padding: 0px calc(12px + 0.35ex) 0px 0px;" target="_blank"&gt;Identify cell value with Popup in a mapServer raster&lt;/A&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had to add the following line &lt;SPAN style="color: #303030;"&gt;because there's a space in Pixel Value:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #303030;"&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; "Pixel Value is : " + feature.attributes[ 'Pixel Value']);&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jun 2016 19:37:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-api-identify-raster-pixel-value/m-p/373137#M34614</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2016-06-02T19:37:20Z</dc:date>
    </item>
    <item>
      <title>Re: Javascript Api Identify Raster pixel value</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-api-identify-raster-pixel-value/m-p/373138#M34615</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;see my reply at the bottom for the fix &lt;A href="https://community.esri.com/migrated-users/160431"&gt;NM Water&lt;/A&gt;​&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jun 2016 19:47:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-api-identify-raster-pixel-value/m-p/373138#M34615</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2016-06-02T19:47:40Z</dc:date>
    </item>
    <item>
      <title>Re: Javascript Api Identify Raster pixel value</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-api-identify-raster-pixel-value/m-p/373139#M34616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is great! I want to incorporate it&amp;nbsp;into a script I'm working on. Will it work to reference the 3.17 API instead of 3.10?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 Sep 2016 18:13:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-api-identify-raster-pixel-value/m-p/373139#M34616</guid>
      <dc:creator>LloydBronn</dc:creator>
      <dc:date>2016-09-25T18:13:12Z</dc:date>
    </item>
    <item>
      <title>Re: Javascript Api Identify Raster pixel value</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-api-identify-raster-pixel-value/m-p/373140#M34617</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P class=""&gt;Absolutely&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 Sep 2016 18:19:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-api-identify-raster-pixel-value/m-p/373140#M34617</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2016-09-25T18:19:12Z</dc:date>
    </item>
    <item>
      <title>Re: Javascript Api Identify Raster pixel value</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-api-identify-raster-pixel-value/m-p/373141#M34618</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When I switch the reference to 3.17, the map gets all screwed up (only certain tiles show up) and the identify widget becomes a line of text way up in the left corner of the map.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 Sep 2016 18:44:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-api-identify-raster-pixel-value/m-p/373141#M34618</guid>
      <dc:creator>LloydBronn</dc:creator>
      <dc:date>2016-09-25T18:44:28Z</dc:date>
    </item>
    <item>
      <title>Re: Javascript Api Identify Raster pixel value</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-api-identify-raster-pixel-value/m-p/373142#M34619</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P class=""&gt;Did you change the CSS references too?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 Sep 2016 19:47:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-api-identify-raster-pixel-value/m-p/373142#M34619</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2016-09-25T19:47:13Z</dc:date>
    </item>
    <item>
      <title>Re: Javascript Api Identify Raster pixel value</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-api-identify-raster-pixel-value/m-p/373143#M34620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN&gt;I did. There&amp;nbsp;is only one CSS reference in the example script.&amp;nbsp;&amp;lt;link rel="stylesheet" href="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Fjs.arcgis.com%2F3.10%2Fjs%2Fesri%2Fcss%2Fesri.css" rel="nofollow" target="_blank"&gt;http://js.arcgis.com/3.10/js/esri/css/esri.css&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Sep 2016 13:58:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-api-identify-raster-pixel-value/m-p/373143#M34620</guid>
      <dc:creator>LloydBronn</dc:creator>
      <dc:date>2016-09-27T13:58:09Z</dc:date>
    </item>
    <item>
      <title>Re: Javascript Api Identify Raster pixel value</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-api-identify-raster-pixel-value/m-p/373144#M34621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Lloyd,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;What did you update that url to?&amp;nbsp;&lt;/P&gt;&lt;P&gt;It was:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;lt;link rel="stylesheet" href="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Fjs.arcgis.com%2F3.10%2Fjs%2Fesri%2Fcss%2Fesri.css" rel="nofollow" target="_blank"&gt;http://js.arcgis.com/3.10/js/esri/css/esri.css&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you should change it to:&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;link rel="stylesheet" type="text/css" href="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=https%3A%2F%2Fjs.arcgis.com%2F3.17%2Fesri%2Fcss%2Fesri.css" rel="nofollow" target="_blank"&gt;https://js.arcgis.com/3.17/esri/css/esri.css&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Sep 2016 14:09:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-api-identify-raster-pixel-value/m-p/373144#M34621</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2016-09-27T14:09:14Z</dc:date>
    </item>
    <item>
      <title>Re: Javascript Api Identify Raster pixel value</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-api-identify-raster-pixel-value/m-p/373145#M34622</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I changed both to 3.17. It works perfectly with 3.10, but goes crazy with 3.17. The only other thing I changed was the center and zoom of the map.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Sep 2016 14:20:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-api-identify-raster-pixel-value/m-p/373145#M34622</guid>
      <dc:creator>LloydBronn</dc:creator>
      <dc:date>2016-09-27T14:20:46Z</dc:date>
    </item>
    <item>
      <title>Re: Javascript Api Identify Raster pixel value</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-api-identify-raster-pixel-value/m-p/373146#M34623</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P class=""&gt;Lloyd,&lt;/P&gt;&lt;P class=""&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp; Pay very close attention to the CSS URL the URL you are trying to use is incorrect. If you copy the CSS link I provided you will not have an issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Sep 2016 14:26:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-api-identify-raster-pixel-value/m-p/373146#M34623</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2016-09-27T14:26:43Z</dc:date>
    </item>
    <item>
      <title>Re: Javascript Api Identify Raster pixel value</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-api-identify-raster-pixel-value/m-p/373147#M34624</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That works, thanks!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Sep 2016 14:29:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-api-identify-raster-pixel-value/m-p/373147#M34624</guid>
      <dc:creator>LloydBronn</dc:creator>
      <dc:date>2016-09-27T14:29:00Z</dc:date>
    </item>
    <item>
      <title>Re: Javascript Api Identify Raster pixel value</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-api-identify-raster-pixel-value/m-p/373148#M34625</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Greetings&lt;A href="https://community.esri.com/migrated-users/3176"&gt;Derek Law&lt;/A&gt;‌ This would be an excellent feature to support in ArcGIS Online webmaps for identifying raster pixels in popups. &amp;nbsp;If webmaps support it natively we can use it for creating fully online Esri-cloud hosted WebApp Builder sites. Any thought if this might be implemented at some time in the future? &amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Dec 2016 14:44:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-api-identify-raster-pixel-value/m-p/373148#M34625</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2016-12-22T14:44:46Z</dc:date>
    </item>
    <item>
      <title>Re: Javascript Api Identify Raster pixel value</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-api-identify-raster-pixel-value/m-p/373149#M34626</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kevin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I see you've already submitted your enhancement suggestion on the ArcGIS Ideas threads,&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/ideas/12329" target="_blank"&gt;https://community.esri.com/ideas/12329&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And I can't comment on if and when this enhancement would be implemented at this time, sorry. It could probably use some more votes to make it a higher priority.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps and happy holidays,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jun 2021 08:31:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-api-identify-raster-pixel-value/m-p/373149#M34626</guid>
      <dc:creator>DerekLaw</dc:creator>
      <dc:date>2021-06-22T08:31:57Z</dc:date>
    </item>
    <item>
      <title>Re: Javascript Api Identify Raster pixel value</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-api-identify-raster-pixel-value/m-p/373150#M34627</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;BR /&gt;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?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Mar 2019 11:29:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-api-identify-raster-pixel-value/m-p/373150#M34627</guid>
      <dc:creator>GIS</dc:creator>
      <dc:date>2019-03-14T11:29:15Z</dc:date>
    </item>
  </channel>
</rss>

