<?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: Publishing Image service and raster function in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/publishing-image-service-and-raster-function/m-p/302431#M27766</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure if that could be a limitation.&amp;nbsp; According to the documentation here (&lt;A href="http://resources.arcgis.com/en/help/main/10.1/#/Key_concepts_for_image_services/0154000003v2000000/" title="http://resources.arcgis.com/en/help/main/10.1/#/Key_concepts_for_image_services/0154000003v2000000/"&gt;ArcGIS Help 10.1&lt;/A&gt; ) the Pixels capabilities "Allows developers access to the pixel blocks of individual rasters in a mosaic dataset" and should be available in 10.1.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 Jul 2016 06:37:32 GMT</pubDate>
    <dc:creator>FC_Basson</dc:creator>
    <dc:date>2016-07-06T06:37:32Z</dc:date>
    <item>
      <title>Publishing Image service and raster function</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/publishing-image-service-and-raster-function/m-p/302428#M27763</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;I have published a raster as Image service and want to display it on the map using Arcgis api 4.0. Color of pixel should depend on raster cell value, exactly as in this example: &lt;A href="https://developers.arcgis.com/javascript/latest/sample-code/layers-imagery-pixelvalues/index.html" title="https://developers.arcgis.com/javascript/latest/sample-code/layers-imagery-pixelvalues/index.html"&gt;ImageryLayer - Set a client side pixel filter | ArcGIS API for JavaScript 4.0&lt;/A&gt; &lt;/P&gt;&lt;P&gt;Image service is published here: &lt;A href="http://62.236.121.188/arcgis/rest/services/AISData/CONTAINER_2013_04_test/ImageServer" title="http://62.236.121.188/arcgis/rest/services/AISData/CONTAINER_2013_04_test/ImageServer"&gt;AISData/CONTAINER_2013_04_test (ImageServer)&lt;/A&gt; and it has &lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14.4px;"&gt;Min Values: &lt;/STRONG&gt;&lt;SPAN style="color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14.4px;"&gt;0 &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14.4px;"&gt;Max Values: &lt;/STRONG&gt;&lt;SPAN style="color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14.4px;"&gt;421 &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when I replace Image service with mine in example's source code I get values between 0 and 255. And I get 3 bands when expected to get 1 with pixel values. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess this issue regards this example description: "&lt;SPAN style="color: #4c4c4c; font-family: 'Avenir Next W01', 'Avenir Next W00', 'Avenir Next', Avenir, 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 17px;"&gt;Setting the rendering rule to the &lt;/SPAN&gt;&lt;CODE style="font-family: Consolas, 'Andale Mono', 'Lucida Console', Monaco, 'Courier New', Courier, monospace; padding: 0.25rem; color: #595959; font-size: 0.85em; background-color: #f8f8f8;"&gt;None&lt;/CODE&gt;&lt;SPAN style="color: #4c4c4c; font-family: 'Avenir Next W01', 'Avenir Next W00', 'Avenir Next', Avenir, 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 17px;"&gt; raster function gives the user the ability to get the actual value of the pixel (the sea temperature) without it being altered by another raster function or rendering rule.&lt;/SPAN&gt;" &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also guess that&lt;SPAN style="color: #4c4c4c; font-family: 'Avenir Next W01', 'Avenir Next W00', 'Avenir Next', Avenir, 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 17px;"&gt; &lt;/SPAN&gt;&lt;CODE style="font-family: Consolas, 'Andale Mono', 'Lucida Console', Monaco, 'Courier New', Courier, monospace; padding: 0.25rem; color: #595959; font-size: 0.85em; background-color: #f8f8f8;"&gt;None&lt;/CODE&gt;&lt;SPAN style="color: #4c4c4c; font-family: 'Avenir Next W01', 'Avenir Next W00', 'Avenir Next', Avenir, 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 17px;"&gt; raster function is not available in my Image service, because I receive javascript Error:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;ImageLayerView2D.js:6 Error: {"error":{"code":400,"message":"Unable to complete operation.","details":["Do not allow execution of client function."]}}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at Error (native)&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at .&amp;lt;anonymous&amp;gt; (&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%2F4.0%2Fesri%2Flayers%2Fsupport%2FRaster.js%3A6%3A218" rel="nofollow" target="_blank"&gt;http://js.arcgis.com/4.0/esri/layers/support/Raster.js:6:218&lt;/A&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at f (&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%2F4.0%2Finit.js%3A150%3A21" rel="nofollow" target="_blank"&gt;https://js.arcgis.com/4.0/init.js:150:21&lt;/A&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at p (&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%2F4.0%2Finit.js%3A149%3A331" rel="nofollow" target="_blank"&gt;https://js.arcgis.com/4.0/init.js:149:331&lt;/A&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at resolve.callback (&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%2F4.0%2Finit.js%3A151%3A151" rel="nofollow" target="_blank"&gt;https://js.arcgis.com/4.0/init.js:151:151&lt;/A&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at &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%2F4.0%2Finit.js%3A325%3A198" rel="nofollow" target="_blank"&gt;https://js.arcgis.com/4.0/init.js:325:198&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at e (&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%2F4.0%2Finit.js%3A153%3A423" rel="nofollow" target="_blank"&gt;https://js.arcgis.com/4.0/init.js:153:423&lt;/A&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at f (&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%2F4.0%2Finit.js%3A153%3A349" rel="nofollow" target="_blank"&gt;https://js.arcgis.com/4.0/init.js:153:349&lt;/A&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at b.resolve (&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%2F4.0%2Finit.js%3A155%3A406" rel="nofollow" target="_blank"&gt;https://js.arcgis.com/4.0/init.js:155:406&lt;/A&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at c (&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%2F4.0%2Finit.js%3A154%3A287" rel="nofollow" target="_blank"&gt;https://js.arcgis.com/4.0/init.js:154:287&lt;/A&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I solve this issue?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jul 2016 12:46:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/publishing-image-service-and-raster-function/m-p/302428#M27763</guid>
      <dc:creator>AndžejMiloš</dc:creator>
      <dc:date>2016-07-05T12:46:42Z</dc:date>
    </item>
    <item>
      <title>Re: Publishing Image service and raster function</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/publishing-image-service-and-raster-function/m-p/302429#M27764</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you enabled "Pixels" in you Image Service capabilities?&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/210719_pastedImage_1.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jul 2016 13:33:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/publishing-image-service-and-raster-function/m-p/302429#M27764</guid>
      <dc:creator>FC_Basson</dc:creator>
      <dc:date>2016-07-05T13:33:32Z</dc:date>
    </item>
    <item>
      <title>Re: Publishing Image service and raster function</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/publishing-image-service-and-raster-function/m-p/302430#M27765</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I do not have "pixels" option when publishing as Image Service. I use ArcGIS Desktop 10.4 and ArcGIS Server 10.1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Imageservicecapabilities.png" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/210797_Imageservicecapabilities.png" style="width: 620px; height: 510px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jul 2016 06:24:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/publishing-image-service-and-raster-function/m-p/302430#M27765</guid>
      <dc:creator>AndžejMiloš</dc:creator>
      <dc:date>2016-07-06T06:24:08Z</dc:date>
    </item>
    <item>
      <title>Re: Publishing Image service and raster function</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/publishing-image-service-and-raster-function/m-p/302431#M27766</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure if that could be a limitation.&amp;nbsp; According to the documentation here (&lt;A href="http://resources.arcgis.com/en/help/main/10.1/#/Key_concepts_for_image_services/0154000003v2000000/" title="http://resources.arcgis.com/en/help/main/10.1/#/Key_concepts_for_image_services/0154000003v2000000/"&gt;ArcGIS Help 10.1&lt;/A&gt; ) the Pixels capabilities "Allows developers access to the pixel blocks of individual rasters in a mosaic dataset" and should be available in 10.1.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jul 2016 06:37:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/publishing-image-service-and-raster-function/m-p/302431#M27766</guid>
      <dc:creator>FC_Basson</dc:creator>
      <dc:date>2016-07-06T06:37:32Z</dc:date>
    </item>
    <item>
      <title>Re: Publishing Image service and raster function</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/publishing-image-service-and-raster-function/m-p/302432#M27767</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One more thing, have you calculated statistics on your rasters in the Image Service?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jul 2016 06:50:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/publishing-image-service-and-raster-function/m-p/302432#M27767</guid>
      <dc:creator>FC_Basson</dc:creator>
      <dc:date>2016-07-06T06:50:45Z</dc:date>
    </item>
    <item>
      <title>Re: Publishing Image service and raster function</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/publishing-image-service-and-raster-function/m-p/302433#M27768</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are a couple things about your Image Service that's bothering me.&lt;/P&gt;&lt;P&gt;1) &lt;STRONG&gt;Fields:&lt;/STRONG&gt; &lt;EM&gt;None&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;2) &lt;STRONG&gt;Max Mosaic Image Count:&lt;/STRONG&gt; &lt;EM&gt;null&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;3) &lt;STRONG&gt;Supports Statistics&lt;/STRONG&gt; - option not available&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jul 2016 07:00:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/publishing-image-service-and-raster-function/m-p/302433#M27768</guid>
      <dc:creator>FC_Basson</dc:creator>
      <dc:date>2016-07-06T07:00:15Z</dc:date>
    </item>
    <item>
      <title>Re: Publishing Image service and raster function</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/publishing-image-service-and-raster-function/m-p/302434#M27769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, I did not calculate statistics.. I have some rasters in file GDB and publish each raster by right click and choosing Share as Image Service.. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But it seems some raster preparation should be done before publishing. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jul 2016 07:06:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/publishing-image-service-and-raster-function/m-p/302434#M27769</guid>
      <dc:creator>AndžejMiloš</dc:creator>
      <dc:date>2016-07-06T07:06:30Z</dc:date>
    </item>
    <item>
      <title>Re: Publishing Image service and raster function</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/publishing-image-service-and-raster-function/m-p/302435#M27770</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have got "Pixels" option available when publishing rasters from Mosaic dataset. But to publish from Mosaic dataset Image Extension is needed and we do not have it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Looking for another way to publish Image service and have pixel access. Any ideas and help appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jul 2016 07:50:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/publishing-image-service-and-raster-function/m-p/302435#M27770</guid>
      <dc:creator>AndžejMiloš</dc:creator>
      <dc:date>2016-07-06T07:50:26Z</dc:date>
    </item>
    <item>
      <title>Re: Publishing Image service and raster function</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/publishing-image-service-and-raster-function/m-p/302436#M27771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Too bad &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/silly.png" /&gt;&amp;nbsp; I'm not sure what your requirements are, but you can publish rasters from inside a MXD as a standard Map Service and use it in the view as a MapImageLayer [&lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-MapImageLayer.html" title="https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-MapImageLayer.html"&gt;MapImageLayer | API Reference | ArcGIS API for JavaScript 4.0&lt;/A&gt;].&amp;nbsp; Then use an IdentifyTask [&lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-tasks-IdentifyTask.html" title="https://developers.arcgis.com/javascript/latest/api-reference/esri-tasks-IdentifyTask.html"&gt;IdentifyTask | API Reference | ArcGIS API for JavaScript 4.0&lt;/A&gt; ] to get the raster values.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jul 2016 07:57:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/publishing-image-service-and-raster-function/m-p/302436#M27771</guid>
      <dc:creator>FC_Basson</dc:creator>
      <dc:date>2016-07-06T07:57:11Z</dc:date>
    </item>
    <item>
      <title>Re: Publishing Image service and raster function</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/publishing-image-service-and-raster-function/m-p/302437#M27772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The requirements are:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;to display 2 rasters on side by side maps so that defined pixel value ranges have same color&lt;/LI&gt;&lt;LI&gt;to have pixel value identification by mouse clicking on the maps&lt;/LI&gt;&lt;LI&gt;to have range slider and display on the maps just those pixels from slider range (as shown in this example &lt;A href="https://developers.arcgis.com/javascript/3/samples/layers_raster/" title="https://developers.arcgis.com/javascript/3/samples/layers_raster/"&gt;Raster Layer with Pixel Filter&lt;/A&gt; )&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;I'm afraid I can not implement 3 requirement with MapService. Or I am wrong?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jul 2016 12:43:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/publishing-image-service-and-raster-function/m-p/302437#M27772</guid>
      <dc:creator>AndžejMiloš</dc:creator>
      <dc:date>2016-07-06T12:43:59Z</dc:date>
    </item>
    <item>
      <title>Re: Publishing Image service and raster function</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/publishing-image-service-and-raster-function/m-p/302438#M27773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes in that case a mosaic published as an Image Service is the only option if you want to apply raster functions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jul 2016 06:08:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/publishing-image-service-and-raster-function/m-p/302438#M27773</guid>
      <dc:creator>FC_Basson</dc:creator>
      <dc:date>2016-07-07T06:08:59Z</dc:date>
    </item>
    <item>
      <title>Re: Publishing Image service and raster function</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/publishing-image-service-and-raster-function/m-p/302439#M27774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then I skip requirement 3 and try to implement 1 and 2 with Mapservice as you suggested. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;With version of JSAPI 3 I used ArcGISDynamicMapServiceLayer to display Mapservice. &lt;/SPAN&gt;Should I use &lt;SPAN style="color: #3d3d3d; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;MapImageLayer to use Identify task in version 4? &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jul 2016 10:29:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/publishing-image-service-and-raster-function/m-p/302439#M27774</guid>
      <dc:creator>AndžejMiloš</dc:creator>
      <dc:date>2016-07-07T10:29:48Z</dc:date>
    </item>
    <item>
      <title>Re: Publishing Image service and raster function</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/publishing-image-service-and-raster-function/m-p/302440#M27775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes that should work for 4.0.&amp;nbsp; The pixel value is returned as field "Pixel Value".&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jul 2016 10:31:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/publishing-image-service-and-raster-function/m-p/302440#M27775</guid>
      <dc:creator>FC_Basson</dc:creator>
      <dc:date>2016-07-07T10:31:59Z</dc:date>
    </item>
    <item>
      <title>Re: Publishing Image service and raster function</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/publishing-image-service-and-raster-function/m-p/302441#M27776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Pixel Identification on &lt;SPAN style="color: #3d3d3d; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;MapImageLayer&lt;/SPAN&gt; works. Thank you. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jul 2016 13:54:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/publishing-image-service-and-raster-function/m-p/302441#M27776</guid>
      <dc:creator>AndžejMiloš</dc:creator>
      <dc:date>2016-07-07T13:54:22Z</dc:date>
    </item>
  </channel>
</rss>

