ǝɹʇʇɐʃǝ◖ xıʃǝɟ pushed to branch master at Debian GIS Project / tilemaker
Commits: ef69b5b9 by Felix Delattre at 2021-08-27T20:37:44+00:00 Update tilemaker man page patch. - - - - - 1 changed file: - debian/patches/0003-Add-man-page-for-tilemaker.patch Changes: ===================================== debian/patches/0003-Add-man-page-for-tilemaker.patch ===================================== @@ -1,13 +1,13 @@ From: Felix Delattre <[email protected]> Date: Fri, 27 Aug 2021 16:28:46 +0000 Subject: Add man page for tilemaker -Origin: https://github.com/systemed/tilemaker/pull/299/commits/9747e58170cbf82af1cd12f4efde1e29efd3b3e8 +Origin: https://github.com/systemed/tilemaker/pull/299/commits/b9226b8b97626f53c3119f53f37cdee251c39861 Bug: https://github.com/systemed/tilemaker/pull/299 --- Makefile | 4 +++- - docs/man/tilemaker.1 | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ - 2 files changed, 54 insertions(+), 1 deletion(-) + docs/man/tilemaker.1 | 53 ++++++++++++++++++++++++++++++++++++++++++++++++++++ + 2 files changed, 56 insertions(+), 1 deletion(-) create mode 100644 docs/man/tilemaker.1 diff --git a/Makefile b/Makefile @@ -34,56 +34,58 @@ index 32e4c1b..5b6aa70 100644 rm -f tilemaker src/*.o include/*.o diff --git a/docs/man/tilemaker.1 b/docs/man/tilemaker.1 new file mode 100644 -index 0000000..9e22552 +index 0000000..2d15422 --- /dev/null +++ b/docs/man/tilemaker.1 -@@ -0,0 +1,51 @@ +@@ -0,0 +1,53 @@ +.\" Manpage for tilemaker. +.TH man 1 "27 Aug 2021" "1.0" "tilemaker man page" +.SH NAME +tilemaker \- Generates vector tiles from OpenStreetMap data +.SH SYNOPSIS -+nuseradd [USERNAME] ++tilemaker --input input.osm.pbf --output output.mbtiles +.SH DESCRIPTION +This manual page documents briefly the +.B tilemaker +command. +.PP +.B tilemaker -+tilemaker generates vector tiles without from OpenStreetMap planet and diff ++generates vector tiles without from OpenStreetMap planet and diff +files without any complex stack or need for database. It uses the schema of +OpenMapTiles by default, but other configuration can be provided. +.PP +This program follows the usual GNU command line syntax, with long +options starting with two dashes (`-'). -+A summary of options is included below. ++A summary of options is included below: +.TP -+\fB\-\-inputP -+Spource file from OpenStreetMap (.osm.pbf) ++\fB\-\-input ++Source path and file from OpenStreetMap (.osm.pbf). +.TP -+\fB\-\-outputP -+Target directory of .mbtiles/.sqlite file ++\fB\-\-output ++Target path and file for vector tiles (.mbtiles/.sqlite). +.TP -+\fB\-\-configP -+Config json file. ++\fB\-\-config ++Specific config file (.json). +.TP -+\fB\-\-processP -+Tag-processing Lua file ++\fB\-\-process ++Lua processing script for processing tags. +.TP -+\fB\-\-storeP -+Temporary storage for node/ways/relation data ++\fB\-\-store ++Path to the directory as a temporary store during processing. ++If specifcied tilemaker uses on-disk storage instead of holding everything ++in RAM. +.TP -+\fB\-\-mergeP -+Merge with existing .mbtiles/.sqlite file ++\fB\-\-merge ++Merge with existing .mbtiles/.sqlite file. +.TP -+\fB\-\-verboseP -+Verbose error output ++\fB\-\-verbose ++Outputs any issues encountered during tile creation. +.TP -+\fB\-\-threadsP -+Number of threads (automatically detected if 0) ++\fB\-\-threads ++Number of threads (automatically detected if 0). +.TP -+\fB\-\-helpP -+Show help message for tilemaker ++\fB\-\-help ++Show help message for tilemaker. +.PP +.SH BUGS +No known bugs. View it on GitLab: https://salsa.debian.org/debian-gis-team/tilemaker/-/commit/ef69b5b9d4121d64567d0ac2ff9521a6aa5aef99 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/tilemaker/-/commit/ef69b5b9d4121d64567d0ac2ff9521a6aa5aef99 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ Pkg-grass-devel mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel
