[ PHALKUNZ'S BLOG ]

I've moved to http://phalkunz.com. You'll be redirect to my new blog soon.

Tuesday, August 01, 2006

Fly To Angkorwat Using KML

Below is a KML that takes you to Angkorwat. Todo: copy the code below, starts from , create a text file with this code, save it with *.kml extenstion (e.g. angkorwat.kml), and finally open that file with Google Earth.

<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://earth.google.com/kml/2.0">
<Document>
<name>Angkorwat.kml</name>
<Style id="khStyle647">
<IconStyle id="khIconStyle648">
<Icon>
<href>root://icons/palette-4.png</href>
<x>192</x>
<y>64</y>
<w>32</w>
<h>32</h>
</Icon>
</IconStyle>
<LabelStyle id="khLabelStyle650">
</LabelStyle>
<BalloonStyle id="khBalloonStyle653">
</BalloonStyle>
<LineStyle id="khLineStyle651">
</LineStyle>
<PolyStyle id="khPolyStyle652">
</PolyStyle>
</Style>
<Placemark>
<name>Angkorwat</name>
<LookAt>
<longitude>103.8665968998033</longitude>
<latitude>13.4123671518077</latitude>
<range>1405.007942492582</range>
<tilt>4.220007944797273e-012</tilt>
<heading>0.001530027998424311</heading>
</LookAt>
<styleUrl>#khStyle647</styleUrl>
<Style>
<LabelStyle>
<color>ff00ff00</color>
</LabelStyle>
</Style>
<Point>
<coordinates>103.8668305303425,13.4124624467736,0</coordinates>
</Point>
</Placemark>
</Document>
</kml>

2 comments:

Vibolka said...

Thanks for that code. I am now using that Google Earth too. But I can't tell my friend exactly the place I want to. Thanks again.

p+k said...

No worries!