<?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 Add KML layer to BingLayer in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/add-kml-layer-to-binglayer/m-p/423377#M10895</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Has anyone added a KML layer on top of the Tiled Bing Layer?&amp;nbsp; It seems that my problem is that the projection of the Bing Tiles are in WebMercator and the KML data I want to create is in decimal degrees.&amp;nbsp; Is it possible to&amp;nbsp; reproject the Bing map to Geographic?&amp;nbsp; I have many KML layers to overlay.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've done this using ESRI's ArcGIS Online but want to use Bing maps instead.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 19 Apr 2010 19:13:02 GMT</pubDate>
    <dc:creator>Reynaldde_Castro</dc:creator>
    <dc:date>2010-04-19T19:13:02Z</dc:date>
    <item>
      <title>Add KML layer to BingLayer</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/add-kml-layer-to-binglayer/m-p/423377#M10895</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Has anyone added a KML layer on top of the Tiled Bing Layer?&amp;nbsp; It seems that my problem is that the projection of the Bing Tiles are in WebMercator and the KML data I want to create is in decimal degrees.&amp;nbsp; Is it possible to&amp;nbsp; reproject the Bing map to Geographic?&amp;nbsp; I have many KML layers to overlay.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've done this using ESRI's ArcGIS Online but want to use Bing maps instead.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Apr 2010 19:13:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/add-kml-layer-to-binglayer/m-p/423377#M10895</guid>
      <dc:creator>Reynaldde_Castro</dc:creator>
      <dc:date>2010-04-19T19:13:02Z</dc:date>
    </item>
    <item>
      <title>Add KML layer to BingLayer</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/add-kml-layer-to-binglayer/m-p/423378#M10896</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Simple, one line of code. Just make sure you add the ESRI.ArcGIS.Client.Bing reference to the project with your KML classes, then inside the class that converts KML to features, replace the following:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; private MapPoint ExtractCoordinate(string coordinate)
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ...
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //return mp;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; return ESRI.ArcGIS.Client.Bing.Transform.GeographicToWebMercator(mp); 
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }
&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 19:07:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/add-kml-layer-to-binglayer/m-p/423378#M10896</guid>
      <dc:creator>DanielWalton</dc:creator>
      <dc:date>2021-12-11T19:07:22Z</dc:date>
    </item>
  </channel>
</rss>

