link to blog post with description
[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 My modifications are desribed in following blog post:
9
10 http://blog.rot13.org/2011/04/google-map-data-layer-using-custom-tiles.html
11
12 INSTALL
13
14 # create database
15 createdb volcano
16 psql volcano < volcano.sql
17
18 # debuild tiles
19 ./tiles.pl volcano
20
21 # setup apache
22 sudo ln -s /srv/google-map-tiles/apache-gmap.conf /etc/apache2/conf.d/
23 sudo /etc/init.d/apache2 restart