<?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: V2.3 KML Support in ArcGIS Runtime SDK for WPF (Retired) Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/v2-3-kml-support/m-p/29958#M130</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The problem appears to be that the file is not utf8 encoded. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The KML file inside &lt;/SPAN&gt;&lt;A href="http://www.volcano.si.edu/ge/GVPWorldVolcanoes-List.kmz"&gt;http://www.volcano.si.edu/ge/GVPWorldVolcanoes-List.kmz&lt;/A&gt;&lt;SPAN&gt; is encoding the 'î' of the placemark 'Chaîne des puys' as the character ASCII 238 (EE in Hexa). &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;This is not the expected value for an UTF8 encoding.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 23 Nov 2011 15:29:41 GMT</pubDate>
    <dc:creator>DominiqueBroux</dc:creator>
    <dc:date>2011-11-23T15:29:41Z</dc:date>
    <item>
      <title>V2.3 KML Support</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/v2-3-kml-support/m-p/29957#M129</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi I'm not sure I'm using the KML layer correctly... i tried a simple example.. but can't seems to render anything on the map.. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
&amp;lt;esri:Map WrapAround="True" x:Name="MyMap"&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;esri:ArcGISTiledMapServiceLayer ID="MyLayer" Url="http://services.arcgisonline.com/ArcGIS/rest/services/World_Street_Map/MapServer" /&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;esri:KmlLayer ID="KmlLayer" Url="C:\Users\user\Desktop\GVPWorldVolcanoes.kml"/&amp;gt;
&amp;lt;/esri:Map&amp;gt;
&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;the kml is just this&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;
&amp;lt;kml xmlns="http://www.opengis.net/kml/2.2" xmlns:gx="http://www.google.com/kml/ext/2.2" xmlns:kml="http://www.opengis.net/kml/2.2" xmlns:atom="http://www.w3.org/2005/Atom"&amp;gt;
&amp;lt;NetworkLink&amp;gt;
 &amp;lt;name&amp;gt;Global Volcanism Program - Holocene Volcanoes&amp;lt;/name&amp;gt;
 &amp;lt;open&amp;gt;1&amp;lt;/open&amp;gt;
 &amp;lt;Snippet maxLines="0"&amp;gt;&amp;lt;/Snippet&amp;gt;
 &amp;lt;description&amp;gt;All known volcanoes with an eruption during the Holocene Period (last 10,000 years). Compiled by the Global Volcanism Program.&amp;lt;/description&amp;gt;
 &amp;lt;Link&amp;gt;
&amp;nbsp; &amp;lt;href&amp;gt;http://www.volcano.si.edu/ge/GVPWorldVolcanoes-List.kmz&amp;lt;/href&amp;gt;
&amp;nbsp; &amp;lt;refreshMode&amp;gt;onInterval&amp;lt;/refreshMode&amp;gt;
&amp;nbsp; &amp;lt;refreshInterval&amp;gt;604800&amp;lt;/refreshInterval&amp;gt;
 &amp;lt;/Link&amp;gt;
&amp;lt;/NetworkLink&amp;gt;
&amp;lt;/kml&amp;gt;
&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;it opens in Google Earth fine.. downloading the data from &lt;/SPAN&gt;&lt;A href="http://www.volcano.si.edu/ge/GVPWorldVolcanoes-List.kmz" rel="nofollow noopener noreferrer" target="_blank"&gt;http://www.volcano.si.edu/ge/GVPWorldVolcanoes-List.kmz&lt;/A&gt;&lt;SPAN&gt;. is this supported in the new V2.3?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Dec 2021 21:12:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/v2-3-kml-support/m-p/29957#M129</guid>
      <dc:creator>linusang</dc:creator>
      <dc:date>2021-12-10T21:12:15Z</dc:date>
    </item>
    <item>
      <title>Re: V2.3 KML Support</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/v2-3-kml-support/m-p/29958#M130</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The problem appears to be that the file is not utf8 encoded. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The KML file inside &lt;/SPAN&gt;&lt;A href="http://www.volcano.si.edu/ge/GVPWorldVolcanoes-List.kmz"&gt;http://www.volcano.si.edu/ge/GVPWorldVolcanoes-List.kmz&lt;/A&gt;&lt;SPAN&gt; is encoding the 'î' of the placemark 'Chaîne des puys' as the character ASCII 238 (EE in Hexa). &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;This is not the expected value for an UTF8 encoding.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Nov 2011 15:29:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/v2-3-kml-support/m-p/29958#M130</guid>
      <dc:creator>DominiqueBroux</dc:creator>
      <dc:date>2011-11-23T15:29:41Z</dc:date>
    </item>
    <item>
      <title>Re: V2.3 KML Support</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/v2-3-kml-support/m-p/29959#M131</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;so is there going to be a fix? :confused: i actually post this problem here already... &lt;/SPAN&gt;&lt;A href="http://forums.arcgis.com/threads/22462-Error-adding-KML-Layer"&gt;http://forums.arcgis.com/threads/22462-Error-adding-KML-Layer&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Nov 2011 08:58:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/v2-3-kml-support/m-p/29959#M131</guid>
      <dc:creator>linusang</dc:creator>
      <dc:date>2011-11-24T08:58:06Z</dc:date>
    </item>
    <item>
      <title>Re: V2.3 KML Support</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/v2-3-kml-support/m-p/29960#M132</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;In my opinion, the kml file you reference is badly encoded and, at this time, nothing is planned to support this kind of file.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;That being said, if it turns out that it's a frequent case, we could be more tolerant to this kind of error. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;We might envisage that for a future version bit without any guarantee for now.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The workaround is you to get the kml layer sources on &lt;/SPAN&gt;&lt;A href="http://esrisilverlight.codeplex.com/"&gt;codeplex&lt;/A&gt;&lt;SPAN&gt;, and that you tweak them to recover from this error.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Nov 2011 07:37:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/v2-3-kml-support/m-p/29960#M132</guid>
      <dc:creator>DominiqueBroux</dc:creator>
      <dc:date>2011-11-25T07:37:30Z</dc:date>
    </item>
    <item>
      <title>Re: V2.3 KML Support</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/v2-3-kml-support/m-p/29961#M133</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;thanks for the reply but ArcGIS Explorer loads the KML just fine... so I assume that we have the same&amp;nbsp; level of compatibility in ArcGIS products....&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Nov 2011 08:03:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/v2-3-kml-support/m-p/29961#M133</guid>
      <dc:creator>linusang</dc:creator>
      <dc:date>2011-11-25T08:03:10Z</dc:date>
    </item>
  </channel>
</rss>

