[tilecache] 04/14: Apply manpage patch by Andrew Harvey.

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Mon Aug 24 19:51:28 UTC 2015


This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository tilecache.

commit 6b75ebbc8d3671379bfd1887c0efcec46c9d5a63
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Mon Aug 24 19:24:41 2015 +0200

    Apply manpage patch by Andrew Harvey.
---
 debian/changelog   |  5 ++++
 debian/tilecache.8 | 70 +++++++++++++++++++++++++++++++++++++-----------------
 2 files changed, 53 insertions(+), 22 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index edc51bb..5c52f1c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,11 @@
 tilecache (2.11-3) UNRELEASED; urgency=medium
 
   * Team upload.
+
+  [ Andrew Harvey ]
+  * Update tilecache man page. (closes: #648404)
+
+  [ Bas Couwenberg ]
   * Restructure control file with cme, changes:
     - Migrate from XS-Python-Version to X-Python-Version
     - Drop unneeded version constrainsts
diff --git a/debian/tilecache.8 b/debian/tilecache.8
index 7a1a686..4b4fda5 100644
--- a/debian/tilecache.8
+++ b/debian/tilecache.8
@@ -150,7 +150,7 @@ Configuring FastCGI is beyond the scope of this documentation.
 .\" depart_block_quote
 
 .SH CONFIGURATION
-TileCache is configured by a config file, defaulting to tilecache.cfg.
+TileCache is configured by a config file, defaulting to /etc/tilecache.cfg.
 There are several parameters to control TileCache layers that are applicable
 to all layers:
 
@@ -251,7 +251,7 @@ String describing the SRS value. Default is "EPSG:4326"
 .TP
 .B type
 The type of layer. Options are: WMSLayer, MapnikLayer, MapServerLayer,
-ImageLayer
+ImageLayer, GDAL, ArcXML
 
 
 .TP
@@ -329,20 +329,53 @@ need to have TileCache set up in one of the previously described configurations.
 .SS Usage
 
 .\" visit_block_quote
-/usr/sbin/tilecache_seed <url> <layer> [<zoom start> <zoom stop> [<bbox>]]
+/usr/sbin/tilecache_seed [options] <layer> [<zoom start> <zoom stop>]
 
 
 .\" depart_block_quote
 
-.SS Arguments
+.SS Options
 
-.\" visit_block_quote
+.TP
+.B --version
+show the program's version number and exit
 
 .TP
-.B url
-http://example.com/yourdir/tilecache.cgi? or
-http://example.com/yourdir/tilecache.py
+.B -h, --help
+show the program's help message and exit
+
+.TP
+.B -f, --force
+force recreation of tiles even if they are already in cache
 
+.TP
+.B -b BBOX, --bbox=BBOX
+restrict to specified bounding box where BBOX is in the format
+"left, bottom, right, top"
+
+.TP
+.B -c TILECACHECONFIG, --config=TILECACHECONFIG
+path to configuration file
+
+.TP
+.B -d DELAY, --delay=DELAY
+delay time between requests (default: 0)
+
+.TP
+.B -p PADDING, --padding=PADDING
+extra margin tiles to seed around target area.
+Defaults to 0 (some edge tiles might be missing).
+A value of 1 ensures all tiles will be created, but
+some tiles may be wholly outside your bbox
+
+.TP
+.B -r, --reverse
+reverse order of seeding tiles
+
+
+.SS Arguments
+
+.\" visit_block_quote
 
 .TP
 .B layer
@@ -355,20 +388,14 @@ Zoom level to start the process
 
 
 .TP
-.B zoom end
+.B zoom stop
 Zoom level to end the process
 
 
-.TP
-.B bbox
-The bounding box to seed
-
-
-
 .SS Seeding by center point and radius
-If called without zoom level arguments, tilecache_seed.py will assume
-that it needs to read a list of points and radii from standard input,
-in the form:
+If called without zoom level arguments, tilecache_seed.py will seed
+zoom levels 5 to 17 and assume that it needs to read a list of points
+and radii from standard input, in the form:
 
 
 
@@ -399,14 +426,13 @@ the position(s) to seed latitude
 the radius around the lon/lat to seed in degrees
 
 
-
 .SS Examples
 An example with zoom levels 5 through 12 would be like;
 
 
 
 .nf
-$ /usr/sbin/tilecache_seed "http://example.com/yourdir/tilecache.cgi?" Zip_Codes 5 12 "\-118.12500,31.952162238,\-116.015625,34.3071438563"
+$ /usr/sbin/tilecache_seed -c /etc/tilecache.cfg -b "\-118.12500,31.952162238,\-116.015625,34.3071438563" Zip_Codes 5 12 
 .fi
 
 The bbox can be dropped and defaults to world lonlat(\-180,\-90,180,90):
@@ -414,7 +440,7 @@ The bbox can be dropped and defaults to world lonlat(\-180,\-90,180,90):
 
 
 .nf
-$ /usr/sbin/tilecache_seed.py "http://example.com/yourdir/tilecache.cgi?" Zip_Codes 0 9
+$ /usr/sbin/tilecache_seed.py -c /etc/tilecache.cfg Zip_Codes 0 9
 .fi
 
 In center point/radius mode, the zoom level range is not specifiable from the
@@ -423,7 +449,7 @@ command\-line. An example usage might look like:
 
 
 .nf
-$ /usr/sbin/tilecache_seed.py "http://example.com/yourdir/tilecache.cgi?" Zip_Codes
+$ /usr/sbin/tilecache_seed.py -c /etc/tilecache.cfg Zip_Codes
 \-118.12500,31.952162238,0.05
 \-121.46327,32.345345645,0.08
 <Ctrl+D>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/tilecache.git



More information about the Pkg-grass-devel mailing list