<?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: Issue with showing WMSLayer on the SceneView in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/issue-with-showing-wmslayer-on-the-sceneview/m-p/131275#M12238</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Tomasz,&lt;BR /&gt;This is a know limitation for WMS and MapImageLayer. This visual limitations just happens if user tilt that the far away hills/mountains get seen.&amp;nbsp;&lt;BR /&gt;Workaround: Set the tilt constraints to avoid that the user can tilt to this point where you can see this effect&lt;BR /&gt;&lt;A class="link-titled" href="https://developers.arcgis.com/javascript/latest/api-reference/esri-views-SceneView.html#constraints" title="https://developers.arcgis.com/javascript/latest/api-reference/esri-views-SceneView.html#constraints" rel="nofollow noopener noreferrer" target="_blank"&gt;SceneView | constraints&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;        &lt;SPAN class="keyword token"&gt;var&lt;/SPAN&gt; view &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;new&lt;/SPAN&gt; &lt;SPAN class="token class-name"&gt;SceneView&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;
          container&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"viewDiv"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;
          map&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; map&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;
          constraints&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;
            tilt&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;
              max&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;60&lt;/SPAN&gt;
            &lt;SPAN class="punctuation token"&gt;}&lt;/SPAN&gt;
          &lt;SPAN class="punctuation token"&gt;}&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;
        &lt;SPAN class="punctuation token"&gt;}&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This technical limitation would be solved in the future.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sascha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 11 Dec 2021 07:22:46 GMT</pubDate>
    <dc:creator>SaschaBrunnerCH</dc:creator>
    <dc:date>2021-12-11T07:22:46Z</dc:date>
    <item>
      <title>Issue with showing WMSLayer on the SceneView</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/issue-with-showing-wmslayer-on-the-sceneview/m-p/131273#M12236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I created a simple code with example WMS Layer on the Scene View with the ground elevation.&lt;/P&gt;&lt;P&gt;Codepen:&amp;nbsp;&lt;A class="link-titled" href="https://codepen.io/tomaszbarczyk/pen/VwYQRVN?editors=1000" title="https://codepen.io/tomaszbarczyk/pen/VwYQRVN?editors=1000"&gt;https://codepen.io/tomaszbarczyk/pen/VwYQRVN?editors=1000&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I observed that at certain map tilt WMS Layer is not covering the whole visible area whereas&amp;nbsp;it should. Actually WMS layer should cover terrain selected on this screenshot:&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/477703_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;P&gt;Is there any option to fix that behaviour?&amp;nbsp;Any&amp;nbsp;changes in layer configuration are needed?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Tomek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jan 2020 15:54:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/issue-with-showing-wmslayer-on-the-sceneview/m-p/131273#M12236</guid>
      <dc:creator>TomaszBarczyk</dc:creator>
      <dc:date>2020-01-08T15:54:21Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with showing WMSLayer on the SceneView</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/issue-with-showing-wmslayer-on-the-sceneview/m-p/131274#M12237</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Esri Staff and ArcGis Developers! &lt;A href="https://community.esri.com/space/2128"&gt;ArcGIS API for JavaScript&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;Anyone notices this problem on your side?&lt;/P&gt;&lt;P&gt;Sorry for pressing but that&amp;nbsp;issue is quite important for me.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Tomek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jan 2020 10:17:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/issue-with-showing-wmslayer-on-the-sceneview/m-p/131274#M12237</guid>
      <dc:creator>TomaszBarczyk</dc:creator>
      <dc:date>2020-01-22T10:17:54Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with showing WMSLayer on the SceneView</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/issue-with-showing-wmslayer-on-the-sceneview/m-p/131275#M12238</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Tomasz,&lt;BR /&gt;This is a know limitation for WMS and MapImageLayer. This visual limitations just happens if user tilt that the far away hills/mountains get seen.&amp;nbsp;&lt;BR /&gt;Workaround: Set the tilt constraints to avoid that the user can tilt to this point where you can see this effect&lt;BR /&gt;&lt;A class="link-titled" href="https://developers.arcgis.com/javascript/latest/api-reference/esri-views-SceneView.html#constraints" title="https://developers.arcgis.com/javascript/latest/api-reference/esri-views-SceneView.html#constraints" rel="nofollow noopener noreferrer" target="_blank"&gt;SceneView | constraints&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;        &lt;SPAN class="keyword token"&gt;var&lt;/SPAN&gt; view &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;new&lt;/SPAN&gt; &lt;SPAN class="token class-name"&gt;SceneView&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;
          container&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"viewDiv"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;
          map&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; map&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;
          constraints&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;
            tilt&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;
              max&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;60&lt;/SPAN&gt;
            &lt;SPAN class="punctuation token"&gt;}&lt;/SPAN&gt;
          &lt;SPAN class="punctuation token"&gt;}&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;
        &lt;SPAN class="punctuation token"&gt;}&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This technical limitation would be solved in the future.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sascha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 07:22:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/issue-with-showing-wmslayer-on-the-sceneview/m-p/131275#M12238</guid>
      <dc:creator>SaschaBrunnerCH</dc:creator>
      <dc:date>2021-12-11T07:22:46Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with showing WMSLayer on the SceneView</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/issue-with-showing-wmslayer-on-the-sceneview/m-p/131276#M12239</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Sascha!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have estimated timeframe when this will be fixed and released?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Tomek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jan 2020 14:49:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/issue-with-showing-wmslayer-on-the-sceneview/m-p/131276#M12239</guid>
      <dc:creator>TomaszBarczyk</dc:creator>
      <dc:date>2020-01-30T14:49:03Z</dc:date>
    </item>
  </channel>
</rss>

