PhotoMap

Easy create a photo album which can be navigated by clicking on a map

Sample

Sample PhotoMap [fullscreen]
(with a few lo-res photos, requires Adobe SVG-Plugin to be installed)

How it works

Requirements

Screenshots

Configuration

Maps

To add a map copy the image into the maps directory and add an entry in the viewer/map-data.xml file. You need to specify

FAQ

How can I add images without EXIF-Data or without trackpoints

In this case data can be set in a data.xml file with entries for each photo in the directory where the images are.

<?xml version="1.0" encoding="UTF-8" ?> 
<photos>
  <photo date="28.08.2003 10:38" image="Set28_01.jpg" description="Holiday 2003 ..." coordinate="N48.85176 E11.77134"/> 
  <photo date="28.08.2003 10:40" image="Set29_01.jpg" description="Holiday 2003 ..." coordinate="N48.85176 E11.77134"/> 
  <photo date="28.08.2003 10:42" image="Set29_02.jpg" description="Holiday 2003 ..." coordinate="N48.85176 E11.77134"/> 
</photos>

<?xml version="1.0" encoding="UTF-8" ?> 
<photos>
  <photogroup description="Holiday 2003" coordinate="N48.85176 E11.77134">
    <photo date="28.08.2003 10:38" image="Set28_01.jpg" /> 
    <photo date="28.08.2003 10:40" image="Set29_01.jpg" /> 
    <photo date="28.08.2003 10:42" image="Set29_02.jpg" /> 
  </photogroup>
</photos>