<?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 Zoom level in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/zoom-level/m-p/495511#M46027</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;In one of my Silverlight project, the zoom scale can go the scale about 1:100.&amp;nbsp; However, in my JS application, I can only go to about 1:1000.&amp;nbsp; Why there is so big difference?&amp;nbsp; Is it possible for JS to get zoom scale as deep as that in SL without any programming setup?&amp;nbsp; Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Jan 2014 14:54:27 GMT</pubDate>
    <dc:creator>ShaningYu</dc:creator>
    <dc:date>2014-01-29T14:54:27Z</dc:date>
    <item>
      <title>Zoom level</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/zoom-level/m-p/495511#M46027</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;In one of my Silverlight project, the zoom scale can go the scale about 1:100.&amp;nbsp; However, in my JS application, I can only go to about 1:1000.&amp;nbsp; Why there is so big difference?&amp;nbsp; Is it possible for JS to get zoom scale as deep as that in SL without any programming setup?&amp;nbsp; Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jan 2014 14:54:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/zoom-level/m-p/495511#M46027</guid>
      <dc:creator>ShaningYu</dc:creator>
      <dc:date>2014-01-29T14:54:27Z</dc:date>
    </item>
    <item>
      <title>Re: Zoom level</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/zoom-level/m-p/495512#M46028</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;In one of my Silverlight project, the zoom scale can go the scale about 1:100.&amp;nbsp; However, in my JS application, I can only go to about 1:1000.&amp;nbsp; Why there is so big difference?&amp;nbsp; Is it possible for JS to get zoom scale as deep as that in SL without any programming setup?&amp;nbsp; Thanks.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You can get down to tile level 19, which is 1:1128.497176&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In silverlight you could "zoom" farther I guess, which is just a blur zoom (no more detail, just bigger pixels).&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You cannot do this is JS&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;However, you can create a custom tiled service with more levels.&amp;nbsp; Then when you create your map, either use this service first, or manually defined your LODs to include more levels&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For example, we go one level further with our basemap to level 20 (1:564).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jan 2014 18:44:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/zoom-level/m-p/495512#M46028</guid>
      <dc:creator>JeffPace</dc:creator>
      <dc:date>2014-01-29T18:44:22Z</dc:date>
    </item>
    <item>
      <title>Re: Zoom level - Solved but ...</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/zoom-level/m-p/495513#M46029</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;jeff:&amp;nbsp; Tested using your approach - I added the operation layer that needs go deeper before the basemap layer.&amp;nbsp; Then it can go to the scales I defined in ArcGIS Server (e.g. 1:500 and 1:250), even much deeper.&amp;nbsp; The problem remained is that when it is open initially, the basemap is not loaded till I check the map gallery.&amp;nbsp; When a basemap is loaded, the operational layer becomes invisible.&amp;nbsp; Do you have any idea to handle it?&amp;nbsp; Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jan 2014 10:15:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/zoom-level/m-p/495513#M46029</guid>
      <dc:creator>ShaningYu</dc:creator>
      <dc:date>2014-01-30T10:15:57Z</dc:date>
    </item>
    <item>
      <title>Re: Zoom level</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/zoom-level/m-p/495514#M46030</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The basemap is tiled and opaque.&amp;nbsp; You can not see through it.&amp;nbsp; If you render it dynamically you need to make sure you request png for it to be transparent.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Or, once you load your map with your operational layer first, reorder your layers so the basemap draws at layer 0&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jan 2014 11:46:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/zoom-level/m-p/495514#M46030</guid>
      <dc:creator>JeffPace</dc:creator>
      <dc:date>2014-01-30T11:46:04Z</dc:date>
    </item>
    <item>
      <title>Re: Zoom level</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/zoom-level/m-p/495515#M46031</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Jeff:&amp;nbsp; I loaded the basemap as an ArcGISDynamicMapServiceLayer and then set its opacity.&amp;nbsp; Then it works.&amp;nbsp; Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jan 2014 11:48:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/zoom-level/m-p/495515#M46031</guid>
      <dc:creator>ShaningYu</dc:creator>
      <dc:date>2014-01-30T11:48:01Z</dc:date>
    </item>
  </channel>
</rss>

