From eac078eb4fd2c8c5216e0b05353f68ece81e08c7 Mon Sep 17 00:00:00 2001 From: akashihi Date: Thu, 7 Jul 2011 13:26:48 +0000 Subject: Fix:tools:Maptool command-line options clean-up. Ticket #760. Thanks sleske! git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@4594 ffa7fe5e-494d-0410-b361-a75ebd5db220 --- man/maptool.1 | 37 ++++++++++++++++++++++++++++++++----- 1 file changed, 32 insertions(+), 5 deletions(-) (limited to 'man') diff --git a/man/maptool.1 b/man/maptool.1 index 417022a6..9d873b34 100644 --- a/man/maptool.1 +++ b/man/maptool.1 @@ -1,21 +1,34 @@ .TH maptool 1 "$Date$" "$Revision$" "USER COMMANDS" .SH NAME -maptool \- parse osm textfile and converts to NavIt binfile format +maptool \- parse osm textfile and convert to Navit binfile format .SH SYNOPSIS +.B For OSM XML data: .B bzcat planet.osm.bz2 | maptool mymap.bin -[\-h] [\-N] [\-W] [\-a value] [\-c] [\-d connect string] [\-e phase] -[\-k] [\-o] [\-s phase] [\-i input file] [\-w] [\-z level] +[-h] [-2] [-5 ] [-6] [-a ] [-c] -[-d ] [-i ] [-k] [-M] [-N] [-o] [-r ] [-s ] +[-S ] [-w] [-W] [-U] [-z ] +.B For OSM Protobuf/PBF data: +.B maptool --protobuf -i planet.osm.pbf planet.bin +[-h] [-2] [-5 ] [-6] [-a ] [-c] [-e ] +[-i ] [-k] [-M] [-N] [-o] [-P] [-r ] [-s ] +[-S ] [-w] [-W] [-U] [-z ] .SH DESCRIPTION -maptool parses osm textfile and converts to NavIt binfile format +maptool parses osm textfile and converts it to Navit binfile format .SH OPTIONS .TP \-h (\-\-help) display a short help message .TP +\-2 (\-\-dowai2poi) +convert ways and polygons to POIs when applicable +.TP +\-4 (\-\-md5) +set file where to write md5 sum +.TP \-6 (-\-64bit) set zip 64 bit compression .TP -\-a (\-\-attr-debug-level) +\-a (\-\-attr-debug-level) control which data is included in the debug attribute .TP \-c (\-\-dump-coordinates) @@ -36,6 +49,17 @@ do not delete tmp files after processing. useful to reuse them \-N (\-\-nodes-only) process only nodes .TP +\-o (\-\-coverage) +converts every street to street_converage, resulting in a big fat black line. +You can overlay this map with another vector map or image map, and every street +you will still see is missing in the -o map +.TP +\-P (\-\-protobuf) +input file is protobuf +.TP +\-r (\-\-rule-file) +read mapping rules from specified file +.TP \-s (\-\-start) start at specified phase .TP @@ -48,6 +72,9 @@ ensure no duplicate ways or nodes. useful when using several input files \-W (\-\-ways-only) process only ways .TP +\-U (\-\-unknown-country) +add objects with unknown country to index +.TP \-z (\-\-compression-level) set the compression level .SH BUGS -- cgit v1.2.1