Fix:Manpages:Fix swapped naming and wrong versionning
[navit-package] / man / osm2navit.1
1 .TH osm2navit 1  "August, 21 2008" "version 0.0.4+svn" "USER COMMANDS"
2 .SH NAME
3 osm2navit \- parse osm textfile and converts to NavIt binfile format
4 .SH SYNOPSIS
5 .B bzcat planet.osm.bz2 | osm2navit mymap.bin
6 [\-h] [\-N] [\-W] [\-a value] [\-c] [\-d connect string] [\-e phase]
7 [\-k] [\-o] [\-s phase] [\-i input file] [\-w] [\-z level]
8 .SH DESCRIPTION
9 osm2navit parses osm textfile and converts to NavIt binfile format
10 .SH OPTIONS
11 .TP
12 \-h (--help)
13 display a short help message
14 .TP
15 \-N (--nodes-only)
16 process only nodes
17 .TP
18 \-W (--ways-only)
19 process only ways
20 .TP
21 \-a (--attr-debug-level)
22 control which data is included in the debug attribute
23 .TP
24 \-c (--dump-coordinates)
25 dump coordinates after phase 1
26 .TP
27 \-d (--db) <connect string>
28 get osm data out of a postgresql database with osm simple scheme and given connect string
29 .TP
30 \-e (--end) <phase>
31 end at specified phase
32 .TP
33 \-k (--keep-tmpfiles)
34 do not delete tmp files after processing. useful to reuse them
35 .TP
36 \-o (--coverage)
37 map every street to item overage
38 .TP 
39 \-s (--start) <phase>
40 start at specified phase
41 .TP
42 \-i (--input-file) <file>
43 specify the input file name (OSM), overrules default stdin
44 .TP
45 \-w (--dedupe-ways)
46 ensure no duplicate ways or nodes. useful when using several input files
47 .TP
48 \-z (--compression-level) <level>
49 set the compression level
50 .SH BUGS
51 Should you find one, please report it :
52  http://trac.navit-project.org
53 .SH AUTHOR
54 The navit Team - http://www.navit-project.org
55 .SH SEE ALSO
56 navit(1)