<?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: KML file read locally? in ArcGIS Runtime SDK for Android Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/kml-file-read-locally/m-p/737490#M5184</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks, I've found a good lib and following your suggestion it seems that will work &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 07 Oct 2013 06:43:00 GMT</pubDate>
    <dc:creator>JessicaSena</dc:creator>
    <dc:date>2013-10-07T06:43:00Z</dc:date>
    <item>
      <title>KML file read locally?</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/kml-file-read-locally/m-p/737487#M5181</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm using KMLLayer in my app, and for what I've read in the documentation: &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="font-style:italic;"&gt;"To add a KML file(.kml or .kmz) to a map, the KML must be available via a publicly accessible URL. Locally hosted or KML files inside a firewall are not supported"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I understand is not possible to read KML file locally. So, my question is, somebody has achieved this by his own? and could point me in the right direction? Maybe with a costum layer?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;And for the ESRI people, this behaviour is going to be implemented in future realeses of the SDK?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Sep 2013 07:59:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/kml-file-read-locally/m-p/737487#M5181</guid>
      <dc:creator>JessicaSena</dc:creator>
      <dc:date>2013-09-26T07:59:06Z</dc:date>
    </item>
    <item>
      <title>Re: KML file read locally?</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/kml-file-read-locally/m-p/737488#M5182</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&lt;BR /&gt;&lt;BR /&gt;And for the ESRI people, this behaviour is going to be implemented in future realeses of the SDK?&lt;BR /&gt;&lt;BR /&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes, we are planning to support file based KML in a future release.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Sep 2013 19:12:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/kml-file-read-locally/m-p/737488#M5182</guid>
      <dc:creator>DanO_Neill</dc:creator>
      <dc:date>2013-09-30T19:12:38Z</dc:date>
    </item>
    <item>
      <title>Re: KML file read locally?</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/kml-file-read-locally/m-p/737489#M5183</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If it's simple kml, you might look into extracting the data from the kml file (just xml, but there's probably a kml library out there somewhere), populating it in a featureset and adding it as a &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://developers.arcgis.com/en/android/api-reference/reference/com/esri/android/map/ags/ArcGISFeatureLayer.html#ArcGISFeatureLayer%28java.lang.String,%20com.esri.core.map.FeatureSet,%20com.esri.android.map.ags.ArcGISFeatureLayer.Options%29" rel="nofollow" target="_blank"&gt;feature collection based feature layer&lt;/A&gt;&lt;SPAN&gt;.&amp;nbsp; We're using this approach for data from a web service, but it should be the same basic idea for your situation - open data, add to feature set, add to feature layer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Keith&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Oct 2013 12:52:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/kml-file-read-locally/m-p/737489#M5183</guid>
      <dc:creator>KeithTurner</dc:creator>
      <dc:date>2013-10-01T12:52:07Z</dc:date>
    </item>
    <item>
      <title>Re: KML file read locally?</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/kml-file-read-locally/m-p/737490#M5184</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks, I've found a good lib and following your suggestion it seems that will work &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Oct 2013 06:43:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/kml-file-read-locally/m-p/737490#M5184</guid>
      <dc:creator>JessicaSena</dc:creator>
      <dc:date>2013-10-07T06:43:00Z</dc:date>
    </item>
    <item>
      <title>Re: KML file read locally?</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/kml-file-read-locally/m-p/737491#M5185</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Thanks, I've found a good lib and following your suggestion it seems that will work &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Hey jessica can u share the lib you found for kml ? actually i also want to load kml locally, and also can u tell me that if your kml contains polylines data?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Oct 2013 17:24:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/kml-file-read-locally/m-p/737491#M5185</guid>
      <dc:creator>AnsarRauf</dc:creator>
      <dc:date>2013-10-09T17:24:08Z</dc:date>
    </item>
    <item>
      <title>Re: KML file read locally?</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/kml-file-read-locally/m-p/737492#M5186</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;hey,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;is not exactly a "lib", I found de following code:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.java2s.com/Open-Source/Android/android-core/platform-sdk/com/android/ddmuilib/location/KmlParser.java.htm"&gt;http://www.java2s.com/Open-Source/Android/android-core/platform-sdk/com/android/ddmuilib/location/KmlParser.java.htm&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://www.java2s.com/Open-Source/Android/App/geopaparazzi/eu/hydrologis/geopaparazzi/gpx/parser/GpxParser.java.htm"&gt;http://www.java2s.com/Open-Source/Android/App/geopaparazzi/eu/hydrologis/geopaparazzi/gpx/parser/GpxParser.java.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;but for the moment I'm focus on the gpx parser, which is actually working, so cannot assure if the kml code is working or not... &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anyway, in case it was not useful for u, if you do some research on google I'm sure you'll find what you want (when I did it, I found a great amount of examples &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; )&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Good luck!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Oct 2013 06:06:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/kml-file-read-locally/m-p/737492#M5186</guid>
      <dc:creator>JessicaSena</dc:creator>
      <dc:date>2013-10-10T06:06:00Z</dc:date>
    </item>
  </channel>
</rss>

