<?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 layer based on Google Fusion Tables in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/display-layer-based-on-google-fusion-tables/m-p/507803#M13021</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt; &lt;BR /&gt;It turns out it looks like I can set KmlLayer.Url to this url&lt;BR /&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;Great idea. Much simpler &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Now the only pain is converting to web mercator.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;This &lt;/SPAN&gt;&lt;A href="http://blogs.esri.com/Dev/blogs/silverlightwpf/archive/2011/02/12/Auto_2D00_reprojecting-graphics-layers.aspx"&gt;Mortens's post &lt;/A&gt;&lt;SPAN&gt;should help.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 27 Sep 2011 16:05:16 GMT</pubDate>
    <dc:creator>DominiqueBroux</dc:creator>
    <dc:date>2011-09-27T16:05:16Z</dc:date>
    <item>
      <title>Display layer based on Google Fusion Tables</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/display-layer-based-on-google-fusion-tables/m-p/507797#M13015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I've been asked to add a layer to a silverlight map depicting information in a Google Fusion Table, specifically this one: &lt;/SPAN&gt;&lt;A href="http://www.google.com/fusiontables/DataSource?snapid=S232942v7U3"&gt;http://www.google.com/fusiontables/DataSource?snapid=S232942v7U3&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Does anyone know an easy way to do this?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Are there any plans to provide a new layer type in future versions of the Silverlight API that would let me just config a layer using the url like I would any other mapservice layer?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Kirk&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Sep 2011 22:15:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/display-layer-based-on-google-fusion-tables/m-p/507797#M13015</guid>
      <dc:creator>KirkKuykendall</dc:creator>
      <dc:date>2011-09-26T22:15:50Z</dc:date>
    </item>
    <item>
      <title>Re: Display layer based on Google Fusion Tables</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/display-layer-based-on-google-fusion-tables/m-p/507798#M13016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It's something you can do yourself. Just create a class that inherits GraphicsLayer, and in the overriden Initialize() method place code to download the fusion table exported as a csv file (the URL for your table is &lt;/SPAN&gt;&lt;A href="http://www.google.com/fusiontables/exporttable?query=select%20*%20from%201236296%20"&gt;http://www.google.com/fusiontables/exporttable?query=select%20*%20from%201236296%20&lt;/A&gt;&lt;SPAN&gt;), parse it and create Point graphics features with whatever symbol you want. The 'geometry' column is XML formatted according to the &lt;/SPAN&gt;&lt;A href="http://code.google.com/apis/kml/documentation/kmlreference.html#geometry"&gt;KML &amp;lt;Geometry&amp;gt; spec&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Sep 2011 12:57:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/display-layer-based-on-google-fusion-tables/m-p/507798#M13016</guid>
      <dc:creator>DanielWalton</dc:creator>
      <dc:date>2011-09-27T12:57:01Z</dc:date>
    </item>
    <item>
      <title>Re: Display layer based on Google Fusion Tables</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/display-layer-based-on-google-fusion-tables/m-p/507799#M13017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hey Dan -&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for responding!&amp;nbsp; This makes sense.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Does anyone know if Esri has exposed a method to convert Kml geometries to Esri geometries?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The KmlLayer must be doing this somewhere behind the scenes.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Kirk&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Sep 2011 13:47:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/display-layer-based-on-google-fusion-tables/m-p/507799#M13017</guid>
      <dc:creator>KirkKuykendall</dc:creator>
      <dc:date>2011-09-27T13:47:11Z</dc:date>
    </item>
    <item>
      <title>Re: Display layer based on Google Fusion Tables</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/display-layer-based-on-google-fusion-tables/m-p/507800#M13018</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Look &lt;/SPAN&gt;&lt;A href="http://esrisilverlight.codeplex.com/SourceControl/changeset/view/68177#1327550"&gt;here&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Sep 2011 13:50:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/display-layer-based-on-google-fusion-tables/m-p/507800#M13018</guid>
      <dc:creator>DanielWalton</dc:creator>
      <dc:date>2011-09-27T13:50:42Z</dc:date>
    </item>
    <item>
      <title>Re: Display layer based on Google Fusion Tables</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/display-layer-based-on-google-fusion-tables/m-p/507801#M13019</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Does anyone know if Esri has exposed a method to convert Kml geometries to Esri geometries?&lt;BR /&gt; &lt;BR /&gt;The KmlLayer must be doing this somewhere behind the scenes.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;You are right the KML layer is doing that behind the scene but it's not exposed publicly.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You can get the kml sources on &lt;/SPAN&gt;&lt;A href="http://esrisilverlight.codeplex.com/"&gt;codeplex &lt;/A&gt;&lt;SPAN&gt;and extract the code converting the geometries (look at Extractxxxx methods called by KmlToFeatureDefinition.CreateFeatureDefinition)&lt;/SPAN&gt;&lt;SPAN style="font-size: 2; font-family: Consolas;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Sep 2011 14:56:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/display-layer-based-on-google-fusion-tables/m-p/507801#M13019</guid>
      <dc:creator>DominiqueBroux</dc:creator>
      <dc:date>2011-09-27T14:56:05Z</dc:date>
    </item>
    <item>
      <title>Re: Display layer based on Google Fusion Tables</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/display-layer-based-on-google-fusion-tables/m-p/507802#M13020</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Dominique ...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It turns out it looks like I can set KmlLayer.Url to this url:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;http://www.google.com/fusiontables/exporttable?query=select+col8+from+1236296+&amp;amp;o=kmllink&amp;amp;g=col8
&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;(Found using Fiddler and clicking download to kml from the fusion map page).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now the only pain is converting to web mercator.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The code for the Kml sample sure will be a lot messier when Esri retires the WGS84 basemaps and replaces with web mercator.&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#KmlLayerSimple" rel="nofollow noopener noreferrer" target="_blank"&gt;http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#KmlLayerSimple&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 22:15:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/display-layer-based-on-google-fusion-tables/m-p/507802#M13020</guid>
      <dc:creator>KirkKuykendall</dc:creator>
      <dc:date>2021-12-11T22:15:14Z</dc:date>
    </item>
    <item>
      <title>Re: Display layer based on Google Fusion Tables</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/display-layer-based-on-google-fusion-tables/m-p/507803#M13021</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt; &lt;BR /&gt;It turns out it looks like I can set KmlLayer.Url to this url&lt;BR /&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;Great idea. Much simpler &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Now the only pain is converting to web mercator.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;This &lt;/SPAN&gt;&lt;A href="http://blogs.esri.com/Dev/blogs/silverlightwpf/archive/2011/02/12/Auto_2D00_reprojecting-graphics-layers.aspx"&gt;Mortens's post &lt;/A&gt;&lt;SPAN&gt;should help.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Sep 2011 16:05:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/display-layer-based-on-google-fusion-tables/m-p/507803#M13021</guid>
      <dc:creator>DominiqueBroux</dc:creator>
      <dc:date>2011-09-27T16:05:16Z</dc:date>
    </item>
    <item>
      <title>Re: Display layer based on Google Fusion Tables</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/display-layer-based-on-google-fusion-tables/m-p/507804#M13022</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hey Dominique -&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm aware of that strategy. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I really think 99% of the time anyone using a kmllayer will be wanting to display it in web mercator.&amp;nbsp; So I think bending the no-projection-on-the-client rule makes sense in this situation.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;See more discussion here:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://forums.arcgis.com/threads/40409-Can-KmlLayer-project-to-Web-Mercator-on-the-fly"&gt;http://forums.arcgis.com/threads/40409-Can-KmlLayer-project-to-Web-Mercator-on-the-fly&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Sep 2011 16:15:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/display-layer-based-on-google-fusion-tables/m-p/507804#M13022</guid>
      <dc:creator>KirkKuykendall</dc:creator>
      <dc:date>2011-09-27T16:15:48Z</dc:date>
    </item>
    <item>
      <title>Re: Display layer based on Google Fusion Tables</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/display-layer-based-on-google-fusion-tables/m-p/507805#M13023</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;OK. I got it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I guess with your post, this enhancement will move up in the priority list:)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Sep 2011 16:30:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/display-layer-based-on-google-fusion-tables/m-p/507805#M13023</guid>
      <dc:creator>DominiqueBroux</dc:creator>
      <dc:date>2011-09-27T16:30:30Z</dc:date>
    </item>
  </channel>
</rss>

