[Pkg-javascript-commits] [node-tilelive] 17/25: Add tilelive-copy.1 manpage and install it

Jérémy Lal kapouer at alioth.debian.org
Sat Aug 31 16:11:24 UTC 2013


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

kapouer pushed a commit to branch master
in repository node-tilelive.

commit f8e638509b05a8aa6c9ac0b09203ccff7bad2253
Author: Jérémy Lal <kapouer at melix.org>
Date:   Sat Aug 31 17:56:29 2013 +0200

    Add tilelive-copy.1 manpage and install it
---
 debian/manpages        |    1 +
 debian/tilelive-copy.1 |   74 ++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 75 insertions(+)

diff --git a/debian/manpages b/debian/manpages
new file mode 100644
index 0000000..7860fbb
--- /dev/null
+++ b/debian/manpages
@@ -0,0 +1 @@
+debian/tilelive-copy.1
diff --git a/debian/tilelive-copy.1 b/debian/tilelive-copy.1
new file mode 100644
index 0000000..69d96ab
--- /dev/null
+++ b/debian/tilelive-copy.1
@@ -0,0 +1,74 @@
+.TH "TILELIVE\-COPY" "1" "August 2013" "" ""
+.SH "NAME"
+\fBtilelive-copy\fR \- copy between tile stores
+.SH SYNOPSYS
+.P
+.RS 2
+.EX
+tilelive\-copy <options> <source> <destination>
+.EE
+.RE
+.SH DESCRIPTION
+.P
+Copy tiles from a source tile store URI to a destination tile store URI\.
+.SH OPTIONS
+.RS 2
+.IP \(bu 2
+\-\-job, \-j
+.br
+Job file (will be resumed if it exists)
+.IP \(bu 2
+\-\-scheme, \-s
+.br
+One of [file, scanline, pyramid]
+.br
+[default: "scanline"]
+.IP \(bu 2
+\-\-list, \-l
+.br
+If scheme=file, the coordinates file
+.IP \(bu 2
+\-\-concurrency, \-c
+.br
+Number of parallel copy operations
+.br
+[default: 8]
+.IP \(bu 2
+\-\-bbox
+.br
+WGS84 bounding box
+.br
+[default: [\-180,\-85\.0511,180,85\.0511]]
+.IP \(bu 2
+\-\-minzoom
+.br
+Zoom level from which to start copying (inclusive)
+.br
+[default: 0]
+.IP \(bu 2
+\-\-maxzoom
+.br
+Zoom level until which to copy (inclusive)
+.br
+[default: 8]
+.IP \(bu 2
+\-\-metatile
+.br
+Metatile side length in number of tiles
+.br
+[default: 1]
+
+.RE
+.SH EXAMPLES
+.P
+.RS 2
+.EX
+tilelive\-copy \-j my\.job \-\-minzoom=2 \-\-maxzoom=4 \-\-metatile=8 \\
+  tilejson:///path/to/file/mapquest\.tilejson \\
+  mbtiles:///path/to/file/world\-light\.mbtiles
+.EE
+.RE
+.SH SEE ALSO
+.P
+/usr/share/doc/node\-tilelive/README\.md
+

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/node-tilelive.git



More information about the Pkg-javascript-commits mailing list