.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) get osm data out of a postgresql database with osm simple scheme and given connect string .TP \-e (\-\-end) end at specified phase .TP \-k (\-\-keep-tmpfiles) do not delete tmp files after processing. useful to reuse them .TP \-s (\-\-start) start at specified phase .TP \-i (\-\-input-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) 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)