<?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 map.setScale() and map.getScale() in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/map-setscale-and-map-getscale/m-p/713562#M66296</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: sagunn&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Has anyone seen this behavior before?&amp;nbsp; I'm at version 3.9 of the JS API.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Trying this in the console:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]34917[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;why the difference?&amp;nbsp; Am I missing something related to projection or spatialReference (I am at 3857)?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Seems to be exaggerated at smaller scales:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]34918[/ATTACH] &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;FWIW, calling setScale() within the console does change the zoom level on the map in real time...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your help!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 26 Jun 2014 17:19:45 GMT</pubDate>
    <dc:creator>Anonymous User</dc:creator>
    <dc:date>2014-06-26T17:19:45Z</dc:date>
    <item>
      <title>map.setScale() and map.getScale()</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/map-setscale-and-map-getscale/m-p/713562#M66296</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: sagunn&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Has anyone seen this behavior before?&amp;nbsp; I'm at version 3.9 of the JS API.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Trying this in the console:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]34917[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;why the difference?&amp;nbsp; Am I missing something related to projection or spatialReference (I am at 3857)?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Seems to be exaggerated at smaller scales:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]34918[/ATTACH] &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;FWIW, calling setScale() within the console does change the zoom level on the map in real time...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your help!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jun 2014 17:19:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/map-setscale-and-map-getscale/m-p/713562#M66296</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2014-06-26T17:19:45Z</dc:date>
    </item>
    <item>
      <title>Re: map.setScale() and map.getScale()</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/map-setscale-and-map-getscale/m-p/713563#M66297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: kenbuja&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When you use a standard Esri basemap, you can't set an exact scale like that. The scale is being set to the closest available scale as dictated by the basemap. The general scales can be found &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://resources.arcgis.com/en/help/arcgisonline-content/index.html#//011q00000002000000" rel="nofollow" target="_blank"&gt;here&lt;/A&gt;&lt;SPAN&gt;, but you can see the exact scales for the basemaps&amp;nbsp; in the Tile Info section on their MapService pages (&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://server.arcgisonline.com/arcgis/rest/services/World_Street_Map/MapServer" rel="nofollow" target="_blank"&gt;Street Maps&lt;/A&gt;&lt;SPAN&gt;, for example).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jun 2014 17:38:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/map-setscale-and-map-getscale/m-p/713563#M66297</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2014-06-26T17:38:34Z</dc:date>
    </item>
    <item>
      <title>Re: map.setScale() and map.getScale()</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/map-setscale-and-map-getscale/m-p/713564#M66298</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Oh, that makes a lot of sense--it's based on the LOD cache levels...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks, Ken!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jun 2014 17:50:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/map-setscale-and-map-getscale/m-p/713564#M66298</guid>
      <dc:creator>ScottGunn</dc:creator>
      <dc:date>2014-06-26T17:50:53Z</dc:date>
    </item>
  </channel>
</rss>

