<?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 Problem for Operational Layer loaded before Basemap Layer in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/problem-for-operational-layer-loaded-before/m-p/658678#M61449</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This is a continuation of my thread at &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://forums.arcgis.com/threads/101693-Zoom-level?p=362198&amp;amp;posted=1#post362198" rel="nofollow" target="_blank"&gt;http://forums.arcgis.com/threads/101693-Zoom-level?p=362198&amp;amp;posted=1#post362198&lt;/A&gt;&lt;SPAN&gt;.&amp;nbsp; In that thread, I reported the Zoom level in JS application.&amp;nbsp; Using Jeff's approach, I added the operation layer, which&amp;nbsp; is defined with deeper scale in ArcGIS Server, before I added another other layers.&amp;nbsp; The problem remained is that once a basemap is loaded, that operational layer becomes invisible.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;However, in my SL application, it is not a problem.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there any way to solve it?&amp;nbsp; Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 30 Jan 2014 10:21:37 GMT</pubDate>
    <dc:creator>ShaningYu</dc:creator>
    <dc:date>2014-01-30T10:21:37Z</dc:date>
    <item>
      <title>Problem for Operational Layer loaded before Basemap Layer</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/problem-for-operational-layer-loaded-before/m-p/658678#M61449</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This is a continuation of my thread at &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://forums.arcgis.com/threads/101693-Zoom-level?p=362198&amp;amp;posted=1#post362198" rel="nofollow" target="_blank"&gt;http://forums.arcgis.com/threads/101693-Zoom-level?p=362198&amp;amp;posted=1#post362198&lt;/A&gt;&lt;SPAN&gt;.&amp;nbsp; In that thread, I reported the Zoom level in JS application.&amp;nbsp; Using Jeff's approach, I added the operation layer, which&amp;nbsp; is defined with deeper scale in ArcGIS Server, before I added another other layers.&amp;nbsp; The problem remained is that once a basemap is loaded, that operational layer becomes invisible.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;However, in my SL application, it is not a problem.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there any way to solve it?&amp;nbsp; Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jan 2014 10:21:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/problem-for-operational-layer-loaded-before/m-p/658678#M61449</guid>
      <dc:creator>ShaningYu</dc:creator>
      <dc:date>2014-01-30T10:21:37Z</dc:date>
    </item>
    <item>
      <title>Re: Problem for Operational Layer loaded before Basemap Layer - Solved</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/problem-for-operational-layer-loaded-before/m-p/658679#M61450</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Using the procedure below, the problem is solved:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1) Change esri.layers.ArcGISTiledMapServiceLayer to esri.layers.ArcGISDynamicMapServiceLayer for the basemap.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2) Set the basemap opacity: 0.5.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3) Load the operation layer that can scale deeper as the 1st layer.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jan 2014 11:37:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/problem-for-operational-layer-loaded-before/m-p/658679#M61450</guid>
      <dc:creator>ShaningYu</dc:creator>
      <dc:date>2014-01-30T11:37:53Z</dc:date>
    </item>
    <item>
      <title>Re: Problem for Operational Layer loaded before Basemap Layer</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/problem-for-operational-layer-loaded-before/m-p/658680#M61451</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This is correct, and will allow you to scale deeper than lowest level (19) by rendering everything dynamically.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;However, performance is SEVERELY impacting rendering a basemap dynamically.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I would recommend against it.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jan 2014 11:41:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/problem-for-operational-layer-loaded-before/m-p/658680#M61451</guid>
      <dc:creator>JeffPace</dc:creator>
      <dc:date>2014-01-30T11:41:56Z</dc:date>
    </item>
    <item>
      <title>Re: Problem for Operational Layer loaded before Basemap Layer</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/problem-for-operational-layer-loaded-before/m-p/658681#M61452</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Jeff:&amp;nbsp; Actually, it can zoom deeper than L19, and can go as deeper as that in ArcMap.&amp;nbsp; I added an opcity slider for the basemap: US Streets.&amp;nbsp; It looks fine.&amp;nbsp; But I can't use ESRI basemap gallery, as pointed out already.&amp;nbsp; Thanks anyway.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jan 2014 12:35:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/problem-for-operational-layer-loaded-before/m-p/658681#M61452</guid>
      <dc:creator>ShaningYu</dc:creator>
      <dc:date>2014-01-30T12:35:49Z</dc:date>
    </item>
  </channel>
</rss>

