<?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: Show cache map at all scales in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/show-cache-map-at-all-scales/m-p/720290#M66875</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P class=""&gt;Because ArcMap will draw the layer dynamically and is not constrained to the LODs of the cache.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 Mar 2016 16:46:36 GMT</pubDate>
    <dc:creator>RobertScheitlin__GISP</dc:creator>
    <dc:date>2016-03-10T16:46:36Z</dc:date>
    <item>
      <title>Show cache map at all scales</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/show-cache-map-at-all-scales/m-p/720287#M66872</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="text-align: left;"&gt;When the first layer you load into the map is tiles map the zoom levels will be defined by that tile map.&lt;/P&gt;&lt;P style="text-align: left;"&gt;This can be over write by the LODS (on the map) that let you zoom to different scale but the tiles map does not show.&lt;/P&gt;&lt;P style="text-align: left;"&gt;In my case I have a cache define and build for 100000 only.&lt;/P&gt;&lt;P style="text-align: left;"&gt;In my map lods I defined 100000 and 50000 and 25000&lt;/P&gt;&lt;P style="text-align: left;"&gt;I can zoom into these scales but the cache does not show.&lt;/P&gt;&lt;P style="text-align: left;"&gt;How do I make the tile layer resample into these levels?&lt;/P&gt;&lt;P style="text-align: left;"&gt;I tried &lt;/P&gt;&lt;P style="text-align: left;"&gt;&lt;SPAN style="background: white; color: black; font-family: Consolas; font-size: 9.5pt;"&gt;"&lt;/SPAN&gt;resampling: true" &lt;/P&gt;&lt;P style="text-align: left;"&gt;but it does not work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="text-align: left;"&gt;Any ideas?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Mar 2016 12:53:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/show-cache-map-at-all-scales/m-p/720287#M66872</guid>
      <dc:creator>ModyBuchbinder</dc:creator>
      <dc:date>2016-03-10T12:53:07Z</dc:date>
    </item>
    <item>
      <title>Re: Show cache map at all scales</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/show-cache-map-at-all-scales/m-p/720288#M66873</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mody,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; This is not possible to my knowledge. If your Cached map service is only cached for 100000 then there is no tiles to show at 50000 or 25000 and there is no option to just resample at the lower scales. You could tray to add the map service again as a ArcGISDynamicMapServiceLayer and set its max scale to 50000 and also set your ArcGISTiledMapServiceLayers minScale to 1000000. That way the tiled one will switch off and the dynamic one will take over.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Mar 2016 15:29:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/show-cache-map-at-all-scales/m-p/720288#M66873</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2016-03-10T15:29:41Z</dc:date>
    </item>
    <item>
      <title>Re: Show cache map at all scales</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/show-cache-map-at-all-scales/m-p/720289#M66874</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Robert&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you add this layer to ArcMap it will show in all scales.&lt;/P&gt;&lt;P&gt;Why does the JS behave different?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Mar 2016 16:11:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/show-cache-map-at-all-scales/m-p/720289#M66874</guid>
      <dc:creator>ModyBuchbinder</dc:creator>
      <dc:date>2016-03-10T16:11:16Z</dc:date>
    </item>
    <item>
      <title>Re: Show cache map at all scales</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/show-cache-map-at-all-scales/m-p/720290#M66875</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P class=""&gt;Because ArcMap will draw the layer dynamically and is not constrained to the LODs of the cache.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Mar 2016 16:46:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/show-cache-map-at-all-scales/m-p/720290#M66875</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2016-03-10T16:46:36Z</dc:date>
    </item>
  </channel>
</rss>

