1TILESTACHE-SERVER(1) General Commands Manual TILESTACHE-SERVER(1)
2
3
4
6 tilestache-server - seed a single layer in your TileStache configura‐
7 tion
8
10 tilestache-server [options]
11
13 This manual page documents briefly the tilestache-server command.
14
15 tilestache-server serves tiles through Werkzeug, using a tilestache
16 configuration file.
17
19 -c, --config file
20 Path to configuration file. Defaults to tilestache.cfg.
21
22 -i, --ip address
23 IP address to listen to. Defaults to 127.0.0.1.
24
25 -p, --port port
26 Port number to listen to. Defaults to 8080.
27
28 --include-path paths
29 Add the following colon-separated list of paths to Python's
30 include path (aka sys.path).
31
32 -h, --help
33 Show summary of options.
34
36 tilestache-render(1) tilestache-seed(1)
37
39 TileStache was written by Michal Migurski <mike@stamen.com>.
40
41 This manual page was written by David Paleino <dapal@debian.org>, for
42 the Debian project (and may be used by others).
43
44
45
46 Jan 24, 2011 TILESTACHE-SERVER(1)