summaryrefslogtreecommitdiff
path: root/man/osm2navit.1
blob: d48069b140aef7c00c379cf4b0606bdce14035f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
.TH navit 1  "August, 21 2008" "version 0.4+svn" "USER COMMANDS"
.SH NAME
osm2navit \- parse osm textfile and converts to NavIt binfile format
.SH SYNOPSIS
.B bzcat planet.osm.bz2 | osm2navit 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
osm2navit 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
\-o (--coverage)
map every street to item overage
.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)