<?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: Stop zomming in behind certain scale - Level 19 - Using world topo basemap in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/stop-zomming-in-behind-certain-scale-level-19/m-p/308824#M28350</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so very much Robert that worked beautifully !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 17 Mar 2016 20:53:46 GMT</pubDate>
    <dc:creator>GabiVoicu</dc:creator>
    <dc:date>2016-03-17T20:53:46Z</dc:date>
    <item>
      <title>Stop zomming in behind certain scale - Level 19 - Using world topo basemap</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/stop-zomming-in-behind-certain-scale-level-19/m-p/308821#M28347</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there a way to stop/block zooming in behind a certain scale - Level 19 - while using the word topo as a basemap ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here is an example where we would like to stop at an earlier level than the world topo&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://gismaps.collincountytx.gov/" title="http://gismaps.collincountytx.gov/"&gt;Collin County Interactive Maps&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Mar 2016 19:35:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/stop-zomming-in-behind-certain-scale-level-19/m-p/308821#M28347</guid>
      <dc:creator>GabiVoicu</dc:creator>
      <dc:date>2016-03-17T19:35:55Z</dc:date>
    </item>
    <item>
      <title>Re: Stop zomming in behind certain scale - Level 19 - Using world topo basemap</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/stop-zomming-in-behind-certain-scale-level-19/m-p/308822#M28348</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Gabi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Sure you just specify the "lods" for your basemap topo when you define your map constructor.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to this link and then scroll down till you find lods:&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/javascript/jsapi/map-amd.html#map1" title="https://developers.arcgis.com/javascript/jsapi/map-amd.html#map1"&gt;Map | API Reference | ArcGIS API for JavaScript&lt;/A&gt; &lt;/P&gt;&lt;P&gt;There is some example syntax there.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Mar 2016 20:21:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/stop-zomming-in-behind-certain-scale-level-19/m-p/308822#M28348</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2016-03-17T20:21:45Z</dc:date>
    </item>
    <item>
      <title>Re: Stop zomming in behind certain scale - Level 19 - Using world topo basemap</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/stop-zomming-in-behind-certain-scale-level-19/m-p/308823#M28349</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can set the &lt;EM&gt;maxZoom&lt;/EM&gt; of the map to prevent it from zooming past a certain level.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;var map = new Map("map", {
&amp;nbsp; basemap: "topo",
&amp;nbsp; center: [-122.45, 37.75],
&amp;nbsp; zoom: 13,
&amp;nbsp; maxZoom: 15
});&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sample app&lt;/P&gt;&lt;P&gt;&lt;A href="http://jsbin.com/gipeku/2/edit?html,output" title="http://jsbin.com/gipeku/2/edit?html,output" rel="nofollow noopener noreferrer" target="_blank"&gt;JS Bin - Collaborative JavaScript Debugging&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 14:46:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/stop-zomming-in-behind-certain-scale-level-19/m-p/308823#M28349</guid>
      <dc:creator>ReneRubalcava</dc:creator>
      <dc:date>2021-12-11T14:46:25Z</dc:date>
    </item>
    <item>
      <title>Re: Stop zomming in behind certain scale - Level 19 - Using world topo basemap</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/stop-zomming-in-behind-certain-scale-level-19/m-p/308824#M28350</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so very much Robert that worked beautifully !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Mar 2016 20:53:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/stop-zomming-in-behind-certain-scale-level-19/m-p/308824#M28350</guid>
      <dc:creator>GabiVoicu</dc:creator>
      <dc:date>2016-03-17T20:53:46Z</dc:date>
    </item>
  </channel>
</rss>

