<?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: Reordering ArcGISImageServiceLayer in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/reordering-arcgisimageservicelayer/m-p/35976#M2988</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would think so.&amp;nbsp; Try loading a single band of the image layer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 May 2016 11:38:00 GMT</pubDate>
    <dc:creator>FC_Basson</dc:creator>
    <dc:date>2016-05-25T11:38:00Z</dc:date>
    <item>
      <title>Reordering ArcGISImageServiceLayer</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/reordering-arcgisimageservicelayer/m-p/35968#M2980</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to reorder ArcGISImageServiceLayer (&lt;A href="https://developers.arcgis.com/javascript/3/jsapi/arcgisimageservicelayer-amd.html" title="https://developers.arcgis.com/javascript/3/jsapi/arcgisimageservicelayer-amd.html"&gt;ArcGISImageServiceLayer | API Reference | ArcGIS API for JavaScript&lt;/A&gt; ) using the Map reorderLayer method (&lt;A href="https://developers.arcgis.com/javascript/3/jsapi/map-amd.html#reorderlayer" title="https://developers.arcgis.com/javascript/3/jsapi/map-amd.html#reorderlayer"&gt;Map | API Reference | ArcGIS API for JavaScript&lt;/A&gt; ) ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I notice that it will be created as&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;div&amp;gt; under &amp;lt;div&amp;gt; with class="esriMapLayers"&lt;/P&gt;&lt;P&gt;instead of&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;g&amp;gt; under &amp;lt;svg&amp;gt;&lt;/P&gt;&lt;P&gt;where all the feature layers are loaded into&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think this maybe the reason why reorderLayer does not work for ArcGISImageServiceLayer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm ok with any method as long as I can do reordering of ArcGISImageServiceLayer with FeatureLayer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alternatively, is there any way I can display a raster image that support reordering?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 May 2016 09:15:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/reordering-arcgisimageservicelayer/m-p/35968#M2980</guid>
      <dc:creator>BryanSng1</dc:creator>
      <dc:date>2016-05-23T09:15:04Z</dc:date>
    </item>
    <item>
      <title>Re: Reordering ArcGISImageServiceLayer</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/reordering-arcgisimageservicelayer/m-p/35969#M2981</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you want to manipulate the order of the image data sets in the Image Service? Then you will need to apply a mosaic rule on the Image Service (see &lt;A href="https://developers.arcgis.com/javascript/3/jsapi/arcgisimageservicelayer-amd.html#setmosaicrule" title="https://developers.arcgis.com/javascript/3/jsapi/arcgisimageservicelayer-amd.html#setmosaicrule"&gt;ArcGISImageServiceLayer | API Reference | ArcGIS API for JavaScript&lt;/A&gt;&amp;nbsp; and &lt;A href="https://developers.arcgis.com/javascript/3/jsapi/mosaicrule-amd.html" title="https://developers.arcgis.com/javascript/3/jsapi/mosaicrule-amd.html"&gt;MosaicRule | API Reference | ArcGIS API for JavaScript&lt;/A&gt; ).&amp;nbsp; The map reorderLayer function only applies to the layer order of the map and not the drawing order within a layer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 May 2016 11:01:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/reordering-arcgisimageservicelayer/m-p/35969#M2981</guid>
      <dc:creator>FC_Basson</dc:creator>
      <dc:date>2016-05-23T11:01:15Z</dc:date>
    </item>
    <item>
      <title>Re: Reordering ArcGISImageServiceLayer</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/reordering-arcgisimageservicelayer/m-p/35970#M2982</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hmm not really, more like imagine I got the following layers for a train station:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Feature layer A to showcase [Toilet]&lt;/P&gt;&lt;P&gt;2) Feature layer B to showcase [Trash Bin]&lt;/P&gt;&lt;P&gt;3) Image layer C to showcase [Station Layout]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;User can use a control to manipulate which layer should be on top of which one such that if I were to state that Image layer C is the last of them, then I will not be able to see Feature layer A and B since Image layer C will cover them.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 May 2016 13:15:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/reordering-arcgisimageservicelayer/m-p/35970#M2982</guid>
      <dc:creator>BryanSng1</dc:creator>
      <dc:date>2016-05-23T13:15:53Z</dc:date>
    </item>
    <item>
      <title>Re: Reordering ArcGISImageServiceLayer</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/reordering-arcgisimageservicelayer/m-p/35971#M2983</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The layer order is index based with 0 being the bottom layer, so if you want to move a layer to the top then you can do it like this:&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;SPAN style="color: #222222; font-family: Consolas, 'Lucida Console', monospace; font-size: 12px;"&gt;var fromtop = 0;&amp;nbsp; // layer order of visibility from the top
map.reorderLayer(layer, map.layerIds.length - 1 - fromtop);&lt;/SPAN&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Dec 2021 21:23:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/reordering-arcgisimageservicelayer/m-p/35971#M2983</guid>
      <dc:creator>FC_Basson</dc:creator>
      <dc:date>2021-12-10T21:23:43Z</dc:date>
    </item>
    <item>
      <title>Re: Reordering ArcGISImageServiceLayer</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/reordering-arcgisimageservicelayer/m-p/35972#M2984</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hmm, yeah but unfortunately, that works only for the feature layers, image layer does not react to any reorderLayer call.&lt;/P&gt;&lt;P&gt;Most probably due to the way image layer render itself to the dom (separate div rather of g within svg)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 May 2016 01:09:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/reordering-arcgisimageservicelayer/m-p/35972#M2984</guid>
      <dc:creator>BryanSng1</dc:creator>
      <dc:date>2016-05-24T01:09:07Z</dc:date>
    </item>
    <item>
      <title>Re: Reordering ArcGISImageServiceLayer</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/reordering-arcgisimageservicelayer/m-p/35973#M2985</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I realise that &lt;A href="https://developers.arcgis.com/javascript/3/jsapi/arcgisimageservicevectorlayer-amd.html" title="https://developers.arcgis.com/javascript/3/jsapi/arcgisimageservicevectorlayer-amd.html" rel="nofollow noopener noreferrer" target="_blank"&gt;ArcGISImageServiceVectorLayer | API Reference | ArcGIS API for JavaScript&lt;/A&gt; is able to render raster layer as g within svg but unlike my feature layer, it is missing the path that are supposed to be in it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's an example of the path:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;path fill="rgb(213, 242, 201)" fill-opacity="1" stroke="rgb(110, 110, 110)" stroke-opacity="1" stroke-width="0.5333333333333333" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="4" path="M 270,632 268,632 267,630 277,622 281,623 286,619 289,622 285,621 281,625 277,624 270,632" d="M 270 632 268 632 267 630 277 622 281 623 286 619 289 622 285 621 281 625 277 624 270 632" stroke-dasharray="none" dojoGfxStrokeStyle="solid" fill-rule="evenodd"&amp;gt;&amp;lt;/path&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there something special I should do to configure the image server or is it my js code?&lt;/P&gt;&lt;P&gt;My invocation is as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;var layer = new ArcGISImageServiceVectorLayer(url);
map.addLayer(layer);&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Dec 2021 21:23:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/reordering-arcgisimageservicelayer/m-p/35973#M2985</guid>
      <dc:creator>BryanSng1</dc:creator>
      <dc:date>2021-12-10T21:23:46Z</dc:date>
    </item>
    <item>
      <title>Re: Reordering ArcGISImageServiceLayer</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/reordering-arcgisimageservicelayer/m-p/35974#M2986</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First issue with this question, you asked about an ArcGISImageServiceLayer, which is inherits from a different class (&lt;A href="https://developers.arcgis.com/javascript/3/jsapi/dynamicmapservicelayer-amd.html" style="color: #00629b;"&gt;DynamicMapServiceLayer&lt;/A&gt;) than a ArcGISImageServiceVectorLayer (&lt;A href="https://developers.arcgis.com/javascript/3/jsapi/graphicslayer-amd.html" style="color: #00629b;"&gt;GraphicsLayer&lt;/A&gt;).&amp;nbsp; I think the graphics layers always render on top of the Dynamic layers, but if the layers you want to reorder are all from the Graphics layer type, you should still be able to reorder them.&amp;nbsp; See this &lt;A href="https://jsfiddle.net/fcbasson/0a9kch80/1/"&gt;fiddle&lt;/A&gt; - click the switch button and layer order changes. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 May 2016 07:29:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/reordering-arcgisimageservicelayer/m-p/35974#M2986</guid>
      <dc:creator>FC_Basson</dc:creator>
      <dc:date>2016-05-24T07:29:53Z</dc:date>
    </item>
    <item>
      <title>Re: Reordering ArcGISImageServiceLayer</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/reordering-arcgisimageservicelayer/m-p/35975#M2987</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The difference between the 2 layers type is good information. This assure me that using &lt;SPAN style="color: #3d3d3d; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;ArcGISImageServiceVectorLayer is the right way to go in order to play well in reordering with feature layers. &lt;/SPAN&gt;&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;Now I would need to find out how to display the image layer as it always does not render. The online api states that:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;SPAN style="color: #4d4d4d; font-family: 'Lucida Grande', 'Segoe UI', Arial, sans-serif; font-size: 14px;"&gt;The ArcGISImageServiceVectorLayer displays pixel values as vectors. To do this, the image service layer must be a two-band raster in which one band holds magnitude values and one band holds direction values. The ArcGISImageServiceVectorLayer also supports time-enabled data. &lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Currently my image layer has 3 bands (auto created when I import the image into ArcMap), do you think this is the problem?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 May 2016 11:34:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/reordering-arcgisimageservicelayer/m-p/35975#M2987</guid>
      <dc:creator>BryanSng1</dc:creator>
      <dc:date>2016-05-25T11:34:12Z</dc:date>
    </item>
    <item>
      <title>Re: Reordering ArcGISImageServiceLayer</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/reordering-arcgisimageservicelayer/m-p/35976#M2988</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would think so.&amp;nbsp; Try loading a single band of the image layer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 May 2016 11:38:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/reordering-arcgisimageservicelayer/m-p/35976#M2988</guid>
      <dc:creator>FC_Basson</dc:creator>
      <dc:date>2016-05-25T11:38:00Z</dc:date>
    </item>
    <item>
      <title>Re: Reordering ArcGISImageServiceLayer</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/reordering-arcgisimageservicelayer/m-p/35977#M2989</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hmm so far I hasn't had much luck with 1 band raster (by converting 3 band raster into 1 band raster). I also notice that the online article mention magnitude and direction values, I thought band should be holding color values?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 May 2016 09:46:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/reordering-arcgisimageservicelayer/m-p/35977#M2989</guid>
      <dc:creator>BryanSng1</dc:creator>
      <dc:date>2016-05-30T09:46:20Z</dc:date>
    </item>
    <item>
      <title>Re: Reordering ArcGISImageServiceLayer</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/reordering-arcgisimageservicelayer/m-p/35978#M2990</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hmm I'm quite juiced out of ideas, if I start from scratch again, does anyone know any ideas on how to reorder raster and feature layers? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jun 2016 10:13:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/reordering-arcgisimageservicelayer/m-p/35978#M2990</guid>
      <dc:creator>BryanSng1</dc:creator>
      <dc:date>2016-06-02T10:13:03Z</dc:date>
    </item>
    <item>
      <title>Re: Reordering ArcGISImageServiceLayer</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/reordering-arcgisimageservicelayer/m-p/35979#M2991</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you provide us with some sample code to see why it is not working?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jun 2016 10:17:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/reordering-arcgisimageservicelayer/m-p/35979#M2991</guid>
      <dc:creator>FC_Basson</dc:creator>
      <dc:date>2016-06-02T10:17:38Z</dc:date>
    </item>
    <item>
      <title>Re: Reordering ArcGISImageServiceLayer</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/reordering-arcgisimageservicelayer/m-p/35980#M2992</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The code is pretty simple:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;var map = new Map("mapDiv");
&lt;SPAN&gt;var basemap = new ArcGISTiledMapServiceLayer("&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2F10.229.85.29%2Farcgis%2Frest%2Fservices%2FdemoBasemap%2FMapServer" target="_blank"&gt;http://10.229.85.29/arcgis/rest/services/demoBasemap/MapServer&lt;/A&gt;&lt;SPAN&gt;");&lt;/SPAN&gt;
&lt;SPAN&gt;var featureLayer = new FeatureLayer("&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2F10.229.85.29%2Farcgis%2Frest%2Fservices%2FdemoFeature%2FMapServer%2F0" target="_blank"&gt;http://10.229.85.29/arcgis/rest/services/demoFeature/MapServer/0&lt;/A&gt;&lt;SPAN&gt;");&lt;/SPAN&gt;
&lt;SPAN&gt;var rasterLayer = new ArcGISImageVectorServiceLayer("&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2F10.229.85.29%2Farcgis%2Frest%2Fservices%2FdemoRaster%2FImageServer" target="_blank"&gt;http://10.229.85.29/arcgis/rest/services/demoRaster/ImageServer&lt;/A&gt;&lt;SPAN&gt;"); // 1 band raster layer&lt;/SPAN&gt;
map.addLayer(basemap); // showing
map.addLayer(featureLayer); // showing
map.addLayer(rasterLayer); // not showing&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think the key concern is in &lt;A href="http://10.229.85.29/arcgis/rest/services/demoRaster/ImageServer" title="http://10.229.85.29/arcgis/rest/services/demoRaster/ImageServer" rel="nofollow noopener noreferrer" target="_blank"&gt;http://10.229.85.29/arcgis/rest/services/demoRaster/ImageServer&lt;/A&gt; &lt;/P&gt;&lt;P&gt;Our image is like the layout of a train station that we scan into the computer and import it as a raster layer.&lt;/P&gt;&lt;P&gt;Don't think it has the directional or magnitude values as per the provided online sample&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Dec 2021 21:23:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/reordering-arcgisimageservicelayer/m-p/35980#M2992</guid>
      <dc:creator>BryanSng1</dc:creator>
      <dc:date>2021-12-10T21:23:48Z</dc:date>
    </item>
    <item>
      <title>Re: Reordering ArcGISImageServiceLayer</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/reordering-arcgisimageservicelayer/m-p/35981#M2993</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The API reference (&lt;A href="https://developers.arcgis.com/javascript/3/jsapi/arcgisimageservicevectorlayer-amd.html" title="https://developers.arcgis.com/javascript/3/jsapi/arcgisimageservicevectorlayer-amd.html"&gt;ArcGISImageServiceVectorLayer | API Reference | ArcGIS API for JavaScript&lt;/A&gt; ) states that the ArcGISImageVecto&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;rServiceLayer must have 2 bands:&amp;nbsp; "&lt;SPAN style="color: #4d4d4d; font-size: 14px;"&gt;To do this, the image service layer must be a two-band raster in which one band holds magnitude values and one band holds direction values."&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4d4d4d; font-family: arial, helvetica, sans-serif; font-size: 14px;"&gt;Will normal ArcGISImageServiceLayer not be sufficient?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jun 2016 11:44:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/reordering-arcgisimageservicelayer/m-p/35981#M2993</guid>
      <dc:creator>FC_Basson</dc:creator>
      <dc:date>2016-06-02T11:44:08Z</dc:date>
    </item>
    <item>
      <title>Re: Reordering ArcGISImageServiceLayer</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/reordering-arcgisimageservicelayer/m-p/35982#M2994</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #4d4d4d; font-family: arial, helvetica, sans-serif; font-size: 14px;"&gt;The current situation is like:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4d4d4d; font-family: arial, helvetica, sans-serif; font-size: 14px;"&gt;ArcGISImageServiceLayer can only display the layer but cannot reorder the layer between feature layer&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4d4d4d; font-family: arial, helvetica, sans-serif; font-size: 14px;"&gt;ArcGISImageServiceVectorLayer cannot display the layer but can reorder the layer between feature layer&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4d4d4d; font-family: arial, helvetica, sans-serif; font-size: 14px;"&gt;Hmm, imagine I got the train station layout raster and a feature layer that show where the exit point are&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4d4d4d; font-family: arial, helvetica, sans-serif; font-size: 14px;"&gt;Our requirement is to be able to reorder the map such that if I reorder train station layout on top of exit point&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4d4d4d; font-family: arial, helvetica, sans-serif; font-size: 14px;"&gt;&amp;nbsp; The train station layout will cover the exit point &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4d4d4d; font-family: arial, helvetica, sans-serif; font-size: 14px;"&gt;If I reorder exit point on top of train station layout&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4d4d4d; font-family: arial, helvetica, sans-serif; font-size: 14px;"&gt;&amp;nbsp; The exit point will overlay on top of train station layout&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4d4d4d; font-family: arial, helvetica, sans-serif; font-size: 14px;"&gt;Currently, the choke point is the "&lt;SPAN style="color: #4d4d4d; font-family: arial, helvetica, sans-serif; font-size: 14px;"&gt;cover the exit point" part because station layout will always render behind the exit point&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jun 2016 01:44:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/reordering-arcgisimageservicelayer/m-p/35982#M2994</guid>
      <dc:creator>BryanSng1</dc:creator>
      <dc:date>2016-06-03T01:44:02Z</dc:date>
    </item>
  </channel>
</rss>

