tags:

views:

18

answers:

0

I am using Bing Maps and trying to load an existing KML file that displays icons (png) on the map. This works find when I load it in Google Earth, but when I load the icons in Bing Maps, the icons are while, i.e. transparent.

<IconStyle>
   <Icon>
      <href>
         http://www.MyCompany.com/MyIcon.png
      </href>
   </Icon>
   <color>
      cc2211ff
   </color>
</IconStyle>

Can someone please direct me to a good reference?

related questions