Posts

Exporting ESRI Silverlight Graphic Layer to Google Earth, Part 2

A while ago Sky wrote a blog post about exporting an ESRI Silverlight graphic layer to Google Earth. The post explained how to export point data to KML but recently someone inquired on how to also do line and polygon layers. In this post I will explain how to do so.

Exporting ESRI Silverlight Graphic Layer to Google Earth

On my current project I was tasked with exporting our map layers to Google Earth. This was simple for the ESRI ArcGIS Server layers, since Server has out-of-the-box support for KML. However, as would be the case, we don’t use ArcGIS Server for all of our layers. We also use ESRI Graphic Layers for rendering […]