<?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: Odd behavior with decimal zoom values in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/odd-behavior-with-decimal-zoom-values/m-p/603537#M56508</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply Robert.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That's a bit disappointing to hear though. The application I'm developing allows the user to select between various satellite imagery backgrounds (ERSI, Google, etc), so the pinch-to-zoom and mapping functionality is custom built, and the ESRI/Google layers just update to match the center point and zoom of the custom map.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any way to set 'inbetween' zoom levels then? Or will I have to resort to the hacky method of scale-transforming the underlying div, like I do with Google Maps?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 09 Oct 2017 16:06:11 GMT</pubDate>
    <dc:creator>DeanKertai</dc:creator>
    <dc:date>2017-10-09T16:06:11Z</dc:date>
    <item>
      <title>Odd behavior with decimal zoom values</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/odd-behavior-with-decimal-zoom-values/m-p/603535#M56506</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm experiencing an odd bug with zooming on a MapView with the javascript 4.5 API.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can set the MapView zoom to any decimal value (ie: 15.1), but it always rounds down for any decimals that are between x.01 and x.49. I'm setting it by calling mapView.zoom = {Number}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So zoom level 17.1, 17.2, 17.3, 17.4, and 17.5 all look exactly the same, but every number between 17.6 and 17.9 are smoothly drawn as expected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea what could be causing this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Oct 2017 02:48:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/odd-behavior-with-decimal-zoom-values/m-p/603535#M56506</guid>
      <dc:creator>DeanKertai</dc:creator>
      <dc:date>2017-10-09T02:48:36Z</dc:date>
    </item>
    <item>
      <title>Re: Odd behavior with decimal zoom values</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/odd-behavior-with-decimal-zoom-values/m-p/603536#M56507</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dean,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;The zoom property of the MapView constructor is a number not a decimal property. This number represents the Level of Display (LOD) for the cached basemap.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A class="link-bare" href="https://developers.arcgis.com/javascript/latest/api-reference/esri-views-MapView.html#zoom" title="https://developers.arcgis.com/javascript/latest/api-reference/esri-views-MapView.html#zoom"&gt;https://developers.arcgis.com/javascript/latest/api-reference/esri-views-MapView.html#zoom&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The value passed if a decimal will be rounded to the nearest integer value. There is no such zoom level as 17.1 or 17.2 as each LOD is comprised of a specific cache bundle with is pre-created images of the data as that determined scale level.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Oct 2017 11:45:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/odd-behavior-with-decimal-zoom-values/m-p/603536#M56507</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2017-10-09T11:45:26Z</dc:date>
    </item>
    <item>
      <title>Re: Odd behavior with decimal zoom values</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/odd-behavior-with-decimal-zoom-values/m-p/603537#M56508</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply Robert.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That's a bit disappointing to hear though. The application I'm developing allows the user to select between various satellite imagery backgrounds (ERSI, Google, etc), so the pinch-to-zoom and mapping functionality is custom built, and the ESRI/Google layers just update to match the center point and zoom of the custom map.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any way to set 'inbetween' zoom levels then? Or will I have to resort to the hacky method of scale-transforming the underlying div, like I do with Google Maps?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Oct 2017 16:06:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/odd-behavior-with-decimal-zoom-values/m-p/603537#M56508</guid>
      <dc:creator>DeanKertai</dc:creator>
      <dc:date>2017-10-09T16:06:11Z</dc:date>
    </item>
    <item>
      <title>Re: Odd behavior with decimal zoom values</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/odd-behavior-with-decimal-zoom-values/m-p/603538#M56509</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dean,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;There is no way that I am aware of. You will probably have to resort to the scaling if that is something you absolutely have to have.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Oct 2017 16:49:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/odd-behavior-with-decimal-zoom-values/m-p/603538#M56509</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2017-10-09T16:49:03Z</dc:date>
    </item>
  </channel>
</rss>

