<?xml version="1.0" encoding="utf-8"?>
<kml>
<Document>
<name>Example of displaying a local image file</name>
<Placemark>
<name>Monaco</name>
<Snippet>Photo 1</Snippet>
<description><![CDATA[
<img src='file:///c:\temp\monaco\IMG_5523.jpg' width='400' /><br/>
Photo taken from near the palace in Monaco<br/>
]]>
</description>
<Point>
<coordinates>7.421630,43.731459</coordinates>
</Point>
</Placemark>
</Document>
</kml>
The following screenshots show how this KML file is rendered in Google Earth.When the Placemark is clicked, the balloon pops up showing the local photo image file.


4 comments:
Wow! Do you think this will work on Google Maps as well?
(PS: thanks for all the coordinate conversion tools you've made involving M'sian RSO systems!)
Thanks Howard but I don't think it will work on Google Maps.
Rats. Oh, well! Thanks! --- Howard
Too bad... oh, well! Cheers! -- Howard
Post a Comment