forked from wrobell/geotiler
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMakefile
More file actions
21 lines (16 loc) · 686 Bytes
/
Makefile
File metadata and controls
21 lines (16 loc) · 686 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
export PYTHONPATH=.
RSYNC=rsync -zzcav \
--exclude=\*~ --exclude=.\* \
--delete-excluded --delete-after \
--no-owner --no-group \
--progress --stats
doc: .sphinx-stamp
doc-upload:
$(RSYNC) build/doc/ dcmod.org:~/public_html/geotiler
.sphinx-stamp: .map-stamp
sphinx-build doc build/doc
.map-stamp:
./bin/geotiler-lint --cache redis -c -6.069 53.390 -s 512 512 -z 15 doc/map-osm.png
./bin/geotiler-lint --cache redis -c -6.069 53.390 -s 512 512 -z 15 -p stamen-toner doc/map-stamen-toner.png
./bin/geotiler-lint --cache redis -c -6.069 53.390 -z 8 -s 512 512 -p bluemarble doc/map-bluemarble.png
./bin/geotiler-route -r 5 -a 1 --cache redis data/path.gpx doc/map-path.png