<?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 flex viewer 3.6, using existing map cache tiles at large scales lod in ArcGIS Viewer for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/flex-viewer-3-6-using-existing-map-cache-tiles-at/m-p/368675#M10423</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 have set up my viewer config to allow users to zoom up to scale 141,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;My basemap map server cache tiles however only go up to scale 1128,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;As expected, once I zoom closer than the 1128 scale, my map will go blank, because no data exists for these levels.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there a way to use the same 1128 cached tiles at the larger scales as well? Meaning, instead of giving me a blank map, just give me the tiles from the 1128 scale?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Your help would be much appreciated&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Pieter Holtzhausen&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 Jan 2014 04:49:26 GMT</pubDate>
    <dc:creator>PieterHoltzhausen</dc:creator>
    <dc:date>2014-01-23T04:49:26Z</dc:date>
    <item>
      <title>flex viewer 3.6, using existing map cache tiles at large scales lod</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/flex-viewer-3-6-using-existing-map-cache-tiles-at/m-p/368675#M10423</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 have set up my viewer config to allow users to zoom up to scale 141,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;My basemap map server cache tiles however only go up to scale 1128,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;As expected, once I zoom closer than the 1128 scale, my map will go blank, because no data exists for these levels.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there a way to use the same 1128 cached tiles at the larger scales as well? Meaning, instead of giving me a blank map, just give me the tiles from the 1128 scale?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Your help would be much appreciated&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Pieter Holtzhausen&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jan 2014 04:49:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/flex-viewer-3-6-using-existing-map-cache-tiles-at/m-p/368675#M10423</guid>
      <dc:creator>PieterHoltzhausen</dc:creator>
      <dc:date>2014-01-23T04:49:26Z</dc:date>
    </item>
    <item>
      <title>Re: flex viewer 3.6, using existing map cache tiles at large scales lod</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/flex-viewer-3-6-using-existing-map-cache-tiles-at/m-p/368676#M10424</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;As far as I remember, this was a limitation of the map service responding to the specific request.&amp;nbsp; This may have changed with 10.1+ but in earlier versions the map service request was either answered correctly or it responded with nothing.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;That is, if the viewer is asking for 1:141 scale tile and the service isn't set up to respond with that exact scale tile then the service responds with nothing (or an blank PNG?).&amp;nbsp; The server doesn't know how to substitute the 1:1128 tile for the missing 1:141 tile so that the viewer can display that.&amp;nbsp; I doubt the viewer could be programmed to handle the non-standard request.&amp;nbsp; This may have been a ADF problem but I think rest has it too.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;However, I ran into the opposite problem a couple of years ago (v9.3.1) using a tiled WMS/WFS service.&amp;nbsp; The service always responded with a dynamic map because the JS based request to the service was different than how I had set up my tile scheme (the projection requested was different than the service).&amp;nbsp; I matched the service projection to the one the application was expecting (outside vendor's application) it started using the cache (a really good thing over a slow cellular network).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ArcMap's communication is more robust and ArcMap performs the substitute request when it's denied the tile it needs (which is why you're not limited to the tiled scales in ArcMap).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jan 2014 20:36:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/flex-viewer-3-6-using-existing-map-cache-tiles-at/m-p/368676#M10424</guid>
      <dc:creator>TrevorWeiland</dc:creator>
      <dc:date>2014-01-24T20:36:16Z</dc:date>
    </item>
    <item>
      <title>Re: flex viewer 3.6, using existing map cache tiles at large scales lod</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/flex-viewer-3-6-using-existing-map-cache-tiles-at/m-p/368677#M10425</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Pieter,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;At the user conference last year one of the flex sessions mentioned the ability of zooming past the lowest zoom scale as an enhancement that was being worked on:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://proceedings.esri.com/library/userconf/proc13/tech-workshops/tw_280.pdf"&gt;http://proceedings.esri.com/library/userconf/proc13/tech-workshops/tw_280.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But this has not seemed to have materialised in any of the releases since, maybe Bjorn or one of the flex team could clarify if this is something that is still being worked on?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anthony&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Jan 2014 10:49:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/flex-viewer-3-6-using-existing-map-cache-tiles-at/m-p/368677#M10425</guid>
      <dc:creator>AnthonyGiles</dc:creator>
      <dc:date>2014-01-25T10:49:04Z</dc:date>
    </item>
    <item>
      <title>Re: flex viewer 3.6, using existing map cache tiles at large scales lod</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/flex-viewer-3-6-using-existing-map-cache-tiles-at/m-p/368678#M10426</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;...clarify if this is something that is still being worked on?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;No, there's no current plans to add that to the Flex API.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Jan 2014 17:48:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/flex-viewer-3-6-using-existing-map-cache-tiles-at/m-p/368678#M10426</guid>
      <dc:creator>BjornSvensson</dc:creator>
      <dc:date>2014-01-25T17:48:34Z</dc:date>
    </item>
  </channel>
</rss>

