<?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: ordering multiple mapservices in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/ordering-multiple-mapservices/m-p/215457#M19951</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;I develop a large number of webmapping application every year for the same costumer and in the various project at least an half of the layers are repeated. &lt;BR /&gt;For this reason I'm evaluating the possibility to create a basic, fixed MXD containing these redundant layers and generate from it a basic Mapservice (with the 4/5 common layers). &lt;BR /&gt;My question, at this point, is what happens when I use layers coming from two (or more) different mapservices in the same javascript api application?&lt;BR /&gt;&lt;BR /&gt;For example, in the following situation:&lt;BR /&gt; &lt;BR /&gt;Mapservice_1 (layer 0, layer 1, layer 2)&lt;BR /&gt;Mapservice_2 (layer 0, layer 1, layer 2, layer 3)&lt;BR /&gt;&lt;BR /&gt;the order (in the z-axis) of the layers for every single mapservice is defined by the array index (that depends from the layer order in the mxd project) and it's ok.&lt;BR /&gt;&lt;BR /&gt;How can I specify in the application that Mapservice_1 layer's have to be drawn before Mapservice_2 layer's?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;map.addLayers([Mapservice_1, Mapservice_2])&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Jun 2011 11:50:31 GMT</pubDate>
    <dc:creator>HemingZhu</dc:creator>
    <dc:date>2011-06-29T11:50:31Z</dc:date>
    <item>
      <title>ordering multiple mapservices</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/ordering-multiple-mapservices/m-p/215456#M19950</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I develop a large number of webmapping application every year for the same costumer and in the various project at least an half of the layers are repeated. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;For this reason I'm evaluating the possibility to create a basic, fixed MXD containing these redundant layers and generate from it a basic Mapservice (with the 4/5 common layers). &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;My question, at this point, is what happens when I use layers coming from two (or more) different mapservices in the same javascript api application?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For example, in the following situation:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Mapservice_1 (layer 0, layer 1, layer 2)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Mapservice_2 (layer 0, layer 1, layer 2, layer 3)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;the order (in the z-axis) of the layers for every single mapservice is defined by the array index (that depends from the layer order in the mxd project) and it's ok.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How can I specify in the application that Mapservice_1 layer's have to be drawn before Mapservice_2 layer's?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jun 2011 07:12:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/ordering-multiple-mapservices/m-p/215456#M19950</guid>
      <dc:creator>AlessioDi_Lorenzo</dc:creator>
      <dc:date>2011-06-29T07:12:06Z</dc:date>
    </item>
    <item>
      <title>Re: ordering multiple mapservices</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/ordering-multiple-mapservices/m-p/215457#M19951</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;I develop a large number of webmapping application every year for the same costumer and in the various project at least an half of the layers are repeated. &lt;BR /&gt;For this reason I'm evaluating the possibility to create a basic, fixed MXD containing these redundant layers and generate from it a basic Mapservice (with the 4/5 common layers). &lt;BR /&gt;My question, at this point, is what happens when I use layers coming from two (or more) different mapservices in the same javascript api application?&lt;BR /&gt;&lt;BR /&gt;For example, in the following situation:&lt;BR /&gt; &lt;BR /&gt;Mapservice_1 (layer 0, layer 1, layer 2)&lt;BR /&gt;Mapservice_2 (layer 0, layer 1, layer 2, layer 3)&lt;BR /&gt;&lt;BR /&gt;the order (in the z-axis) of the layers for every single mapservice is defined by the array index (that depends from the layer order in the mxd project) and it's ok.&lt;BR /&gt;&lt;BR /&gt;How can I specify in the application that Mapservice_1 layer's have to be drawn before Mapservice_2 layer's?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;map.addLayers([Mapservice_1, Mapservice_2])&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jun 2011 11:50:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/ordering-multiple-mapservices/m-p/215457#M19951</guid>
      <dc:creator>HemingZhu</dc:creator>
      <dc:date>2011-06-29T11:50:31Z</dc:date>
    </item>
    <item>
      <title>Re: ordering multiple mapservices</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/ordering-multiple-mapservices/m-p/215458#M19952</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Sorry, I forgot to tell I'm working with the Google Maps extensions, so I have to use GEvent to add an overlay from ArcGIS Server.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jul 2011 08:07:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/ordering-multiple-mapservices/m-p/215458#M19952</guid>
      <dc:creator>AlessioDi_Lorenzo</dc:creator>
      <dc:date>2011-07-06T08:07:26Z</dc:date>
    </item>
  </channel>
</rss>

