<?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.
8 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
i try your code for loading image in html from my disk, but it doesn't work in my web? how i can fix it?
Noor, you need to provide more details. If you like, email me your files at dominoc925 at ymail.com
Thanks. I'm working on a kmz kml app and this is exactly what I needed.
I'm a couple of years late, but this helped a lot, cheers!
Post a Comment