1TILESTACHE-RENDER(1) General Commands Manual TILESTACHE-RENDER(1)
2
3
4
6 tilestache-render - render tiles from tilestache
7
9 tilestache-render [options] coordinates...
10
12 This manual page documents briefly the tilestache-render command.
13
14 tilestache-render is used to render tiles from TileStache.
15 Each coordinate in the argument list should look like
16 "12/656/1582.png", similar to URL paths in web server usage. Coordi‐
17 nates are processed in order, each one rendered to an image file in a
18 temporary location and output to stdout.
19
21 -c, --config file
22 Path to configuration file.
23
24 -l, --layer layer
25 Layer name from configuration.
26
28 -h, --help Show summary of options.
29
31 tilestache-seed(1)
32
34 TileStache was written by Michal Migurski <mike@stamen.com>.
35
36 This manual page was written by David Paleino <dapal@debian.org>, for
37 the Debian project (and may be used by others).
38
39
40
41 Nov 10, 2010 TILESTACHE-RENDER(1)