<?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: KmlLayer does not display images in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/kmllayer-does-not-display-images/m-p/605975#M15541</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For the WebMercator case and images that cover a small area, this has been fixed in the ArcGIS for WPF version 10.1.1 and ArcGIS for Silverlight version 3.1.&lt;/P&gt;&lt;P&gt;For others map spatial references, it's not fixed. The workaround may be to project the groundoverlay extent by yourself by using a geometry service. This may make sense for SpatialReferences whose the projection of a WGS84 envelope is also an envelope (i.e a projection where meridians and parallels are perpendicular straight lines).&lt;/P&gt;&lt;P&gt;But anyway&amp;nbsp; this will not be accurate for images that cover a large area (due to the image distorsion)&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="color: #1f497d; font-family: 'Calibri','sans-serif'; font-size: 11pt; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-bidi-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Nov 2014 11:30:08 GMT</pubDate>
    <dc:creator>DominiqueBroux</dc:creator>
    <dc:date>2014-11-19T11:30:08Z</dc:date>
    <item>
      <title>KmlLayer does not display images</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/kmllayer-does-not-display-images/m-p/605962#M15528</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am try to add KmlLayer to the Map. I place kmz file at the&amp;nbsp; &lt;/SPAN&gt;&lt;STRONG&gt;C:\inetpub\wwwroot\KML_TEST_FILES\&lt;/STRONG&gt;&lt;SPAN&gt;. If unzip the my kmz file you can see:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[INDENT]&lt;/SPAN&gt;&lt;SPAN style="font-size:1;"&gt;&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;kml xmlns="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.opengis.net/kml/2.2" rel="nofollow" target="_blank"&gt;http://www.opengis.net/kml/2.2&lt;/A&gt;&lt;SPAN&gt;" xmlns:gx="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.google.com/kml/ext/2.2" rel="nofollow" target="_blank"&gt;http://www.google.com/kml/ext/2.2&lt;/A&gt;&lt;SPAN&gt;" xmlns:kml="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.opengis.net/kml/2.2" rel="nofollow" target="_blank"&gt;http://www.opengis.net/kml/2.2&lt;/A&gt;&lt;SPAN&gt;" xmlns:atom="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.w3.org/2005/Atom" rel="nofollow" target="_blank"&gt;http://www.w3.org/2005/Atom&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&amp;lt;GroundOverlay&amp;gt;&lt;BR /&gt; &amp;lt;name&amp;gt;????????? ??? ????????&amp;lt;/name&amp;gt;&lt;BR /&gt; &amp;lt;Icon&amp;gt;&lt;BR /&gt;&amp;nbsp; &lt;STRONG&gt;&amp;lt;href&amp;gt;files/4_9.jpg&amp;lt;/href&amp;gt;&lt;/STRONG&gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;viewBoundScale&amp;gt;0.75&amp;lt;/viewBoundScale&amp;gt;&lt;BR /&gt; &amp;lt;/Icon&amp;gt;&lt;BR /&gt; &amp;lt;LatLonBox&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;north&amp;gt;52.95165833333334&amp;lt;/north&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;south&amp;gt;52.70903611111112&amp;lt;/south&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;east&amp;gt;27.76611666666667&amp;lt;/east&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;west&amp;gt;27.37067500000001&amp;lt;/west&amp;gt;&lt;BR /&gt; &amp;lt;/LatLonBox&amp;gt;&lt;BR /&gt;&amp;lt;/GroundOverlay&amp;gt;&lt;BR /&gt;&amp;lt;/kml&amp;gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;[/INDENT]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I add the following code to my page:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&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; &lt;/SPAN&gt;&lt;SPAN style="font-size:1;"&gt;[INDENT]&amp;nbsp; public MainPage()&lt;BR /&gt;&amp;nbsp; {&lt;BR /&gt;&amp;nbsp;&amp;nbsp; InitializeComponent();&lt;BR /&gt;&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; Map.Layers.Add(new KmlLayer()&lt;BR /&gt;&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;&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; {&lt;BR /&gt;&lt;SPAN&gt;&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;&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; Url = new Uri("&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://localhost/KML_TEST_FILES/radar.kmz" rel="nofollow" target="_blank"&gt;http://localhost/KML_TEST_FILES/radar.kmz&lt;/A&gt;&lt;SPAN&gt;"),&lt;/SPAN&gt;&lt;BR /&gt;&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;&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; ID = "Kml layer"&lt;BR /&gt;&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;&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; });&lt;BR /&gt;&amp;nbsp; }&lt;BR /&gt;[/INDENT]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There is no errors but image is not shown on the map. What's the problem?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 22 Jan 2012 07:28:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/kmllayer-does-not-display-images/m-p/605962#M15528</guid>
      <dc:creator>NataliaEvsyuchenya</dc:creator>
      <dc:date>2012-01-22T07:28:55Z</dc:date>
    </item>
    <item>
      <title>Re: KmlLayer does not display images</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/kmllayer-does-not-display-images/m-p/605963#M15529</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Have you looked at this blog post: &lt;/SPAN&gt;&lt;A href="http://blogs.esri.com/Dev/blogs/silverlightwpf/archive/2009/08/24/Troubleshooting-blank-layers.aspx"&gt;http://blogs.esri.com/Dev/blogs/silverlightwpf/archive/2009/08/24/Troubleshooting-blank-layers.aspx&lt;/A&gt;&lt;SPAN&gt;?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jan 2012 02:38:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/kmllayer-does-not-display-images/m-p/605963#M15529</guid>
      <dc:creator>JenniferNery</dc:creator>
      <dc:date>2012-01-23T02:38:14Z</dc:date>
    </item>
    <item>
      <title>Re: KmlLayer does not display images</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/kmllayer-does-not-display-images/m-p/605964#M15530</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Which ArcGIS SL version are you using?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Only the 2.3 version takes care of GroundOverlays.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also does the file '&lt;/SPAN&gt;&lt;STRONG style="font-size: 1;"&gt;files/4_9.jpg&lt;/STRONG&gt;&lt;SPAN&gt;' exist in the kmz file (after unzipping as you did)?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jan 2012 08:14:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/kmllayer-does-not-display-images/m-p/605964#M15530</guid>
      <dc:creator>DominiqueBroux</dc:creator>
      <dc:date>2012-01-23T08:14:32Z</dc:date>
    </item>
    <item>
      <title>Re: KmlLayer does not display images</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/kmllayer-does-not-display-images/m-p/605965#M15531</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Which ArcGIS SL version are you using?&lt;BR /&gt;&lt;BR /&gt;Only the 2.3 version takes care of GroundOverlays.&lt;BR /&gt;&lt;BR /&gt;Also does the file '&lt;STRONG style="font-size: 1;"&gt;files/4_9.jpg&lt;/STRONG&gt;' exist in the kmz file (after unzipping as you did)?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have the 2.3 version installed. And file "files/4_9.jpg" exists.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jan 2012 15:36:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/kmllayer-does-not-display-images/m-p/605965#M15531</guid>
      <dc:creator>NataliaEvsyuchenya</dc:creator>
      <dc:date>2012-01-23T15:36:04Z</dc:date>
    </item>
    <item>
      <title>Re: KmlLayer does not display images</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/kmllayer-does-not-display-images/m-p/605966#M15532</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Have you looked at this blog post: &lt;A href="http://blogs.esri.com/Dev/blogs/silverlightwpf/archive/2009/08/24/Troubleshooting-blank-layers.aspx"&gt;http://blogs.esri.com/Dev/blogs/silverlightwpf/archive/2009/08/24/Troubleshooting-blank-layers.aspx&lt;/A&gt;?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I run the Fiddler2, but there is no errors. You can see screenshot [ATTACH=CONFIG]11365[/ATTACH]. And also layer appears in the Map legend.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jan 2012 15:42:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/kmllayer-does-not-display-images/m-p/605966#M15532</guid>
      <dc:creator>NataliaEvsyuchenya</dc:creator>
      <dc:date>2012-01-23T15:42:26Z</dc:date>
    </item>
    <item>
      <title>Re: KmlLayer does not display images</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/kmllayer-does-not-display-images/m-p/605967#M15533</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Could you share the KMZ file so I can test with it?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jan 2012 08:29:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/kmllayer-does-not-display-images/m-p/605967#M15533</guid>
      <dc:creator>DominiqueBroux</dc:creator>
      <dc:date>2012-01-24T08:29:35Z</dc:date>
    </item>
    <item>
      <title>Re: KmlLayer does not display images</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/kmllayer-does-not-display-images/m-p/605968#M15534</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Could you share the KMZ file so I can test with it?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://ge.tt/8Igs2hC?c"&gt;http://ge.tt/8Igs2hC?c&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jan 2012 09:37:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/kmllayer-does-not-display-images/m-p/605968#M15534</guid>
      <dc:creator>NataliaEvsyuchenya</dc:creator>
      <dc:date>2012-01-24T09:37:42Z</dc:date>
    </item>
    <item>
      <title>Re: KmlLayer does not display images</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/kmllayer-does-not-display-images/m-p/605969#M15535</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the link.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;From my tests, it's working.&amp;nbsp; You can test it &lt;/SPAN&gt;&lt;A href="http://broux.dominique.free.fr/Silverlight/KmlViewer/KMLViewer.html?url=http://broux.dominique.free.fr/Silverlight/test/radar.kmz"&gt;here&lt;/A&gt;&lt;SPAN&gt; with the KML Viewer using the version 2.3 of the API.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jan 2012 10:49:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/kmllayer-does-not-display-images/m-p/605969#M15535</guid>
      <dc:creator>DominiqueBroux</dc:creator>
      <dc:date>2012-01-24T10:49:03Z</dc:date>
    </item>
    <item>
      <title>Re: KmlLayer does not display images</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/kmllayer-does-not-display-images/m-p/605970#M15536</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Thanks for the link.&lt;BR /&gt;&lt;BR /&gt;From my tests, it's working.&amp;nbsp; You can test it &lt;A href="http://broux.dominique.free.fr/Silverlight/KmlViewer/KMLViewer.html?url=http://broux.dominique.free.fr/Silverlight/test/radar.kmz"&gt;here&lt;/A&gt; with the KML Viewer using the version 2.3 of the API.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Could you show your code, please. Maybe the problem that I use localhost? Do you have any ideas?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jan 2012 11:17:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/kmllayer-does-not-display-images/m-p/605970#M15536</guid>
      <dc:creator>NataliaEvsyuchenya</dc:creator>
      <dc:date>2012-01-24T11:17:50Z</dc:date>
    </item>
    <item>
      <title>Re: KmlLayer does not display images</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/kmllayer-does-not-display-images/m-p/605971#M15537</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Could you show your code, please. &lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The code is published &lt;/SPAN&gt;&lt;A href="http://www.arcgis.com/home/item.html?id=d9b1b6a5336049ef919259c5757d938c"&gt;here &lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Maybe the problem that I use localhost? &lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Localhost should not be the problem. Nevertheless feel free to test your program with this public Url : &lt;/SPAN&gt;&lt;A href="http://broux.dominique.free.fr/Silverlight/test/radar.kmz"&gt;http://broux.dominique.free.fr/Silverlight/test/radar.kmz&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Do you have any ideas?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;No idea. Just double check that you are using the 2.3 final (version 2.3.0.746)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jan 2012 11:33:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/kmllayer-does-not-display-images/m-p/605971#M15537</guid>
      <dc:creator>DominiqueBroux</dc:creator>
      <dc:date>2012-01-24T11:33:23Z</dc:date>
    </item>
    <item>
      <title>Re: KmlLayer does not display images</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/kmllayer-does-not-display-images/m-p/605972#M15538</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;&lt;SPAN&gt;I could display image when I set for Basic Layer Url = "&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://server.arcgisonline.com/ArcGIS/rest/services/ESRI_StreetMap_World_2D/MapServer" rel="nofollow" target="_blank"&gt;http://server.arcgisonline.com/ArcGIS/rest/services/ESRI_StreetMap_World_2D/MapServer&lt;/A&gt;&lt;SPAN&gt;" instead of "&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://services.arcgisonline.com/ArcGIS/rest/services/World_Street_Map/MapServer" rel="nofollow" target="_blank"&gt;http://services.arcgisonline.com/ArcGIS/rest/services/World_Street_Map/MapServer&lt;/A&gt;&lt;SPAN&gt;". But why KmlLayer depends on Basic Layer?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jan 2012 17:36:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/kmllayer-does-not-display-images/m-p/605972#M15538</guid>
      <dc:creator>NataliaEvsyuchenya</dc:creator>
      <dc:date>2012-01-24T17:36:58Z</dc:date>
    </item>
    <item>
      <title>Re: KmlLayer does not display images</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/kmllayer-does-not-display-images/m-p/605973#M15539</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I could display image when I set for Basic Layer Url = "http://server.arcgisonline.com/ArcGIS/rest/services/ESRI_StreetMap_World_2D/MapServer" instead of "http://services.arcgisonline.com/ArcGIS/rest/services/World_Street_Map/MapServer". But why KmlLayer depends on Basic Layer?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;That rings a bell. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The extent of the images is set with the geographical coordinates found in the KML file but this extent is not the right one when your map is using projected coordinates.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In fact, KML Groundoverlays don't support autoprojection to non geographic coordinates. It's identified as a possible future enhancement but not planned at this time.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It's probably possible to project the extent by yourself (not tested and probably not that easy though):&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- go through the KML layer hierachy to find all ElementLayers&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- for each ElementLayer, loop on the elements&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- for each element, project the extent from Geographical coordinates to Mercator&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Sorry I should have thought about that sooner.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jan 2012 17:54:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/kmllayer-does-not-display-images/m-p/605973#M15539</guid>
      <dc:creator>DominiqueBroux</dc:creator>
      <dc:date>2012-01-24T17:54:58Z</dc:date>
    </item>
    <item>
      <title>Re: KmlLayer does not display images</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/kmllayer-does-not-display-images/m-p/605974#M15540</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;That rings a bell. &lt;BR /&gt;The extent of the images is set with the geographical coordinates found in the KML file but this extent is not the right one when your map is using projected coordinates.&lt;BR /&gt;&lt;BR /&gt;In fact, KML Groundoverlays don't support autoprojection to non geographic coordinates. It's identified as a possible future enhancement but not planned at this time.&lt;BR /&gt;&lt;BR /&gt;It's probably possible to project the extent by yourself (not tested and probably not that easy though):&lt;BR /&gt;- go through the KML layer hierachy to find all ElementLayers&lt;BR /&gt;- for each ElementLayer, loop on the elements&lt;BR /&gt;- for each element, project the extent from Geographical coordinates to Mercator&lt;BR /&gt;&lt;BR /&gt;Sorry I should have thought about that sooner.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is the issue you mentioned in your post solved in the new runtime API 10.1.1 ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks and Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Humza&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Apr 2013 03:59:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/kmllayer-does-not-display-images/m-p/605974#M15540</guid>
      <dc:creator>HumzaAkhtar</dc:creator>
      <dc:date>2013-04-17T03:59:01Z</dc:date>
    </item>
    <item>
      <title>Re: KmlLayer does not display images</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/kmllayer-does-not-display-images/m-p/605975#M15541</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For the WebMercator case and images that cover a small area, this has been fixed in the ArcGIS for WPF version 10.1.1 and ArcGIS for Silverlight version 3.1.&lt;/P&gt;&lt;P&gt;For others map spatial references, it's not fixed. The workaround may be to project the groundoverlay extent by yourself by using a geometry service. This may make sense for SpatialReferences whose the projection of a WGS84 envelope is also an envelope (i.e a projection where meridians and parallels are perpendicular straight lines).&lt;/P&gt;&lt;P&gt;But anyway&amp;nbsp; this will not be accurate for images that cover a large area (due to the image distorsion)&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="color: #1f497d; font-family: 'Calibri','sans-serif'; font-size: 11pt; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-bidi-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Nov 2014 11:30:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/kmllayer-does-not-display-images/m-p/605975#M15541</guid>
      <dc:creator>DominiqueBroux</dc:creator>
      <dc:date>2014-11-19T11:30:08Z</dc:date>
    </item>
  </channel>
</rss>

