<?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: How can I reduce the zoom interval for an app created using AGOL's Finder template?  The app basemap is World Topo. in ArcGIS Web AppBuilder Questions</title>
    <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-can-i-reduce-the-zoom-interval-for-an-app/m-p/759446#M19855</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the pointers Stan!&amp;nbsp; And I'll report back if I learn anything else.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Lynne&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 20 Apr 2015 21:10:23 GMT</pubDate>
    <dc:creator>LynneHamlin</dc:creator>
    <dc:date>2015-04-20T21:10:23Z</dc:date>
    <item>
      <title>How can I reduce the zoom interval for an app created using AGOL's Finder template?  The app basemap is World Topo.</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-can-i-reduce-the-zoom-interval-for-an-app/m-p/759442#M19851</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How can I reduce the zoom interval for an app created using AGOL's Finder template?&amp;nbsp; The app basemap is World Topo.&amp;nbsp; Any keyboard shortcuts for this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Apr 2015 13:54:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-can-i-reduce-the-zoom-interval-for-an-app/m-p/759442#M19851</guid>
      <dc:creator>LynneHamlin</dc:creator>
      <dc:date>2015-04-20T13:54:19Z</dc:date>
    </item>
    <item>
      <title>Re: How can I reduce the zoom interval for an app created using AGOL's Finder template?  The app basemap is World Topo.</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-can-i-reduce-the-zoom-interval-for-an-app/m-p/759443#M19852</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Lynne, I haven't played with this template on AGOL, but typically the base maps's cache tiling scheme is what controls the zoom intervals.&amp;nbsp; Does this template seem to skip over some of these zoom levels and you are wanting a finer zoom?&amp;nbsp; If so, you may need to provide your own cached basemap.&amp;nbsp; ​&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Apr 2015 14:53:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-can-i-reduce-the-zoom-interval-for-an-app/m-p/759443#M19852</guid>
      <dc:creator>RebeccaStrauch__GISP</dc:creator>
      <dc:date>2015-04-20T14:53:08Z</dc:date>
    </item>
    <item>
      <title>Re: How can I reduce the zoom interval for an app created using AGOL's Finder template?  The app basemap is World Topo.</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-can-i-reduce-the-zoom-interval-for-an-app/m-p/759444#M19853</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rebecca,&amp;nbsp; thank you for responding and yes the app appears to skip over zoom levels when I did a side by side comparison using desktop ArcMap and the Finder app.&amp;nbsp; At the 1:8,000,000 scale, ArcMap with World Topo has an interval of 2million and Finder template appears to be apx 7million.&amp;nbsp; Am hoping to find a code modification for the template. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Apr 2015 15:32:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-can-i-reduce-the-zoom-interval-for-an-app/m-p/759444#M19853</guid>
      <dc:creator>LynneHamlin</dc:creator>
      <dc:date>2015-04-20T15:32:06Z</dc:date>
    </item>
    <item>
      <title>Re: How can I reduce the zoom interval for an app created using AGOL's Finder template?  The app basemap is World Topo.</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-can-i-reduce-the-zoom-interval-for-an-app/m-p/759445#M19854</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Lynne,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If&amp;nbsp; you download the template then you can access the javascript code. Here are two examples of specifying the levels of detail (LOD) in a map. the first allows you to specify the scale and the second allows you to only show which predefined zoom levels you want.&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/javascript/jssamples/map_customtilelevels.html" title="https://developers.arcgis.com/javascript/jssamples/map_customtilelevels.html"&gt;Set visible scales | ArcGIS API for JavaScript&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/javascript/jssamples/map_switch_layer_on_zoom.html" title="https://developers.arcgis.com/javascript/jssamples/map_switch_layer_on_zoom.html"&gt;Specify LODs (levels of detail) | ArcGIS API for JavaScript&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Stan &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Apr 2015 17:23:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-can-i-reduce-the-zoom-interval-for-an-app/m-p/759445#M19854</guid>
      <dc:creator>StanMcShinsky</dc:creator>
      <dc:date>2015-04-20T17:23:20Z</dc:date>
    </item>
    <item>
      <title>Re: How can I reduce the zoom interval for an app created using AGOL's Finder template?  The app basemap is World Topo.</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-can-i-reduce-the-zoom-interval-for-an-app/m-p/759446#M19855</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the pointers Stan!&amp;nbsp; And I'll report back if I learn anything else.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Lynne&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Apr 2015 21:10:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-can-i-reduce-the-zoom-interval-for-an-app/m-p/759446#M19855</guid>
      <dc:creator>LynneHamlin</dc:creator>
      <dc:date>2015-04-20T21:10:23Z</dc:date>
    </item>
  </channel>
</rss>

