I would like to use some nice icons I found on this page http://kml4earth.appspot.com/icons.html. I choose this icon http://maps.google.com/mapfiles/kml/pal3/icon22.png but when I use it in a kml file, and display this KML in Google maps (or Google Earth), it appears as a double green triangle.
And this happens with many of the icons on that page. What can I do ?
Here is a sample KML:
<?xml version='1.0' encoding='UTF-8'?>
<kml xmlns = 'http://www.opengis.net/kml/2.2' >
<Document>
<Style id='scuola'>
<IconStyle>
<Icon>
<href>http://maps.google.com/mapfiles/kml/pal3/icon22.png</href>
</Icon>
</IconStyle>
</Style>
<Placemark>
<name>L08940P06194</name>
<description><![CDATA[Point: L08940P06194 School<br>]]></description>
<styleUrl>#scuola</styleUrl>
<Point>
<coordinates>-72.3553467, 18.5366992, 0 </coordinates>
</Point>
</Placemark>
</Document>
</kml>
thanks David Remotti
=> 
=> 