summaryrefslogtreecommitdiff
path: root/man/maptool.1
diff options
context:
space:
mode:
Diffstat (limited to 'man/maptool.1')
-rw-r--r--man/maptool.153
1 files changed, 53 insertions, 0 deletions
diff --git a/man/maptool.1 b/man/maptool.1
new file mode 100644
index 000000000..9f0392747
--- /dev/null
+++ b/man/maptool.1
@@ -0,0 +1,53 @@
+.TH maptool 1 "August, 21 2008" "version 0.0.4+svn" "USER COMMANDS"
+.SH NAME
+maptool \- parse osm textfile and converts to NavIt binfile format
+.SH SYNOPSIS
+.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]
+.SH DESCRIPTION
+maptool parses osm textfile and converts to NavIt binfile format
+.SH OPTIONS
+.TP
+\-h (\-\-help)
+display a short help message
+.TP
+\-N (\-\-nodes-only)
+process only nodes
+.TP
+\-W (\-\-ways-only)
+process only ways
+.TP
+\-a (\-\-attr-debug-level)
+control which data is included in the debug attribute
+.TP
+\-c (\-\-dump-coordinates)
+dump coordinates after phase 1
+.TP
+\-d (\-\-db) <connect string>
+get osm data out of a postgresql database with osm simple scheme and given connect string
+.TP
+\-e (\-\-end) <phase>
+end at specified phase
+.TP
+\-k (\-\-keep-tmpfiles)
+do not delete tmp files after processing. useful to reuse them
+.TP
+\-s (\-\-start) <phase>
+start at specified phase
+.TP
+\-i (\-\-input-file) <file>
+specify the input file name (OSM), overrules default stdin
+.TP
+\-w (\-\-dedupe-ways)
+ensure no duplicate ways or nodes. useful when using several input files
+.TP
+\-z (\-\-compression-level) <level>
+set the compression level
+.SH BUGS
+Should you find one, please report it :
+ http://trac.navit-project.org
+.SH AUTHOR
+The navit Team - http://www.navit-project.org
+.SH SEE ALSO
+navit(1)