<?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: Keeping consistent scale on monitors in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/keeping-consistent-scale-on-monitors/m-p/364491#M33791</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is caused by using the tiled basemaps. They are set to show at a specific resolution or scale for each Level of Detail (&lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-LOD.html"&gt;LOD&lt;/A&gt;) and at a specific DPI. Since the resolution and the DPI of the monitors vary, this means the extent of the basemap will not be exactly the same on different monitors.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 24 May 2017 19:14:21 GMT</pubDate>
    <dc:creator>KenBuja</dc:creator>
    <dc:date>2017-05-24T19:14:21Z</dc:date>
    <item>
      <title>Keeping consistent scale on monitors</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/keeping-consistent-scale-on-monitors/m-p/364488#M33788</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When I use different size monitors then try to `MapView.goTo(extent)`, it zooms in more or less depending on screen size. On larger resolution screens it zooms in a bit more than smaller ones, is there a way to set just how much zoom happens when I try to go to a feature?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 May 2017 15:05:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/keeping-consistent-scale-on-monitors/m-p/364488#M33788</guid>
      <dc:creator>EvonFranklin</dc:creator>
      <dc:date>2017-05-22T15:05:40Z</dc:date>
    </item>
    <item>
      <title>Re: Keeping consistent scale on monitors</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/keeping-consistent-scale-on-monitors/m-p/364489#M33789</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Evon,&lt;/P&gt;&lt;P&gt;You can achieve zooming to a particular level of your map by passing the zoom value to the same function as an option. The same function "MapView.goTo" accepts a second parameter as "Options" wherein one can define the zoom level.&lt;/P&gt;&lt;P&gt;For more information on these functions click&amp;nbsp;&lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-views-MapView.html#goTo"&gt;here&lt;/A&gt;&amp;nbsp;and &lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-views-MapView.html#zoom"&gt;here&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 May 2017 07:41:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/keeping-consistent-scale-on-monitors/m-p/364489#M33789</guid>
      <dc:creator>MirHashmi</dc:creator>
      <dc:date>2017-05-24T07:41:10Z</dc:date>
    </item>
    <item>
      <title>Re: Keeping consistent scale on monitors</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/keeping-consistent-scale-on-monitors/m-p/364490#M33790</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;goTo does accept additional parameters but it does not allow for zoom level, so I guess I am stuck again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 May 2017 14:07:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/keeping-consistent-scale-on-monitors/m-p/364490#M33790</guid>
      <dc:creator>EvonFranklin</dc:creator>
      <dc:date>2017-05-24T14:07:04Z</dc:date>
    </item>
    <item>
      <title>Re: Keeping consistent scale on monitors</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/keeping-consistent-scale-on-monitors/m-p/364491#M33791</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is caused by using the tiled basemaps. They are set to show at a specific resolution or scale for each Level of Detail (&lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-LOD.html"&gt;LOD&lt;/A&gt;) and at a specific DPI. Since the resolution and the DPI of the monitors vary, this means the extent of the basemap will not be exactly the same on different monitors.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 May 2017 19:14:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/keeping-consistent-scale-on-monitors/m-p/364491#M33791</guid>
      <dc:creator>KenBuja</dc:creator>
      <dc:date>2017-05-24T19:14:21Z</dc:date>
    </item>
    <item>
      <title>Re: Keeping consistent scale on monitors</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/keeping-consistent-scale-on-monitors/m-p/364492#M33792</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you could do like this:&lt;/P&gt;&lt;P&gt;mapView.constraints = {&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;minScale: 295828763.795777, // the second lowest tile level -1&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;maxScale: 564.248588 // the hightest tile level -20&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;BR /&gt; };&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 May 2017 19:29:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/keeping-consistent-scale-on-monitors/m-p/364492#M33792</guid>
      <dc:creator>HemingZhu</dc:creator>
      <dc:date>2017-05-24T19:29:13Z</dc:date>
    </item>
  </channel>
</rss>

