* first bunch of updates toward new release
[navit-package] / man / maptool.1
1 .TH maptool 1  "August, 21 2008" "version 0.0.4+svn" "USER COMMANDS"
2 .SH NAME
3 maptool \- parse osm textfile and converts to NavIt binfile format
4 .SH SYNOPSIS
5 .B bzcat planet.osm.bz2 | maptool 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 maptool 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 \-s (\-\-start) <phase>
37 start at specified phase
38 .TP
39 \-i (\-\-input-file) <file>
40 specify the input file name (OSM), overrules default stdin
41 .TP
42 \-w (\-\-dedupe-ways)
43 ensure no duplicate ways or nodes. useful when using several input files
44 .TP
45 \-z (\-\-compression-level) <level>
46 set the compression level
47 .SH BUGS
48 Should you find one, please report it :
49  http://trac.navit-project.org
50 .SH AUTHOR
51 The navit Team - http://www.navit-project.org
52 .SH SEE ALSO
53 navit(1)