<?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: Display of KML file in esri javascript from file object in ArcGIS REST JS Questions</title>
    <link>https://community.esri.com/t5/arcgis-rest-js-questions/display-of-kml-file-in-esri-javascript-from-file/m-p/1250744#M22</link>
    <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/643473"&gt;@Vinay_Kumar&lt;/a&gt;&amp;nbsp;please provide more info. You are writing the the ArcGIS REST JS forum, are you using &lt;A href="https://developers.arcgis.com/arcgis-rest-js/" target="_self"&gt;this technology&lt;/A&gt;? This is mainly to access ArcGIS REST/web services.&amp;nbsp;&lt;/P&gt;&lt;P&gt;What is the File Object? Is it the KML? It is hosted in ArcGIS?&lt;/P&gt;&lt;P&gt;Please share as much information as you can (to help us to help you) &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;.&lt;/P&gt;</description>
    <pubDate>Tue, 24 Jan 2023 12:49:50 GMT</pubDate>
    <dc:creator>Raul_Jimenez</dc:creator>
    <dc:date>2023-01-24T12:49:50Z</dc:date>
    <item>
      <title>Display of KML file in esri javascript from file object</title>
      <link>https://community.esri.com/t5/arcgis-rest-js-questions/display-of-kml-file-in-esri-javascript-from-file/m-p/1250701#M21</link>
      <description>&lt;P&gt;I need to read the KML file from the File Object and show it on the map&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jan 2023 10:26:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-js-questions/display-of-kml-file-in-esri-javascript-from-file/m-p/1250701#M21</guid>
      <dc:creator>Vinay_Kumar</dc:creator>
      <dc:date>2023-01-24T10:26:18Z</dc:date>
    </item>
    <item>
      <title>Re: Display of KML file in esri javascript from file object</title>
      <link>https://community.esri.com/t5/arcgis-rest-js-questions/display-of-kml-file-in-esri-javascript-from-file/m-p/1250744#M22</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/643473"&gt;@Vinay_Kumar&lt;/a&gt;&amp;nbsp;please provide more info. You are writing the the ArcGIS REST JS forum, are you using &lt;A href="https://developers.arcgis.com/arcgis-rest-js/" target="_self"&gt;this technology&lt;/A&gt;? This is mainly to access ArcGIS REST/web services.&amp;nbsp;&lt;/P&gt;&lt;P&gt;What is the File Object? Is it the KML? It is hosted in ArcGIS?&lt;/P&gt;&lt;P&gt;Please share as much information as you can (to help us to help you) &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;.&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jan 2023 12:49:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-js-questions/display-of-kml-file-in-esri-javascript-from-file/m-p/1250744#M22</guid>
      <dc:creator>Raul_Jimenez</dc:creator>
      <dc:date>2023-01-24T12:49:50Z</dc:date>
    </item>
    <item>
      <title>Re: Display of KML file in esri javascript from file object</title>
      <link>https://community.esri.com/t5/arcgis-rest-js-questions/display-of-kml-file-in-esri-javascript-from-file/m-p/1250752#M23</link>
      <description>&lt;P&gt;Like User will upload the KML file we need to display on the&amp;nbsp;&lt;SPAN&gt;ArcGIS REST JS Map. It was not hosted in ArcGIS. Is there an alternative without hosting?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jan 2023 13:05:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-js-questions/display-of-kml-file-in-esri-javascript-from-file/m-p/1250752#M23</guid>
      <dc:creator>Vinay_Kumar</dc:creator>
      <dc:date>2023-01-24T13:05:15Z</dc:date>
    </item>
    <item>
      <title>Re: Display of KML file in esri javascript from file object</title>
      <link>https://community.esri.com/t5/arcgis-rest-js-questions/display-of-kml-file-in-esri-javascript-from-file/m-p/1250784#M24</link>
      <description>&lt;P&gt;I think you are talking about the &lt;A href="https://developers.arcgis.com/javascript/latest/" target="_self"&gt;ArcGIS Maps SDK for JS&lt;/A&gt; and not ArcGIS REST JS, are you?&lt;/P&gt;&lt;P&gt;If that's the case, the &lt;U&gt;&lt;STRONG&gt;Maps&lt;/STRONG&gt;&lt;/U&gt; SDK which is for client-side applications (UI) with maps have a &lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-KMLLayer.html" target="_self"&gt;KMLLayer class&lt;/A&gt; you can use to load data from an external source.&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jan 2023 14:10:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-js-questions/display-of-kml-file-in-esri-javascript-from-file/m-p/1250784#M24</guid>
      <dc:creator>Raul_Jimenez</dc:creator>
      <dc:date>2023-01-24T14:10:24Z</dc:date>
    </item>
    <item>
      <title>Re: Display of KML file in esri javascript from file object</title>
      <link>https://community.esri.com/t5/arcgis-rest-js-questions/display-of-kml-file-in-esri-javascript-from-file/m-p/1251133#M26</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I moved the conversation to the right forum:&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/re-display-of-kml-file-in-esri-javascript-from/m-p/1250786/thread-id/80032" target="_self"&gt;https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/re-display-of-kml-file-in-esri-javascript-from/m-p/1250786/thread-id/80032&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Sorry for the inconveniences.&lt;/P&gt;</description>
      <pubDate>Wed, 25 Jan 2023 04:38:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-js-questions/display-of-kml-file-in-esri-javascript-from-file/m-p/1251133#M26</guid>
      <dc:creator>Raul_Jimenez</dc:creator>
      <dc:date>2023-01-25T04:38:59Z</dc:date>
    </item>
  </channel>
</rss>

