<?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: xamarin forms add wmts no errors nothing is changed on the map in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/xamarin-forms-add-wmts-no-errors-nothing-is/m-p/1103614#M10495</link>
    <description>&lt;P&gt;First check the load status of your layer (or just call `await layer.LoadAsync()` ) and inspect the error (if there is one). If it loads fine, check the LayerViewState for the layer on the MapView instance.&lt;/P&gt;</description>
    <pubDate>Thu, 30 Sep 2021 16:49:22 GMT</pubDate>
    <dc:creator>dotMorten_esri</dc:creator>
    <dc:date>2021-09-30T16:49:22Z</dc:date>
    <item>
      <title>xamarin forms add wmts no errors nothing is changed on the map</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/xamarin-forms-add-wmts-no-errors-nothing-is/m-p/1103570#M10494</link>
      <description>&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2021-09-30 at 11.45.16 PM.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/24271i7B0C21DE1953E0BD/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screen Shot 2021-09-30 at 11.45.16 PM.png" alt="Screen Shot 2021-09-30 at 11.45.16 PM.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&amp;nbsp;here is my code. but it's displaying just basemap&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2021-09-30 at 11.38.47 PM.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/24270iB7A1465BB6170A05/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screen Shot 2021-09-30 at 11.38.47 PM.png" alt="Screen Shot 2021-09-30 at 11.38.47 PM.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Sep 2021 15:46:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/xamarin-forms-add-wmts-no-errors-nothing-is/m-p/1103570#M10494</guid>
      <dc:creator>batkaj</dc:creator>
      <dc:date>2021-09-30T15:46:15Z</dc:date>
    </item>
    <item>
      <title>Re: xamarin forms add wmts no errors nothing is changed on the map</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/xamarin-forms-add-wmts-no-errors-nothing-is/m-p/1103614#M10495</link>
      <description>&lt;P&gt;First check the load status of your layer (or just call `await layer.LoadAsync()` ) and inspect the error (if there is one). If it loads fine, check the LayerViewState for the layer on the MapView instance.&lt;/P&gt;</description>
      <pubDate>Thu, 30 Sep 2021 16:49:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/xamarin-forms-add-wmts-no-errors-nothing-is/m-p/1103614#M10495</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2021-09-30T16:49:22Z</dc:date>
    </item>
    <item>
      <title>Re: xamarin forms add wmts no errors nothing is changed on the map</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/xamarin-forms-add-wmts-no-errors-nothing-is/m-p/1103868#M10501</link>
      <description>&lt;P&gt;well the LoadAsync is returning loaded . LayerViewState event is giving null.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Oct 2021 07:44:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/xamarin-forms-add-wmts-no-errors-nothing-is/m-p/1103868#M10501</guid>
      <dc:creator>batkaj</dc:creator>
      <dc:date>2021-10-01T07:44:23Z</dc:date>
    </item>
    <item>
      <title>Re: xamarin forms add wmts no errors nothing is changed on the map</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/xamarin-forms-add-wmts-no-errors-nothing-is/m-p/1103997#M10502</link>
      <description>&lt;P&gt;When you say the layer view state even is giving 'null' what do you mean? You should be getting events for each layer, and there is a status as well as potentially an error object. The status is the most interesting thing.&lt;/P&gt;&lt;P&gt;My guess is the spatial reference of your WMTS service doesn't match that of your basemap, and tiles services doesn't support reprojection. The view state should tell you if that is happening.&lt;/P&gt;&lt;P&gt;You can also try to remove the basemap and only have your WMTS layer, so that the map would assume the spatial reference of your WMTS layer instead.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://developers.arcgis.com/net/api-reference/api/netwin/wpf/Esri.ArcGISRuntime.UI.Controls.GeoView.LayerViewStateChanged.html" target="_blank"&gt;https://developers.arcgis.com/net/api-reference/api/netwin/wpf/Esri.ArcGISRuntime.UI.Controls.GeoView.LayerViewStateChanged.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://developers.arcgis.com/net/api-reference/api/netwin/Esri.ArcGISRuntime/Esri.ArcGISRuntime.Mapping.LayerViewStateChangedEventArgs.html" target="_blank"&gt;https://developers.arcgis.com/net/api-reference/api/netwin/Esri.ArcGISRuntime/Esri.ArcGISRuntime.Mapping.LayerViewStateChangedEventArgs.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Oct 2021 16:27:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/xamarin-forms-add-wmts-no-errors-nothing-is/m-p/1103997#M10502</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2021-10-01T16:27:47Z</dc:date>
    </item>
    <item>
      <title>Re: xamarin forms add wmts no errors nothing is changed on the map</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/xamarin-forms-add-wmts-no-errors-nothing-is/m-p/1104049#M10503</link>
      <description>&lt;P&gt;One common problem for WMTS layers not displaying is: incompatible spatial references between the Map and the layer.&lt;/P&gt;&lt;P&gt;Check the&amp;nbsp;TileMatrixSets property of your WmtsLayerInfo -- each tile matrix set has a SpatialReference.&amp;nbsp; You want to use a tile matrix set with the same spatial reference as your Map.&amp;nbsp; Normally WmtsLayer will automatically choose the first compatible set (if the server has any) but you can also use the WmtsLayer constructor that takes a&amp;nbsp;WmtsTileMatrixSet.&lt;/P&gt;&lt;P&gt;If the service does not have any&amp;nbsp;WmtsTileMatrixSet compatible with the Map, you may have to use a different SpatialReference for your Map, re-publish the WMTS service with a different tile set, or use a different service type that supports reprojection (e.g. WMS or ArcGIS MapService).&lt;/P&gt;</description>
      <pubDate>Fri, 01 Oct 2021 18:44:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/xamarin-forms-add-wmts-no-errors-nothing-is/m-p/1104049#M10503</guid>
      <dc:creator>MatveiStefarov</dc:creator>
      <dc:date>2021-10-01T18:44:21Z</dc:date>
    </item>
    <item>
      <title>Re: xamarin forms add wmts no errors nothing is changed on the map</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/xamarin-forms-add-wmts-no-errors-nothing-is/m-p/1104228#M10505</link>
      <description>&lt;P&gt;May be this is the case. Because the map tiles is created by Map Tiler opensource program. Ok i'll check this up.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 03 Oct 2021 07:07:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/xamarin-forms-add-wmts-no-errors-nothing-is/m-p/1104228#M10505</guid>
      <dc:creator>batkaj</dc:creator>
      <dc:date>2021-10-03T07:07:59Z</dc:date>
    </item>
    <item>
      <title>Re: xamarin forms add wmts no errors nothing is changed on the map</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/xamarin-forms-add-wmts-no-errors-nothing-is/m-p/1104336#M10506</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2021-10-04 at 5.15.45 PM.png" style="width: 738px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/24444i650C0CB5B461D39B/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 2021-10-04 at 5.15.45 PM.png" alt="Screen Shot 2021-10-04 at 5.15.45 PM.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;also layerstatusModels&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2021-10-04 at 5.18.33 PM.png" style="width: 857px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/24445iF6B2E2B723AD6E02/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 2021-10-04 at 5.18.33 PM.png" alt="Screen Shot 2021-10-04 at 5.18.33 PM.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Oct 2021 09:19:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/xamarin-forms-add-wmts-no-errors-nothing-is/m-p/1104336#M10506</guid>
      <dc:creator>batkaj</dc:creator>
      <dc:date>2021-10-04T09:19:23Z</dc:date>
    </item>
  </channel>
</rss>

