<?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: ESRI JS API 4.4: layer maxscale and minscale not respected when browser zoom is not 100% in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/esri-js-api-4-4-layer-maxscale-and-minscale-not/m-p/553806#M51670</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Update: Apparently the problem exists for layers that have a maxscale/minscale property.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The situation is comparable to &lt;A href="http://resources.esri.com/help/9.3/arcgisserver/adf/dotnet/apiref_06/ESRI.ArcGIS.ADF.IMS.Carto.ImageDescriptor~Dpi.html"&gt;http://resources.esri.com/help/9.3/arcgisserver/adf/dotnet/apiref_06/ESRI.ArcGIS.ADF.IMS.Carto.ImageDescriptor~Dpi.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=&amp;gt; how does the property scale of MapView take into account DPI of the device?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 Sep 2017 14:47:16 GMT</pubDate>
    <dc:creator>janjermei</dc:creator>
    <dc:date>2017-09-20T14:47:16Z</dc:date>
    <item>
      <title>ESRI JS API 4.4: layer maxscale and minscale not respected when browser zoom is not 100%</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/esri-js-api-4-4-layer-maxscale-and-minscale-not/m-p/553805#M51669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We have a web application using JS API 4.4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have added a mapimage layer that contains layers that are visible at all scales.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This functions correctly, but when we change the zoom of the browser (Internet Explorer or Chrome) to a value different from 100%, the layer is no longer displayed at all scales: in some scale intervals the layer does not show up anymore.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As far as we have investigated, the request from the web application to ArcGIS Server is different for different browser zooms: e.g. the DPI parameter changes, which gives inconsistent response results&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://geoqua01/arcgis/rest/services/Fluxys_asset_infrastructure/MapServer/export?bbox=181363.23462613762%2C161591.95100995694%2C234676.8829201009%2C180906.57297253422&amp;amp;bboxSR=31370&amp;amp;imageSR=31370&amp;amp;size=1612%2C584&amp;amp;dpi=96&amp;amp;format=png32&amp;amp;transparent=true&amp;amp;layers=show%3A22%2C47%2C84%2C67&amp;amp;f=image"&gt;http://geoqua01/arcgis/rest/services/Fluxys_asset_infrastructure/MapServer/export?bbox=181363.23462613762%2C161591.95100995694%2C234676.8829201009%2C180906.57297253422&amp;amp;bboxSR=31370&amp;amp;imageSR=31370&amp;amp;size=1612%2C584&amp;amp;&lt;STRONG&gt;dpi=96&lt;/STRONG&gt;&amp;amp;format=png32&amp;amp;transparent=true&amp;amp;layers=show%3A22%2C47%2C84%2C67&amp;amp;f=image&lt;/A&gt;&lt;/P&gt;&lt;P&gt;=&amp;gt; this returns a correct image&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://geoqua01/arcgis/rest/services/Fluxys_asset_infrastructure/MapServer/export?bbox=181363.23462613762%2C161591.95100995694%2C234676.8829201009%2C180906.57297253422&amp;amp;bboxSR=31370&amp;amp;imageSR=31370&amp;amp;size=1612%2C584&amp;amp;dpi=240&amp;amp;format=png32&amp;amp;transparent=true&amp;amp;layers=show%3A22%2C47%2C84%2C67&amp;amp;f=image"&gt;http://geoqua01/arcgis/rest/services/Fluxys_asset_infrastructure/MapServer/export?bbox=181363.23462613762%2C161591.95100995694%2C234676.8829201009%2C180906.57297253422&amp;amp;bboxSR=31370&amp;amp;imageSR=31370&amp;amp;size=1612%2C584&amp;amp;&lt;STRONG&gt;dpi=240&lt;/STRONG&gt;&amp;amp;format=png32&amp;amp;transparent=true&amp;amp;layers=show%3A22%2C47%2C84%2C67&amp;amp;f=image&lt;/A&gt;&lt;/P&gt;&lt;P&gt;=&amp;gt; this returns an image where some of the layers are not visible&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Has anyone experienced this in their applications?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Sep 2017 12:18:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/esri-js-api-4-4-layer-maxscale-and-minscale-not/m-p/553805#M51669</guid>
      <dc:creator>janjermei</dc:creator>
      <dc:date>2017-09-20T12:18:37Z</dc:date>
    </item>
    <item>
      <title>Re: ESRI JS API 4.4: layer maxscale and minscale not respected when browser zoom is not 100%</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/esri-js-api-4-4-layer-maxscale-and-minscale-not/m-p/553806#M51670</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Update: Apparently the problem exists for layers that have a maxscale/minscale property.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The situation is comparable to &lt;A href="http://resources.esri.com/help/9.3/arcgisserver/adf/dotnet/apiref_06/ESRI.ArcGIS.ADF.IMS.Carto.ImageDescriptor~Dpi.html"&gt;http://resources.esri.com/help/9.3/arcgisserver/adf/dotnet/apiref_06/ESRI.ArcGIS.ADF.IMS.Carto.ImageDescriptor~Dpi.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=&amp;gt; how does the property scale of MapView take into account DPI of the device?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Sep 2017 14:47:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/esri-js-api-4-4-layer-maxscale-and-minscale-not/m-p/553806#M51670</guid>
      <dc:creator>janjermei</dc:creator>
      <dc:date>2017-09-20T14:47:16Z</dc:date>
    </item>
  </channel>
</rss>

