<?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: Using KML layer in ArcGIS API for JS 4.7 ? in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/using-kml-layer-in-arcgis-api-for-js-4-7/m-p/457643#M42230</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;From the &lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-KMLLayer.html"&gt;documentation&lt;/A&gt;:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;DIV class=""&gt;&lt;P&gt;&lt;STRONG&gt;Known Limitations&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Currently, the KMLLayer is not supported in SceneView.&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-KMLLayerView.html#MapImage"&gt;MapImage&lt;/A&gt; is only supported when the &lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-views-MapView.html"&gt;MapView&lt;/A&gt;'s spatial reference is WGS84 (wkid: 4326).&lt;/LI&gt;&lt;LI&gt;More information can be found here about &lt;A href="http://doc.arcgis.com/en/arcgis-online/reference/kml.htm" target="_blank"&gt;limitations using KML layers&lt;/A&gt;.&lt;/LI&gt;&lt;/UL&gt;&lt;/DIV&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also,&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;The KMLLayer uses a utility service from &lt;A href="https://www.arcgis.com" target="_blank"&gt;ArcGIS.com&lt;/A&gt;, therefore your kml/kmz files must be publicly accessible on the internet. If the kml/kmz files are behind a firewall you must to set the &lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-config.html#kmlServiceUrl"&gt;esriConfig.kmlServiceUrl&lt;/A&gt; to your own utility service (requires ArcGIS Enterprise).&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Jul 2018 13:29:31 GMT</pubDate>
    <dc:creator>KenBuja</dc:creator>
    <dc:date>2018-07-19T13:29:31Z</dc:date>
    <item>
      <title>Using KML layer in ArcGIS API for JS 4.7 ?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/using-kml-layer-in-arcgis-api-for-js-4-7/m-p/457642#M42229</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have KML layer and I couldn't use it in KMLLayer module from JavaScript API. Is there any limitation or something else.?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jul 2018 08:49:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/using-kml-layer-in-arcgis-api-for-js-4-7/m-p/457642#M42229</guid>
      <dc:creator>rishishady</dc:creator>
      <dc:date>2018-07-19T08:49:30Z</dc:date>
    </item>
    <item>
      <title>Re: Using KML layer in ArcGIS API for JS 4.7 ?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/using-kml-layer-in-arcgis-api-for-js-4-7/m-p/457643#M42230</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;From the &lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-KMLLayer.html"&gt;documentation&lt;/A&gt;:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;DIV class=""&gt;&lt;P&gt;&lt;STRONG&gt;Known Limitations&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Currently, the KMLLayer is not supported in SceneView.&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-KMLLayerView.html#MapImage"&gt;MapImage&lt;/A&gt; is only supported when the &lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-views-MapView.html"&gt;MapView&lt;/A&gt;'s spatial reference is WGS84 (wkid: 4326).&lt;/LI&gt;&lt;LI&gt;More information can be found here about &lt;A href="http://doc.arcgis.com/en/arcgis-online/reference/kml.htm" target="_blank"&gt;limitations using KML layers&lt;/A&gt;.&lt;/LI&gt;&lt;/UL&gt;&lt;/DIV&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also,&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;The KMLLayer uses a utility service from &lt;A href="https://www.arcgis.com" target="_blank"&gt;ArcGIS.com&lt;/A&gt;, therefore your kml/kmz files must be publicly accessible on the internet. If the kml/kmz files are behind a firewall you must to set the &lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-config.html#kmlServiceUrl"&gt;esriConfig.kmlServiceUrl&lt;/A&gt; to your own utility service (requires ArcGIS Enterprise).&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jul 2018 13:29:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/using-kml-layer-in-arcgis-api-for-js-4-7/m-p/457643#M42230</guid>
      <dc:creator>KenBuja</dc:creator>
      <dc:date>2018-07-19T13:29:31Z</dc:date>
    </item>
  </channel>
</rss>

