Based on: Simulating Markers with a Tile Layer Author: John Coryat http://www.usnaviguide.com/ws-2010-08/ also described in video: http://www.youtube.com/watch?v=hNbFkLuRk5Y INSTALL # create database createdb volcano psql volcano < volcano.sql # debuild tiles ./tiles.pl volcano # setup apache sudo ln -s /srv/google-map-tiles/apache-gmap.conf /etc/apache2/conf.d/ sudo /etc/init.d/apache2 restart