<?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 WMTS Layer with GeoServer is not visible in ArcGIS Runtime .Net in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/wmts-layer-with-geoserver-is-not-visible-in-arcgis/m-p/1164225#M10894</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have been using GeoServer 2.20.3 and latest ArcGIS runtime SDK for .Net 100.13.1, and the WMTS layer with EPSG4326 are not visible in the Scene.&lt;/P&gt;&lt;P&gt;The Scene&amp;nbsp;spatial reference was set by default EPSG4326, but the debug message from&amp;nbsp;LayerViewStateChanged event show error "Spatial reference invalid or incompatible: The Spatial Reference is invalid or incompatible with the Map's".&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 14 Apr 2022 01:23:52 GMT</pubDate>
    <dc:creator>LittleRookie</dc:creator>
    <dc:date>2022-04-14T01:23:52Z</dc:date>
    <item>
      <title>WMTS Layer with GeoServer is not visible in ArcGIS Runtime .Net</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/wmts-layer-with-geoserver-is-not-visible-in-arcgis/m-p/1164225#M10894</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have been using GeoServer 2.20.3 and latest ArcGIS runtime SDK for .Net 100.13.1, and the WMTS layer with EPSG4326 are not visible in the Scene.&lt;/P&gt;&lt;P&gt;The Scene&amp;nbsp;spatial reference was set by default EPSG4326, but the debug message from&amp;nbsp;LayerViewStateChanged event show error "Spatial reference invalid or incompatible: The Spatial Reference is invalid or incompatible with the Map's".&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Apr 2022 01:23:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/wmts-layer-with-geoserver-is-not-visible-in-arcgis/m-p/1164225#M10894</guid>
      <dc:creator>LittleRookie</dc:creator>
      <dc:date>2022-04-14T01:23:52Z</dc:date>
    </item>
    <item>
      <title>Re: WMTS Layer with GeoServer is not visible in ArcGIS Runtime .Net</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/wmts-layer-with-geoserver-is-not-visible-in-arcgis/m-p/1164235#M10895</link>
      <description>&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;Scenes support Web Mercator (3857) and WGS-84 (4326) for tiled layers, and this is controlled by the&amp;nbsp;&lt;A href="https://developers.arcgis.com/net/api-reference/api/netwin/Esri.ArcGISRuntime/Esri.ArcGISRuntime.Mapping.Scene.SceneViewTilingScheme.html" target="_self"&gt;SceneViewTilingScheme property&lt;/A&gt;&amp;nbsp; It defaults to Web Mercator.&lt;/P&gt;&lt;P&gt;Note that a SceneView will be locked into whatever TilingScheme the first displayed Scene had. If you later need to display a Scene with a different TilingScheme, you will have to re-create the SceneView as well.&lt;/P&gt;&lt;P&gt;I hope this helps!&lt;/P&gt;</description>
      <pubDate>Thu, 14 Apr 2022 01:52:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/wmts-layer-with-geoserver-is-not-visible-in-arcgis/m-p/1164235#M10895</guid>
      <dc:creator>MatveiStefarov</dc:creator>
      <dc:date>2022-04-14T01:52:54Z</dc:date>
    </item>
    <item>
      <title>Re: WMTS Layer with GeoServer is not visible in ArcGIS Runtime .Net</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/wmts-layer-with-geoserver-is-not-visible-in-arcgis/m-p/1164240#M10896</link>
      <description>&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;It works!&lt;/P&gt;&lt;P&gt;But, my tile layer data contains&amp;nbsp;&lt;SPAN&gt;Web Mercator (3857) and WGS-84 (4326)&amp;nbsp;, with the constraint by SceneViewTilingScheme,&amp;nbsp;they can not be visible at the same time.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Suggestion:&amp;nbsp;SceneViewTilingScheme maybe set to tile layer, and SceneView can display both&amp;nbsp;Web Mercator (3857) and WGS-84 (4326) tiles.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Apr 2022 02:37:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/wmts-layer-with-geoserver-is-not-visible-in-arcgis/m-p/1164240#M10896</guid>
      <dc:creator>LittleRookie</dc:creator>
      <dc:date>2022-04-14T02:37:15Z</dc:date>
    </item>
    <item>
      <title>Re: WMTS Layer with GeoServer is not visible in ArcGIS Runtime .Net</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/wmts-layer-with-geoserver-is-not-visible-in-arcgis/m-p/1164259#M10897</link>
      <description>&lt;P&gt;I will pass on the request!&amp;nbsp; I believe the limit to one tiling scheme per SceneView is driven by performance considerations, especially on mobile platforms.&lt;/P&gt;&lt;P&gt;Check if any of your&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;data is available as a WMS service or an ArcGIS MapServer.&amp;nbsp; These kinds of services often have many SpatialReferences to choose from, so you might be able to use it -- via WmsLayer or ArcGISMapImageLayer -- alongside a WMTS basemap.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Apr 2022 04:42:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/wmts-layer-with-geoserver-is-not-visible-in-arcgis/m-p/1164259#M10897</guid>
      <dc:creator>MatveiStefarov</dc:creator>
      <dc:date>2022-04-14T04:42:44Z</dc:date>
    </item>
  </channel>
</rss>

