<?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 Flex 2.4 Local KML file in ArcGIS API for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/flex-2-4-local-kml-file/m-p/647189#M14366</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I was hoping someone could shed some light on the needed steps to get a local KML to display on the map. I can get public KML files to load fine but I'm looking for a way to allow the user to display KML files that they may have on there local machine. Is the utility that ESRI uses to parse the public kml/kmz files available for other ArcGIS servers?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 Aug 2011 17:18:43 GMT</pubDate>
    <dc:creator>PatrickTruitt</dc:creator>
    <dc:date>2011-08-09T17:18:43Z</dc:date>
    <item>
      <title>Flex 2.4 Local KML file</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/flex-2-4-local-kml-file/m-p/647189#M14366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I was hoping someone could shed some light on the needed steps to get a local KML to display on the map. I can get public KML files to load fine but I'm looking for a way to allow the user to display KML files that they may have on there local machine. Is the utility that ESRI uses to parse the public kml/kmz files available for other ArcGIS servers?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Aug 2011 17:18:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/flex-2-4-local-kml-file/m-p/647189#M14366</guid>
      <dc:creator>PatrickTruitt</dc:creator>
      <dc:date>2011-08-09T17:18:43Z</dc:date>
    </item>
    <item>
      <title>Re: Flex 2.4 Local KML file</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/flex-2-4-local-kml-file/m-p/647190#M14367</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I was also thinking about this situation.An easier way is to create a directory in your server where you published your flex application.Just upload that kml file to your server. This directory must be published&amp;nbsp; on IIS.So that you can add that kml file as a kmllayer to your application like &lt;/SPAN&gt;&lt;A href="http://youserverip/thedirectory/xxx.kml" target="_blank"&gt;http://youserverip/thedirectory/xyz.kml&lt;/A&gt;&lt;SPAN&gt;. You can do this for kml files. But in flex you cannot access local directories because of security restrictions. You need to write a webservice or something like that to manage it. For kmz files,you can use also your webservice to extract the kml file from the kmz file to this directory.So that you can reach that kml file as a kmllayer.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jun 2024 20:16:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/flex-2-4-local-kml-file/m-p/647190#M14367</guid>
      <dc:creator>erdinç_kadiryildiz</dc:creator>
      <dc:date>2024-06-28T20:16:30Z</dc:date>
    </item>
    <item>
      <title>Re: Flex 2.4 Local KML file</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/flex-2-4-local-kml-file/m-p/647191#M14368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;There is something else going on here behind the scenes. I'm working on my local development environment. I have setup a local server, opened it up via a crossdomain file and put the kml file on it. (&lt;/SPAN&gt;&lt;A href="http://localhost/kml/kmlfile.kml"&gt;http://localhost/kml/kmlfile.kml&lt;/A&gt;&lt;SPAN&gt;). When I run my flex app it will not bring that kml file in as a layer. Is there something I'm missing here? Is it because my flex app is running from my file system vs the same server? I thought the crossdomain file would fix this access issue. Captain clueless here.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Aug 2011 11:14:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/flex-2-4-local-kml-file/m-p/647191#M14368</guid>
      <dc:creator>PatrickTruitt</dc:creator>
      <dc:date>2011-08-10T11:14:12Z</dc:date>
    </item>
    <item>
      <title>Re: Flex 2.4 Local KML file</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/flex-2-4-local-kml-file/m-p/647192#M14369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN style="font-style:italic;"&gt;"The KMLLayer is used to create a layer based on a &lt;STRONG&gt;publicly accessible&lt;/STRONG&gt; KML file (.kml,.kmz)."&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/webapi/flex/apiref/com/esri/ags/layers/KMLLayer.html"&gt;http://help.arcgis.com/en/webapi/flex/apiref/com/esri/ags/layers/KMLLayer.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thus, localhost and KMLs sitting on internal networks will not work. The KML needs to be publicly accessible.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What's happening behind the scenes is that we use a utility "converter" service&amp;nbsp; to convert the KML to ArcGIS REST-like features. The same service is used by both Flex and Javascript Web APIs.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Aug 2011 15:23:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/flex-2-4-local-kml-file/m-p/647192#M14369</guid>
      <dc:creator>BjornSvensson</dc:creator>
      <dc:date>2011-08-10T15:23:02Z</dc:date>
    </item>
    <item>
      <title>Re: Flex 2.4 Local KML file</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/flex-2-4-local-kml-file/m-p/647193#M14370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I maybe working with some sensitive kml data so my question to ESRI is, could this "converter" be available to customers to live behind their firewall?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Aug 2011 16:41:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/flex-2-4-local-kml-file/m-p/647193#M14370</guid>
      <dc:creator>PatrickTruitt</dc:creator>
      <dc:date>2011-08-10T16:41:08Z</dc:date>
    </item>
    <item>
      <title>Re: Flex 2.4 Local KML file</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/flex-2-4-local-kml-file/m-p/647194#M14371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;...could this "converter" be available to customers to live behind their firewall?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes, it will be part of the ArcGIS Portal.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Aug 2011 23:54:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/flex-2-4-local-kml-file/m-p/647194#M14371</guid>
      <dc:creator>BjornSvensson</dc:creator>
      <dc:date>2011-08-10T23:54:09Z</dc:date>
    </item>
    <item>
      <title>Re: Flex 2.4 Local KML file</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/flex-2-4-local-kml-file/m-p/647195#M14372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm guessing it's not apart of GeoPortal at this current date?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Aug 2011 13:57:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/flex-2-4-local-kml-file/m-p/647195#M14372</guid>
      <dc:creator>PatrickTruitt</dc:creator>
      <dc:date>2011-08-11T13:57:46Z</dc:date>
    </item>
    <item>
      <title>Re: Flex 2.4 Local KML file</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/flex-2-4-local-kml-file/m-p/647196#M14373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Correct.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;GeoPortal is different from ArcGIS Portal.&amp;nbsp; This will be part of ArcGIS Portal.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Aug 2011 23:40:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/flex-2-4-local-kml-file/m-p/647196#M14373</guid>
      <dc:creator>BjornSvensson</dc:creator>
      <dc:date>2011-08-11T23:40:10Z</dc:date>
    </item>
    <item>
      <title>Re: Flex 2.4 Local KML file</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/flex-2-4-local-kml-file/m-p/647197#M14374</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you. Any ETA on ArcGIS Portal?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Aug 2011 13:53:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/flex-2-4-local-kml-file/m-p/647197#M14374</guid>
      <dc:creator>PatrickTruitt</dc:creator>
      <dc:date>2011-08-12T13:53:55Z</dc:date>
    </item>
    <item>
      <title>Re: Flex 2.4 Local KML file</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/flex-2-4-local-kml-file/m-p/647198#M14375</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Do I really need the whole ArcGIS Portal Package just to have access to the utility that parses kml/kmz files? Our customer does not want their kml/kmz data out on a public server. Could just the utility be made available? Can someone please explain to me why this capability is limited to only public URL's but all other layer types can be internal?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Aug 2011 16:38:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/flex-2-4-local-kml-file/m-p/647198#M14375</guid>
      <dc:creator>PatrickTruitt</dc:creator>
      <dc:date>2011-08-19T16:38:51Z</dc:date>
    </item>
    <item>
      <title>Re: Flex 2.4 Local KML file</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/flex-2-4-local-kml-file/m-p/647199#M14376</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Try right clicking in your viewer and change flash player global settings, under the advaced tab, add you site to the trusted sites list.&amp;nbsp; This allows flash to access a file on your local drive.&amp;nbsp; At least try it and see if that works.&amp;nbsp; See picture.....&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Aug 2011 18:00:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/flex-2-4-local-kml-file/m-p/647199#M14376</guid>
      <dc:creator>dcopple</dc:creator>
      <dc:date>2011-08-19T18:00:57Z</dc:date>
    </item>
    <item>
      <title>Re: Flex 2.4 Local KML file</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/flex-2-4-local-kml-file/m-p/647200#M14377</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I would agree, it's a real shame that the Flex API cannot deal with the KML/KMZ directly without having to use an external call.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm also in the same situation where I have sensitive information that cannot be used externally. In fact, the whole reason we went with the ESRI Flex API was that it didn't require internet access like the Google API does.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes, we could use ArcGIS Portal, but do we really want all that on the server just to deal with KML? I doubt that would fly. No all our Flex apps use an ArcGIS backend, in fact many use very lightweight webservers/webservices.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So could the developers on the API please consider this decision?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Ian&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Aug 2011 07:39:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/flex-2-4-local-kml-file/m-p/647200#M14377</guid>
      <dc:creator>IanWatkins</dc:creator>
      <dc:date>2011-08-22T07:39:00Z</dc:date>
    </item>
    <item>
      <title>Re: Flex 2.4 Local KML file</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/flex-2-4-local-kml-file/m-p/647201#M14378</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have written a KML widget, and posted the compiled swf and xml at the following site:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://www.arcgis.com/home/item.html?id=3f7a1efe5f3c4aa9bdecf59730231ffb"&gt;http://www.arcgis.com/home/item.html?id=3f7a1efe5f3c4aa9bdecf59730231ffb&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;Still has to load a posted kml.&amp;nbsp; If you don't have a server for a kml, you can post it to Google sites, or a number of other places that allow you to post a free file.&amp;nbsp; If it is local, I think you could post the kml on your local server.&amp;nbsp; As long as it has an &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://" rel="nofollow" target="_blank"&gt;http://&lt;/A&gt;&lt;SPAN&gt; url that is a valid url it should load.&amp;nbsp; Hope this helps someone.&amp;nbsp; KML is fully supported with the Flex Viewer yet, but hope it will support more complex KML in the future.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Aug 2011 18:35:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/flex-2-4-local-kml-file/m-p/647201#M14378</guid>
      <dc:creator>dcopple</dc:creator>
      <dc:date>2011-08-22T18:35:40Z</dc:date>
    </item>
  </channel>
</rss>

