Open GoogleCodeExporter opened 8 years ago
Is this still showing up in Earth 4.3?
Original comment by api.roman.public@gmail.com
on 2 Dec 2008 at 10:33
Yes, it is.
Approach this icon very slowly from the east or west and you can get the icon
to
blank out completely. Running GE 4.3.7284.3916 (beta) on MS Vista SP1.
<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://earth.google.com/kml/2.2">
<Document>
<name>Icon Hides</name>
<Style id="sn_ylw-pushpin">
<IconStyle>
<scale>1.1</scale>
<Icon>
<href>http://maps.google.com/mapfiles/kml/pushpin/ylw-
pushpin.png</href>
</Icon>
<hotSpot x="20" y="2" xunits="pixels" yunits="pixels"/>
</IconStyle>
</Style>
<Style id="sh_ylw-pushpin">
<IconStyle>
<scale>1.1</scale>
<Icon>
<href>http://www.earthpoint.us/favicon.ico</href>
</Icon>
<hotSpot x="20" y="2" xunits="pixels" yunits="pixels"/>
</IconStyle>
</Style>
<StyleMap id="msn_ylw-pushpin">
<Pair>
<key>normal</key>
<styleUrl>#sn_ylw-pushpin</styleUrl>
</Pair>
<Pair>
<key>highlight</key>
<styleUrl>#sh_ylw-pushpin</styleUrl>
</Pair>
</StyleMap>
<Placemark>
<name>test</name>
<LookAt>
<longitude>-116.5029031494703</longitude>
<latitude>43.57999737761139</latitude>
<altitude>0</altitude>
<range>110813.4359257435</range>
<tilt>0</tilt>
<heading>3.180554681463515e-015</heading>
</LookAt>
<styleUrl>#msn_ylw-pushpin</styleUrl>
<Point>
<coordinates>-116.5029031494703,43.57999737761139,0</coordinates>
</Point>
</Placemark>
</Document>
</kml>
Original comment by bill.cl...@earthpoint.us
on 2 Dec 2008 at 11:52
Original issue reported on code.google.com by
api.roman.public@gmail.com
on 14 Aug 2008 at 10:54