This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository osmctools.
commit e04c7a1c2245bdff2816d7d78032f81b98f5fc73 Author: Bas Couwenberg <[email protected]> Date: Mon Feb 15 07:06:01 2016 +0100 Update man pages for upstream changes. --- debian/changelog | 1 + debian/docs/osmconvert.1 | 14 +++++++++++++- debian/docs/osmupdate.1 | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 6966f99..02f3bdd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ osmctools (0.6-1) UNRELEASED; urgency=medium * New upstream release. * Update copyright years for Markus Weber. + * Update man pages for upstream changes. -- Bas Couwenberg <[email protected]> Mon, 15 Feb 2016 06:58:02 +0100 diff --git a/debian/docs/osmconvert.1 b/debian/docs/osmconvert.1 index 02d69cf..004921a 100644 --- a/debian/docs/osmconvert.1 +++ b/debian/docs/osmconvert.1 @@ -89,6 +89,18 @@ This option will add the binary logarithm of the bbox area of each way and each relation. For example: <tag k="bBoxWeight" v="20"/> .PP +\fB\-\-add\-bboxwidth\-tags\fR +.IP +A tag for an estimated width value for the bbox is added to +each way and each relation. The unit is meters. +For example: <tag k="bBoxWidth" v="825"/> +.PP +\fB\-\-add\-bboxwidthweight\-tags\fR +.IP +This option will add the binary logarithm of the bbox width +of each way and each relation. +For example: <tag k="bBoxWidthWeight" v="10"/> +.PP \fB\-\-object\-type\-offset=\fR<id offset> .IP If applying the \fB\-\-all\-to\-nodes\fR option as explained above, you @@ -293,7 +305,7 @@ written to standard output. .IP Standard output will be rerouted to the specified file. If no output format has been specified, the program will -rely the file name extension. +rely on the file name extension. .PP \fB\-t=\fR<tempfile> .IP diff --git a/debian/docs/osmupdate.1 b/debian/docs/osmupdate.1 index 0e14812..161fe8f 100644 --- a/debian/docs/osmupdate.1 +++ b/debian/docs/osmupdate.1 @@ -53,7 +53,7 @@ By default, osmupdate uses a combination of minutely, hourly and daily changefiles. If you want to limit these changefile categories, use one or two of these options and choose that category/ies you want to be used. -The option \fB\-\-sporadic\fR allows one to process changefile sources +The option \fB\-\-sporadic\fR allows processing changefile sources which do not have the usual "minute", "hour" and "day" subdirectories. .PP -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/osmctools.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

