[Pkg-javascript-commits] [node-mapnik] 05/06: Add manpages for executables

Jérémy Lal kapouer at alioth.debian.org
Fri Aug 30 11:18:55 UTC 2013


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

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

commit c4430341b68eeef325f92efb2f4fc5fa535ff6cd
Author: Jérémy Lal <kapouer at melix.org>
Date:   Fri Aug 30 13:18:15 2013 +0200

    Add manpages for executables
---
 debian/manpages         |    2 ++
 debian/mapnik-inspect.1 |   27 +++++++++++++++++++++++++++
 debian/mapnik-render.1  |   19 +++++++++++++++++++
 3 files changed, 48 insertions(+)

diff --git a/debian/manpages b/debian/manpages
new file mode 100644
index 0000000..3a92745
--- /dev/null
+++ b/debian/manpages
@@ -0,0 +1,2 @@
+./debian/mapnik-inspect.1
+./debian/mapnik-render.1
diff --git a/debian/mapnik-inspect.1 b/debian/mapnik-inspect.1
new file mode 100644
index 0000000..c11afd8
--- /dev/null
+++ b/debian/mapnik-inspect.1
@@ -0,0 +1,27 @@
+.TH "MAPNIK\-INSPECT" "1" "August 2013" "" ""
+.SH "NAME"
+\fBmapnik-inspect\fR \- print information about mapnik datasource
+.SH SYNOPSIS
+.P
+.RS 2
+.EX
+mapnik\-inspect <datasource>
+mapnik\-inspect <stylesheet>
+mapnik\-inspect <projection>
+mapnik\-inspect <zipfile>
+.EE
+.RE
+.SH OPTIONS
+.P
+.RS 2
+.EX
+datasource: \.shp|\.json|\.geojson|\.osm|\.kml|\.sqlite|\.gml|\.vrt|\.csv
+
+stylesheet: \.xml (requires node\-carto)
+
+projection: \.prj (requires node\-srs)
+
+zipfile: \.zip (requires node\-zipfile)
+.EE
+.RE
+
diff --git a/debian/mapnik-render.1 b/debian/mapnik-render.1
new file mode 100644
index 0000000..038b73a
--- /dev/null
+++ b/debian/mapnik-render.1
@@ -0,0 +1,19 @@
+.TH "MAPNIK\-RENDER" "1" "August 2013" "" ""
+.SH "NAME"
+\fBmapnik-render\fR \- render image tiles from mapnik stylesheets
+.SH SYNOPSIS
+.P
+.RS 2
+.EX
+mapnik\-render <stylesheet> <image>
+.EE
+.RE
+.SH OPTIONS
+.P
+.RS 2
+.EX
+stylesheet: \.mml (requires node\-carto) or \.xml
+image: output path
+.EE
+.RE
+

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



More information about the Pkg-javascript-commits mailing list