<?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 loading WMTS-service (LoadStatus = NotLoaded, no LoadError) in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/issue-loading-wmts-service-loadstatus-notloaded-no/m-p/1280327#M11794</link>
    <description>&lt;P&gt;Good news!&amp;nbsp; We &lt;A href="https://developers.arcgis.com/net/release-notes/release-notes-for-200-1/" target="_self"&gt;just released 200.1&lt;/A&gt;, and it can now use WMTS services with dimensions.&amp;nbsp; This&amp;nbsp;&lt;SPAN&gt;Meteorologisk institutt service will now load successfully, and display the default dimension value (i.e. latest data) for each layer.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 20 Apr 2023 00:26:40 GMT</pubDate>
    <dc:creator>MatveiStefarov</dc:creator>
    <dc:date>2023-04-20T00:26:40Z</dc:date>
    <item>
      <title>Issue loading WMTS-service (LoadStatus = NotLoaded, no LoadError)</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/issue-loading-wmts-service-loadstatus-notloaded-no/m-p/1242619#M11563</link>
      <description>&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;I am trying to load a WMTS-service with multiple layers through the ArcGIS Runtime for C# (WPF), but the LoadStatus of the service and the underlying layers always results in NotLoaded.&lt;/P&gt;&lt;P&gt;The WMTS-service is public (&lt;A title="https://public-wms.met.no/mapproxy/verportal/wmts" href="https://public-wms.met.no/mapproxy/verportal/wmts" target="_blank" rel="noopener noreferrer"&gt;https://public-wms.met.no/mapproxy/verportal/wmts&lt;/A&gt;).&lt;BR /&gt;I have followed the different possible solutions according to &lt;A href="https://developers.arcgis.com/net/wpf/sample-code/wmts-layer/" target="_self"&gt;this example&lt;/A&gt;, but the result is always the same (LoadStatus = NotLoaded, no LoadError).&lt;/P&gt;&lt;P&gt;Is there a known issue with WMTS-service layers in the runtime, or are there any alternative ways to try to load the service? Any tip or suggestion is greatly appreciated!&lt;/P&gt;</description>
      <pubDate>Tue, 20 Dec 2022 10:39:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/issue-loading-wmts-service-loadstatus-notloaded-no/m-p/1242619#M11563</guid>
      <dc:creator>LarsNess</dc:creator>
      <dc:date>2022-12-20T10:39:50Z</dc:date>
    </item>
    <item>
      <title>Re: Issue loading WMTS-service (LoadStatus = NotLoaded, no LoadError)</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/issue-loading-wmts-service-loadstatus-notloaded-no/m-p/1242748#M11564</link>
      <description>&lt;P&gt;Unfortunately WMTS services with dimensions (such as this one) are not supported by Runtime yet.&amp;nbsp; The service metadata can be loaded, but none of the layers will display.&lt;/P&gt;&lt;P&gt;A number of customers have asked for this feature (for example &lt;A href="https://community.esri.com/t5/net-maps-sdk-questions/100-2-0-wmtslayer-and-dimensions/td-p/643880" target="_self"&gt;here&lt;/A&gt; and &lt;A href="https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/wmts-service-not-working-ignoring-dimension/m-p/1237172" target="_self"&gt;here&lt;/A&gt;) so will be prioritizing this soon. Basic support (e.g. being able to show current/latest data for each layer) will probably be in one of the upcoming 200.x releases in 2023.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Dec 2022 17:56:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/issue-loading-wmts-service-loadstatus-notloaded-no/m-p/1242748#M11564</guid>
      <dc:creator>MatveiStefarov</dc:creator>
      <dc:date>2022-12-20T17:56:23Z</dc:date>
    </item>
    <item>
      <title>Re: Issue loading WMTS-service (LoadStatus = NotLoaded, no LoadError)</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/issue-loading-wmts-service-loadstatus-notloaded-no/m-p/1242894#M11565</link>
      <description>&lt;P&gt;Alright, thank you very much for the quick reply Matvei. I'll try again when the support is there.&lt;/P&gt;&lt;P&gt;Merry Christmas!&lt;/P&gt;</description>
      <pubDate>Wed, 21 Dec 2022 08:53:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/issue-loading-wmts-service-loadstatus-notloaded-no/m-p/1242894#M11565</guid>
      <dc:creator>LarsNess</dc:creator>
      <dc:date>2022-12-21T08:53:31Z</dc:date>
    </item>
    <item>
      <title>Re: Issue loading WMTS-service (LoadStatus = NotLoaded, no LoadError)</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/issue-loading-wmts-service-loadstatus-notloaded-no/m-p/1243140#M11567</link>
      <description>&lt;P&gt;Looks like this service is also available via WMS at&amp;nbsp;&lt;A href="https://public-wms.met.no/verportal/verportal.map?SERVICE=WMS&amp;amp;REQUEST=GetCapabilities" target="_self"&gt;https://public-wms.met.no/verportal/verportal.map?SERVICE=WMS&amp;amp;REQUEST=GetCapabilities&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I was able to use Runtime's WMSLayer to display most layers from this service:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2022-12-21_151831.png" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/59068iC04B325830983390/image-size/large?v=v2&amp;amp;px=999" role="button" title="2022-12-21_151831.png" alt="2022-12-21_151831.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Dec 2022 23:25:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/issue-loading-wmts-service-loadstatus-notloaded-no/m-p/1243140#M11567</guid>
      <dc:creator>MatveiStefarov</dc:creator>
      <dc:date>2022-12-21T23:25:57Z</dc:date>
    </item>
    <item>
      <title>Re: Issue loading WMTS-service (LoadStatus = NotLoaded, no LoadError)</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/issue-loading-wmts-service-loadstatus-notloaded-no/m-p/1280327#M11794</link>
      <description>&lt;P&gt;Good news!&amp;nbsp; We &lt;A href="https://developers.arcgis.com/net/release-notes/release-notes-for-200-1/" target="_self"&gt;just released 200.1&lt;/A&gt;, and it can now use WMTS services with dimensions.&amp;nbsp; This&amp;nbsp;&lt;SPAN&gt;Meteorologisk institutt service will now load successfully, and display the default dimension value (i.e. latest data) for each layer.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Apr 2023 00:26:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/issue-loading-wmts-service-loadstatus-notloaded-no/m-p/1280327#M11794</guid>
      <dc:creator>MatveiStefarov</dc:creator>
      <dc:date>2023-04-20T00:26:40Z</dc:date>
    </item>
    <item>
      <title>Re: Issue loading WMTS-service (LoadStatus = NotLoaded, no LoadError)</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/issue-loading-wmts-service-loadstatus-notloaded-no/m-p/1281747#M11797</link>
      <description>&lt;P&gt;Hello again Matvei,&lt;/P&gt;&lt;P&gt;Awesome!&lt;BR /&gt;I will try to implement this soon, and return here with some notes about my experience &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Apr 2023 08:21:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/issue-loading-wmts-service-loadstatus-notloaded-no/m-p/1281747#M11797</guid>
      <dc:creator>LarsNess</dc:creator>
      <dc:date>2023-04-24T08:21:12Z</dc:date>
    </item>
  </channel>
</rss>

