<?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: Any plans to allow loading  KML/KMZ files without ArcGIS Online / Portal? in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/any-plans-to-allow-loading-kml-kmz-files-without/m-p/429635#M39460</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Until they can push it off to the client, I would say no. It needs to be publicly accessible since the class actually makes a call to an Esri utility (you probably already know this):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://utility.arcgis.com/sharing/kml" title="http://utility.arcgis.com/sharing/kml"&gt;http://utility.arcgis.com/sharing/kml&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You may have also stumbled upon this thread:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/thread/38487"&gt;Loading Dynamic KML from web service&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was thinking along the same lines as the OP in hosting the utility locally, or maybe creating the functionality locally. Esri said this wasn't possible, but technically, I think it should be... &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 Dec 2015 22:41:00 GMT</pubDate>
    <dc:creator>ChrisSmith7</dc:creator>
    <dc:date>2015-12-15T22:41:00Z</dc:date>
    <item>
      <title>Any plans to allow loading  KML/KMZ files without ArcGIS Online / Portal?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/any-plans-to-allow-loading-kml-kmz-files-without/m-p/429634#M39459</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are there any plans to allow loading KML files that are not publicly accessible? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sharing the KML file as a service to Server and Portal isn't a viable route I could use.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Dec 2015 20:49:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/any-plans-to-allow-loading-kml-kmz-files-without/m-p/429634#M39459</guid>
      <dc:creator>JamesTruong</dc:creator>
      <dc:date>2015-12-15T20:49:08Z</dc:date>
    </item>
    <item>
      <title>Re: Any plans to allow loading  KML/KMZ files without ArcGIS Online / Portal?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/any-plans-to-allow-loading-kml-kmz-files-without/m-p/429635#M39460</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Until they can push it off to the client, I would say no. It needs to be publicly accessible since the class actually makes a call to an Esri utility (you probably already know this):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://utility.arcgis.com/sharing/kml" title="http://utility.arcgis.com/sharing/kml"&gt;http://utility.arcgis.com/sharing/kml&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You may have also stumbled upon this thread:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/thread/38487"&gt;Loading Dynamic KML from web service&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was thinking along the same lines as the OP in hosting the utility locally, or maybe creating the functionality locally. Esri said this wasn't possible, but technically, I think it should be... &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Dec 2015 22:41:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/any-plans-to-allow-loading-kml-kmz-files-without/m-p/429635#M39460</guid>
      <dc:creator>ChrisSmith7</dc:creator>
      <dc:date>2015-12-15T22:41:00Z</dc:date>
    </item>
    <item>
      <title>Re: Any plans to allow loading  KML/KMZ files without ArcGIS Online / Portal?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/any-plans-to-allow-loading-kml-kmz-files-without/m-p/429636#M39461</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your other option, of course, is to parse the KML file and create a featureLayer on the fly. KML files are just XML anyways so, for simple KMLs of points (and possibly lines), this wouldn't be that difficult (albeit tedious).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Dec 2015 22:44:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/any-plans-to-allow-loading-kml-kmz-files-without/m-p/429636#M39461</guid>
      <dc:creator>SteveCole</dc:creator>
      <dc:date>2015-12-15T22:44:13Z</dc:date>
    </item>
    <item>
      <title>Re: Any plans to allow loading  KML/KMZ files without ArcGIS Online / Portal?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/any-plans-to-allow-loading-kml-kmz-files-without/m-p/429637#M39462</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe this would be a solution?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/mapbox/togeojson" title="https://github.com/mapbox/togeojson"&gt;mapbox/togeojson · GitHub&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Found it thanks to &lt;A href="https://community.esri.com/migrated-users/13452"&gt;Jeff Jacobson&lt;/A&gt; in this thread -&amp;nbsp; &lt;A href="https://community.esri.com/thread/94374"&gt;Is there any way to add KML,KMZ and CSV file from local drive/folder in web app?&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Oh, just as a plug for the Terrformer JSON parsing Jeff mentioned, I have a Runnable demo in case anyone is interested - &lt;A href="http://code.runnable.com/Vfig_eplbl55NWA1/terraformer-demo-for-node-js" title="http://code.runnable.com/Vfig_eplbl55NWA1/terraformer-demo-for-node-js"&gt;http://code.runnable.com/Vfig_eplbl55NWA1/terraformer-demo-for-node-js&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Dec 2015 22:54:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/any-plans-to-allow-loading-kml-kmz-files-without/m-p/429637#M39462</guid>
      <dc:creator>ChrisSmith7</dc:creator>
      <dc:date>2015-12-15T22:54:35Z</dc:date>
    </item>
    <item>
      <title>Re: Any plans to allow loading  KML/KMZ files without ArcGIS Online / Portal?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/any-plans-to-allow-loading-kml-kmz-files-without/m-p/429638#M39463</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm kinda of working on a parital workaround with&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/mapbox/togeojson" title="https://github.com/mapbox/togeojson"&gt;mapbox/togeojson · GitHub&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/Esri/geojson-layer-js" title="https://github.com/Esri/geojson-layer-js"&gt;Esri/geojson-layer-js · GitHub&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: line-through;"&gt;Still haven't got it to work yet ...&lt;/SPAN&gt; &lt;SPAN style="text-decoration: line-through;"&gt;Problem with the data structure going through geojson layer.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: line-through;"&gt;Though I'm just feeding in the Object[] (features?) in the data&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Dec 2015 23:43:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/any-plans-to-allow-loading-kml-kmz-files-without/m-p/429638#M39463</guid>
      <dc:creator>JamesTruong</dc:creator>
      <dc:date>2015-12-15T23:43:55Z</dc:date>
    </item>
  </channel>
</rss>

