<?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: Overlay KML Network link of a Fusion Table in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/overlay-kml-network-link-of-a-fusion-table/m-p/269974#M24848</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It works if you replace the plus signs in the URL to the KML file with spaces:&amp;nbsp; &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://jsfiddle.net/uyAuW/" rel="nofollow" target="_blank"&gt;http://jsfiddle.net/uyAuW/&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 03 Feb 2012 20:33:27 GMT</pubDate>
    <dc:creator>derekswingley1</dc:creator>
    <dc:date>2012-02-03T20:33:27Z</dc:date>
    <item>
      <title>Overlay KML Network link of a Fusion Table</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/overlay-kml-network-link-of-a-fusion-table/m-p/269971#M24845</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am wondering if it is possible to overlay a KML network link of a fusion table using the javascript api.&amp;nbsp; I got the overlay working using the flex api by just using &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://www.google.com/fusiontables/exporttable?query=select+col1+from+2817988+&amp;amp;o=kmllink&amp;amp;g=col1" rel="nofollow" target="_blank"&gt;https://www.google.com/fusiontables/exporttable?query=select+col1+from+2817988+&amp;amp;o=kmllink&amp;amp;g=col1&lt;/A&gt;&lt;SPAN&gt; for the KML layer. Any help and examples would be much appreciated, thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Feb 2012 17:47:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/overlay-kml-network-link-of-a-fusion-table/m-p/269971#M24845</guid>
      <dc:creator>DaleSimper</dc:creator>
      <dc:date>2012-02-02T17:47:00Z</dc:date>
    </item>
    <item>
      <title>Re: Overlay KML Network link of a Fusion Table</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/overlay-kml-network-link-of-a-fusion-table/m-p/269972#M24846</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If a URL points to a KML file, you should be able to pass it to the &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/javascript/arcgis/help/jsapi/kmllayer.htm"&gt;KMLLayer&lt;/A&gt;&lt;SPAN&gt; class to create a layer from the KML. See the simple &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/javascript/arcgis/help/jssamples/layers_kml.html"&gt;KML Layer sample&lt;/A&gt;&lt;SPAN&gt; for an example.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Feb 2012 16:05:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/overlay-kml-network-link-of-a-fusion-table/m-p/269972#M24846</guid>
      <dc:creator>derekswingley1</dc:creator>
      <dc:date>2012-02-03T16:05:04Z</dc:date>
    </item>
    <item>
      <title>Re: Overlay KML Network link of a Fusion Table</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/overlay-kml-network-link-of-a-fusion-table/m-p/269973#M24847</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yeah, that's what I was using, but it doesn't seem to work. I can get it to work using the KMLLayer class using the Flex API and according to this thread&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://forums.arcgis.com/threads/40348-Display-layer-based-on-Google-Fusion-Tables"&gt;http://forums.arcgis.com/threads/40348-Display-layer-based-on-Google-Fusion-Tables&lt;/A&gt;&lt;SPAN&gt; it works with silverlight. So I was just wondering if anyone has had success using the API for Javascript.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Feb 2012 18:03:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/overlay-kml-network-link-of-a-fusion-table/m-p/269973#M24847</guid>
      <dc:creator>DaleSimper</dc:creator>
      <dc:date>2012-02-03T18:03:55Z</dc:date>
    </item>
    <item>
      <title>Re: Overlay KML Network link of a Fusion Table</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/overlay-kml-network-link-of-a-fusion-table/m-p/269974#M24848</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It works if you replace the plus signs in the URL to the KML file with spaces:&amp;nbsp; &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://jsfiddle.net/uyAuW/" rel="nofollow" target="_blank"&gt;http://jsfiddle.net/uyAuW/&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Feb 2012 20:33:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/overlay-kml-network-link-of-a-fusion-table/m-p/269974#M24848</guid>
      <dc:creator>derekswingley1</dc:creator>
      <dc:date>2012-02-03T20:33:27Z</dc:date>
    </item>
    <item>
      <title>Re: Overlay KML Network link of a Fusion Table</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/overlay-kml-network-link-of-a-fusion-table/m-p/269975#M24849</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Derek, I figured it had to be something simple.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Feb 2012 20:23:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/overlay-kml-network-link-of-a-fusion-table/m-p/269975#M24849</guid>
      <dc:creator>DaleSimper</dc:creator>
      <dc:date>2012-02-07T20:23:08Z</dc:date>
    </item>
    <item>
      <title>Re: Overlay KML Network link of a Fusion Table</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/overlay-kml-network-link-of-a-fusion-table/m-p/269976#M24850</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;just an fyi, i tested this in 3.4 and found that a '+' is now acceptable, while a space is not...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://jsfiddle.net/C5mdZ/"&gt;http://jsfiddle.net/C5mdZ/&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Apr 2013 20:20:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/overlay-kml-network-link-of-a-fusion-table/m-p/269976#M24850</guid>
      <dc:creator>JohnGravois</dc:creator>
      <dc:date>2013-04-23T20:20:17Z</dc:date>
    </item>
  </channel>
</rss>

