[osmctools] 05/09: Update man pages for upstream changes.

Bas Couwenberg sebastic at debian.org
Fri Mar 31 09:34:51 UTC 2017


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

sebastic pushed a commit to branch master
in repository osmctools.

commit d36316bacdb0994a32ecca9913e96e6e8303bf83
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Fri Mar 31 11:12:08 2017 +0200

    Update man pages for upstream changes.
---
 debian/changelog         |  1 +
 debian/docs/osmconvert.1 | 18 ++++++++++++++++++
 debian/docs/osmfilter.1  | 37 ++++++++++++++++++++++++++++++++++---
 debian/docs/osmupdate.1  |  9 +++++++++
 4 files changed, 62 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index c99b147..a806d24 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ osmctools (0.7-1) UNRELEASED; urgency=medium
 
   * New upstream release.
   * Update copyright years for Markus Weber.
+  * Update man pages for upstream changes.
 
  -- Bas Couwenberg <sebastic at debian.org>  Fri, 31 Mar 2017 10:51:52 +0200
 
diff --git a/debian/docs/osmconvert.1 b/debian/docs/osmconvert.1
index 004921a..4a5352a 100644
--- a/debian/docs/osmconvert.1
+++ b/debian/docs/osmconvert.1
@@ -138,6 +138,24 @@ also the version number, specify this option.
 According to the combination of these parameters, no members
 of the referred section will be written.
 .PP
+\fB\-\-modify\-tags=<tag_modification_list>\fR
+.IP
+The tag modification list determines which tags will be
+modified. The example
+\fB--modify-tags="highway=primary to =secondary"\fR
+will change every "primary" highway into "secondary".
+You can also use comparisons or add additional tags:
+\fB--modify-way-tags="maxspeed>200 add highspeed=yes"\fR
+.PP
+\fB\-\-modify\-node\-tags=TAG_MODIFICATION_LIST\fR
+\fB\-\-modify\-way\-tags=TAG_MODIFICATION_LIST\fR
+\fB\-\-modify\-relation\-tags=TAG_MODIFICATION_LIST\fR
+\fB\-\-modify\-node\-way\-tags=TAG_MODIFICATION_LIST\fR
+\fB\-\-modify\-node\-relation\-tags=TAG_MODIFICATION_LIST\fR
+\fB\-\-modify\-way\-relation\-tags=TAG_MODIFICATION_LIST\fR
+.IP
+Same as above, but just for the specified object types.
+.PP
 \fB\-\-diff\fR
 .IP
 Calculate difference between two files and create a new .osc
diff --git a/debian/docs/osmfilter.1 b/debian/docs/osmfilter.1
index bb42d02..1552ca2 100644
--- a/debian/docs/osmfilter.1
+++ b/debian/docs/osmfilter.1
@@ -103,6 +103,26 @@ Please look below for a syntax description of TAG_FILTER.
 .IP
 Same as above, but just for the specified object types.
 .PP
+\fB\-\-modify\-tags=TAG_MODIFICATION_LIST\fR
+.IP
+The specified tags will be modified. This is done after any
+filtering (see \-\-keep, \-\-keep\-tags, \-\-drop, \-\-drop\-tags).
+Please look below for a description of TAG_MODIFICATION_LIST.
+.PP
+\-\-modify\-node\-tags=TAG_MODIFICATION_LIST\fR
+.br
+\-\-modify\-way\-tags=TAG_MODIFICATION_LIST\fR
+.br
+\-\-modify\-relation\-tags=TAG_MODIFICATION_LIST\fR
+.br
+\-\-modify\-node\-way\-tags=TAG_MODIFICATION_LIST\fR
+.br
+\-\-modify\-node\-relation\-tags=TAG_MODIFICATION_LIST\fR
+.br
+\-\-modify\-way\-relation\-tags=TAG_MODIFICATION_LIST\fR
+.IP
+Same as above, but just for the specified object types.
+.PP
 \fB\-\-drop\-author\fR
 .IP
 For most applications the author tags are not needed. If you
@@ -267,7 +287,7 @@ need to write the key only once. For example:
 It is allowed to omit the value. In this case, the program
 will accept every value for the defined key. For example:
 .br
-"all highway= lit=yes"
+"highway= and lit=yes"
 .IP
 You may use wildcard characters for key or value, but only at
 the beginning and/or at the end. For example:
@@ -284,14 +304,25 @@ search for certain objects or for edits of specific users.
 The tag filter determines which tags will be kept and which
 will be not. For example :
 .br
-\fB\-\-keep\-tags=\fR"highway=motorway =primary"
-.IP
+\fB\-\-keep\-tags=\fR"highway=motorway =primary"\fR
+.br
 will not accept "highway" tags other than "motorway" or
 "primary". Note that neither the object itself will be
 deleted, nor the remaining tags. If you want to drop every
 tag which is not mentioned in a list, use this example:
 .br
 all highway= amenity= name=
+.PP
+.SS TAG_MODIFICATION_LIST
+The tag modification list determines which tags will be
+modified. The example
+.br
+\fB\-\-modify\-tags="highway=primary to =secondary"\fR
+.br
+will change every "primary" highway into "secondary".
+You can also use comparisons or add additional tags:
+.br
+\fB--modify-way-tags="maxspeed>200 add highspeed=yes"\fR
 .SH TUNING
 To speed\-up the process, the program uses some main memory for a
 hash table. By default, it uses 480 MB for storing a flag for every
diff --git a/debian/docs/osmupdate.1 b/debian/docs/osmupdate.1
index 161fe8f..cd75bde 100644
--- a/debian/docs/osmupdate.1
+++ b/debian/docs/osmupdate.1
@@ -85,6 +85,15 @@ Do not invoke this option if you are going to use different
 change file sources (option \fB\-\-base\-url\fR). This would cause
 severe data corruption.
 .PP
+\fB--trust-tempfiles\fR
+.IP
+Use this option if you want to use the saved local copies
+of already downloaded changefiles without checking their
+lengths against to their server-hosted originals.
+Downloads will be limited to files not saved yet.
+Do not invoke this option if you suspect incomplete
+downloads.
+.PP
 \fB\-\-compression\-level\fR=\fILEVEL\fR
 .IP
 Define level for gzip compression. Values between 1 (low

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



More information about the Pkg-grass-devel mailing list