From 2d207a46cca5142fecf74554293cd4bca2b07e8b Mon Sep 17 00:00:00 2001 From: Sebastian Leske Date: Fri, 19 May 2017 17:31:27 +0200 Subject: Fix:maptool:Update maptool help and manpage --- man/maptool.1 | 28 +++++++++++++++++++++------- 1 file changed, 21 insertions(+), 7 deletions(-) (limited to 'man') diff --git a/man/maptool.1 b/man/maptool.1 index 881910958..4112d0b15 100644 --- a/man/maptool.1 +++ b/man/maptool.1 @@ -20,7 +20,7 @@ maptool parses osm textfile and converts it to Navit binfile format \-h (\-\-help) display a short help message .TP -\-4 (\-\-md5) +\-5 (\-\-md5) set file where to write md5 sum .TP \-6 (\-\-64bit) @@ -35,25 +35,33 @@ dump coordinates after phase 1 \-d (\-\-db) get osm data out of a postgresql database with osm simple scheme and given connect string .TP +\-D (\-\-dump) +dump map data to standard output in Navit textfile format +If this option is specified, the output file parameter must be omitted. +.TP \-e (\-\-end) end at specified phase .TP +\-E (\-\-experimental) +enable experimental features (if available) +.TP \-i (\-\-input-file) specify the input file name (OSM), overrules default stdin .TP \-k (\-\-keep-tmpfiles) do not delete tmp files after processing. useful to reuse them .TP +\-M (\-\-o5m) +input data is in o5m format +.TP +\-n (\-\-ignore-unknown) +do not output ways and nodes with unknown type +.TP \-N (\-\-nodes-only) process only nodes .TP -\-o (\-\-coverage) -converts every street to street_coverage, 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 +input data is in pbf (Protocol Buffer) format .TP \-r (\-\-rule-file) read mapping rules from specified file @@ -65,6 +73,9 @@ start at specified phase limit memory to use for some large internal buffers, in bytes. Default is 1 GB. Smaller slices reduce peak memory usage, at the cost of increased processing time. .TP +\-t (\-\-timestamp) +set zip timestamp +.TP \-w (\-\-dedupe-ways) ensure no duplicate ways or nodes. useful when using several input files .TP @@ -74,6 +85,9 @@ process only ways \-U (\-\-unknown-country) add objects with unknown country to index .TP +\-x (\-\-index-size) +set maximum country index size in bytes +.TP \-z (\-\-compression-level) set the compression level .SH BUGS -- cgit v1.2.1