Open GoogleCodeExporter opened 8 years ago
Forgot to add a link to an example: http://3dskimaps.com/alpinemeadows/ge
Original comment by the.muta...@gmail.com
on 29 Dec 2008 at 4:21
Although it's not path-following, you can achieve clampToGround labels like so:
<?xml version="1.0" encoding="utf-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
<Document>
<Placemark>
<name>Hello World</name>
<Style>
<IconStyle><Icon/></IconStyle>
</Style>
<Point>
<coordinates>-122,37</coordinates>
</Point>
</Placemark>
</Document>
</kml>
Original comment by api.roman.public@gmail.com
on 6 Jan 2009 at 4:53
Original issue reported on code.google.com by
the.muta...@gmail.com
on 29 Dec 2008 at 4:19