<?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: Load a customize WMS in arcgis C# in ArcGIS Runtime SDK for WPF (Retired) Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/load-a-customize-wms-in-arcgis-c/m-p/293964#M1461</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It doesn't seem that your underlying service is a WMS service.&lt;/P&gt;&lt;P&gt;Looks like it's a tiled layer with tiles exposed as png image e.g.: &lt;A href="http://185.8.172.26/statics/Map/13/5255/3221.png"&gt;http://185.8.172.26/statics/Map/13/5255/3221.png&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To display it through the ArcGIS Runtime SDK for WPF you can use the WebTiledLayer provided by the toolkit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Though if you are creating a new application, I would recommend you to use the new &lt;A href="https://developers.arcgis.com/net/"&gt;ArcGIS .Net SDK&lt;/A&gt;, a WebTiledlayer is also provided by this SDK (&lt;A href="https://developers.arcgis.com/net/sample-code/WebTiledLayerSample/"&gt;sample&lt;/A&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 26 Nov 2015 09:56:39 GMT</pubDate>
    <dc:creator>DominiqueBroux</dc:creator>
    <dc:date>2015-11-26T09:56:39Z</dc:date>
    <item>
      <title>Load a customize WMS in arcgis C#</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/load-a-customize-wms-in-arcgis-c/m-p/293963#M1460</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin-bottom: 1em; font-size: 15px; color: #222222; font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;"&gt;I want to load a customize WMS server (like &lt;A href="http://185.8.172.26/" rel="nofollow noopener noreferrer" style="color: #0c65a5;" target="_blank"&gt;http://185.8.172.26/&lt;/A&gt;) with arcgis library (esri.arcgis.client, esri.arcgis.client.toolkit, esri.arcgis.client.toolkit.datasource, esri.arcgis.client.toolkit, esri.arcgis.client.toolkit.datasource.resource) in WPF. please, guide me. This code can run the arcgis map example (&lt;A href="http://server.arcgisonline.com/ArcGIS/rest/services/World_Street_Map/MapServer" rel="nofollow noopener noreferrer" style="color: #0c65a5;" target="_blank"&gt;http://server.arcgisonline.com/ArcGIS/rest/services/World_Street_Map/MapServer&lt;/A&gt;)&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&lt;SPAN class="pln" style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #000000;"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;esri&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #000000;"&gt;:&lt;/SPAN&gt;&lt;SPAN class="typ" style="color: #2b91af;"&gt;Map&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt; x&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #000000;"&gt;:&lt;/SPAN&gt;&lt;SPAN class="typ" style="color: #2b91af;"&gt;Name&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #000000;"&gt;=&lt;/SPAN&gt;&lt;SPAN class="str" style="color: #800000;"&gt;"MyMap"&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="typ" style="color: #2b91af;"&gt;WrapAround&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #000000;"&gt;=&lt;/SPAN&gt;&lt;SPAN class="str" style="color: #800000;"&gt;"True"&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #000000;"&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt; 
&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #000000;"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;esri&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #000000;"&gt;:&lt;/SPAN&gt;&lt;SPAN class="typ" style="color: #2b91af;"&gt;ArcGISTiledMapServiceLayer&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN class="typ" style="color: #2b91af;"&gt;Url&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #000000;"&gt;=&lt;/SPAN&gt;&lt;SPAN class="str" style="color: #800000;"&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Fserver.arcgisonline.com%2FArcGIS%2Frest%2Fservices%2FWorld_Street_Map%2FMapServer" target="_blank"&gt;http://server.arcgisonline.com/ArcGIS/rest/services/World_Street_Map/MapServer&lt;/A&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #000000;"&gt;/&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt; 
&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #000000;"&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;esri&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #000000;"&gt;:&lt;/SPAN&gt;&lt;SPAN class="typ" style="color: #2b91af;"&gt;Map&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #000000;"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P style="margin-bottom: 1em; font-size: 15px; color: #222222; font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;"&gt;but unfortunately can not run the example ( &lt;A href="http://185.8.172.26/" rel="nofollow noopener noreferrer" style="color: #0c65a5;" target="_blank"&gt;http://185.8.172.26/&lt;/A&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 14:08:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/load-a-customize-wms-in-arcgis-c/m-p/293963#M1460</guid>
      <dc:creator>BaharAzartoos</dc:creator>
      <dc:date>2021-12-11T14:08:08Z</dc:date>
    </item>
    <item>
      <title>Re: Load a customize WMS in arcgis C#</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/load-a-customize-wms-in-arcgis-c/m-p/293964#M1461</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It doesn't seem that your underlying service is a WMS service.&lt;/P&gt;&lt;P&gt;Looks like it's a tiled layer with tiles exposed as png image e.g.: &lt;A href="http://185.8.172.26/statics/Map/13/5255/3221.png"&gt;http://185.8.172.26/statics/Map/13/5255/3221.png&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To display it through the ArcGIS Runtime SDK for WPF you can use the WebTiledLayer provided by the toolkit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Though if you are creating a new application, I would recommend you to use the new &lt;A href="https://developers.arcgis.com/net/"&gt;ArcGIS .Net SDK&lt;/A&gt;, a WebTiledlayer is also provided by this SDK (&lt;A href="https://developers.arcgis.com/net/sample-code/WebTiledLayerSample/"&gt;sample&lt;/A&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Nov 2015 09:56:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/load-a-customize-wms-in-arcgis-c/m-p/293964#M1461</guid>
      <dc:creator>DominiqueBroux</dc:creator>
      <dc:date>2015-11-26T09:56:39Z</dc:date>
    </item>
  </channel>
</rss>

