merge icons 50% to better represent overlaping ones
[google-map-tiles.git] / README
1
2 Based on: Simulating Markers with a Tile Layer
3 Author: John Coryat http://www.usnaviguide.com/ws-2010-08/
4
5 also described in video: http://www.youtube.com/watch?v=hNbFkLuRk5Y
6
7
8 INSTALL
9
10 # create database
11 createdb volcano
12 psql volcano < volcano.sql
13
14 # debuild tiles
15 ./tiles.pl volcano
16
17 # setup apache
18 sudo ln -s /srv/google-map-tiles/apache-gmap.conf /etc/apache2/conf.d/
19 sudo /etc/init.d/apache2 restart