summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorgeoghegan <geoghegan@ffa7fe5e-494d-0410-b361-a75ebd5db220>2011-01-29 17:50:11 +0000
committergeoghegan <geoghegan@ffa7fe5e-494d-0410-b361-a75ebd5db220>2011-01-29 17:50:11 +0000
commit83c505d767221e83a89f00172ce785f1bf1cb736 (patch)
treed552fb6f5eb41071e7e17273246e991324dbae65 /man
parent11d588f1151d0d32cdbb6375a4c98921e3f9f50d (diff)
downloadnavit-83c505d767221e83a89f00172ce785f1bf1cb736.tar.gz
Add:Manpage: Adds in documentation of switches such as -6 and -S for Maptool
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@4065 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'man')
-rw-r--r--man/maptool.120
1 files changed, 13 insertions, 7 deletions
diff --git a/man/maptool.1 b/man/maptool.1
index f6a8d59c1..417022a62 100644
--- a/man/maptool.1
+++ b/man/maptool.1
@@ -12,11 +12,8 @@ maptool parses osm textfile and converts to NavIt binfile format
\-h (\-\-help)
display a short help message
.TP
-\-N (\-\-nodes-only)
-process only nodes
-.TP
-\-W (\-\-ways-only)
-process only ways
+\-6 (-\-64bit)
+set zip 64 bit compression
.TP
\-a (\-\-attr-debug-level)
control which data is included in the debug attribute
@@ -30,18 +27,27 @@ get osm data out of a postgresql database with osm simple scheme and given conne
\-e (\-\-end) <phase>
end at specified phase
.TP
+\-i (\-\-input-file) <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
+\-N (\-\-nodes-only)
+process only nodes
+.TP
\-s (\-\-start) <phase>
start at specified phase
.TP
-\-i (\-\-input-file) <file>
-specify the input file name (OSM), overrules default stdin
+\-S (\-\-slice-size) <phrase>
+defines the amount of memory to use, in bytes. Default is 1GB
.TP
\-w (\-\-dedupe-ways)
ensure no duplicate ways or nodes. useful when using several input files
.TP
+\-W (\-\-ways-only)
+process only ways
+.TP
\-z (\-\-compression-level) <level>
set the compression level
.SH BUGS