Thinks - Where is Avebury? Maybe there is a better way to do this but this will work. Save <snipped> as "whatever.kml" and File/Open it in Google Earth. ################## <snip> ####################### <?xml version="1.0" encoding="UTF-8"?> <kml xmlns="[URL]http://earth.google.com/kml/2.0[/URL]"> <Placemark> <name>RMUK - lost wheel of Avebury</name> <LookAt> <longitude>-1.85366745941586</longitude> <latitude>51.42397716059961</latitude> <range>199.1370036481421</range> <tilt>8.429581904798704e-011</tilt> <heading>-0.0003521492776960527</heading> </LookAt> <styleUrl>root://styleMaps#default+nicon=0x307+hicon=0x317</styleUrl> <Point> <coordinates>-1.85366745941586,51.42397716059962,0</coordinates> </Point> </Placemark> </kml> ################## <snip> #######################