diff options
author | akashihi <akashihi@ffa7fe5e-494d-0410-b361-a75ebd5db220> | 2011-07-07 13:26:48 +0000 |
---|---|---|
committer | akashihi <akashihi@ffa7fe5e-494d-0410-b361-a75ebd5db220> | 2011-07-07 13:26:48 +0000 |
commit | 7c90e74e9f015b18af8951e7e877367a27eb4b47 (patch) | |
tree | 5485b74506a5972d6d4fca9c4c6fc076f0955a91 /man | |
parent | aae312204af638fc3f28427fbfecf7cd93b656fa (diff) | |
download | navit-7c90e74e9f015b18af8951e7e877367a27eb4b47.tar.gz |
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
Diffstat (limited to 'man')
-rw-r--r-- | man/maptool.1 | 37 |
1 files changed, 32 insertions, 5 deletions
diff --git a/man/maptool.1 b/man/maptool.1 index 417022a62..9d873b34a 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 <file>] [-6] [-a <level>] [-c] -[-d <connect string] +[-e <phase>] [-i <file>] [-k] [-M] [-N] [-o] [-r <file>] [-s <phase>] +[-S <size>] [-w] [-W] [-U] [-z <level>] +.B For OSM Protobuf/PBF data: +.B maptool --protobuf -i planet.osm.pbf planet.bin +[-h] [-2] [-5 <file>] [-6] [-a <level>] [-c] [-e <phase>] +[-i <file>] [-k] [-M] [-N] [-o] [-P] [-r <file>] [-s <phase>] +[-S <size>] [-w] [-W] [-U] [-z <level>] .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) <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) <file> +read mapping rules from specified file +.TP \-s (\-\-start) <phase> 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) <level> set the compression level .SH BUGS |