Skip to content

Commit

Permalink
Merge branch 'master' of github.com:migurski/TileStache
Browse files Browse the repository at this point in the history
  • Loading branch information
migurski committed Nov 15, 2010
2 parents 238fef8 + 770f0cd commit 3fdc482
Show file tree
Hide file tree
Showing 2 changed files with 84 additions and 0 deletions.
32 changes: 32 additions & 0 deletions man/tilestache-render.1
@@ -0,0 +1,32 @@
.TH TILESTACHE-RENDER 1 "Nov 10, 2010"
.SH NAME
tilestache-render \- render tiles from tilestache
.SH SYNOPSIS
.B tilestache-render
.RI [ options ] " coordinates" ...
.SH DESCRIPTION
This manual page documents briefly the \fBtilestache-render\fR command.
.PP
\fBtilestache-render\fP is used to render tiles from \fBTileStache\fR.
.br
Each coordinate in the argument list should look like "12/656/1582.png",
similar to URL paths in web server usage. Coordinates are processed in
order, each one rendered to an image file in a temporary location and
output to stdout.
.SH REQUIRED OPTIONS
.TP
\fB-c\fR, \fB\-\-config\fR \fIfile\fR
Path to configuration file.
.TP
\fB-l\fR, \fB\-\-layer\fR \fIlayer\fR
Layer name from configuration.
.SH OPTIONS
.B \-h, \-\-help
Show summary of options.
.SH SEE ALSO
.BR tilestache-seed (1)
.SH AUTHOR
\fBTileStache\fR was written by Michal Migurski <mike@stamen.com>.
.PP
This manual page was written by David Paleino <dapal@debian.org>,
for the Debian project (and may be used by others).
52 changes: 52 additions & 0 deletions man/tilestache-seed.1
@@ -0,0 +1,52 @@
.TH TILESTACHE-SEED 1 "Nov 10, 2010"
.SH NAME
tilestache-seed \- seed a single layer in your TileStache configuration
.SH SYNOPSIS
.B tilestache-seed
.RI [ options ] " zoom" ...
.SH DESCRIPTION
This manual page documents briefly the \fBtilestache-seed\fR command.
.PP
\fBtilestache-seed\fR seeds a single layer in your TileStache configuration.
No images are returned, but TileStache ends up with a pre-filled cache.
Bounding box is given as a pair of lat/lon coordinates, e.g. "37.788
-122.349 37.833 -122.246". Output is a list of tile paths as they are
created.
.br
Configuration, BBox, and Layer options are required.
.SH REQUIRED OPTIONS
.TP
\fB\-c\fR, \fB\-\-config\fR \fIfile\fR
Path to configuration file. \fBRequired\fR.
.TP
\fB-l\fR, \fB\-\-layer\fR \fIlayer\fR
Layer name from configuration. \fBRequired\fR.
.TP
\fB-b\fR, \fB\-\-bbox\fR \fIsouth\fR \fIwest\fR \fInorth\fR \fIeast\fR
Bounding box in floating point geographic coordinates. \fBRequired\fR.
.SH OPTIONS
.TP
.B \-h, \-\-help
Show summary of options.
.TP
\fB-p\fR, \fB\-\-padding\fR \fIpadding\fR
Extra margin of tiles to add around bounded area. Default value is 0 (no extra tiles).
.TP
\fB-e\fR, \fB\-\-extension\fR \fIextension\fR
Optional file type for rendered tiles. Default value is "png".
.TP
\fB-f\fR, \fB\-\-progress-file\fR \fIfile\fR
Optional JSON progress file that gets written on each iteration, so you don't have to pay close attention.
.TP
.B \-q
Suppress chatty output, \-\-progress-file works well with this.
.TP
.B \-i, \-\-include-path
Add the following colon-separated list of paths to Python's include path (aka sys.path).
.SH SEE ALSO
.BR tilestache-render (1)
.SH AUTHOR
\fBTileStache\fR was written by Michal Migurski <mike@stamen.com>.
.PP
This manual page was written by David Paleino <dapal@debian.org>,
for the Debian project (and may be used by others).

0 comments on commit 3fdc482

Please sign in to comment.