~ubuntu-branches/ubuntu/saucy/navit/saucy-proposed

« back to all changes in this revision

Viewing changes to .pc/manpage-minus-signs.patch/man/maptool.1

  • Committer: Package Import Robot
  • Author(s): Gilles Filippini
  • Date: 2012-01-30 21:46:45 UTC
  • mfrom: (1.1.14)
  • Revision ID: package-import@ubuntu.com-20120130214645-mjvkslctpagferf3
Tags: 0.5.0~svn4909+dfsg.1-1
* New upstream snapshot:
  + GUI Internal:
    . Former destinations list
    . Support for saving GUI settings
    . Made search result lists pageable when onscreen keyboard is hidden
  + GUI GTK:
    . Menu accelerators
  + New profile to calculate shortest car route
* Drop patches:
  + manpage-minus-signs.patch: applied upstream
  + search_trick: not needed anymore (search result lists now pageable)
* Update patch fix-cmake.patch: partially applied upstream
* Refresh patches:
  + icons-dir
  + qt-cmake.patch
* debian/README.source: acknowledge removal of navit/binding/win32 from
  upstream tarball

* debian/rules: s/GNU_TYPE/MULTIARCH/g

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.TH maptool 1  "$Date$" "$Revision$" "USER COMMANDS"
2
 
.SH NAME
3
 
maptool \- parse osm textfile and convert to Navit binfile format
4
 
.SH SYNOPSIS
5
 
.B For OSM XML data:
6
 
.B bzcat planet.osm.bz2 | maptool mymap.bin
7
 
[-h] [-2] [-5 <file>] [-6] [-a <level>] [-c] -[-d <connect string] 
8
 
[-e <phase>] [-i <file>] [-k] [-M] [-N] [-o] [-r <file>] [-s <phase>]
9
 
[-S <size>] [-w] [-W] [-U] [-z <level>]
10
 
.B For OSM Protobuf/PBF data:
11
 
.B maptool --protobuf -i planet.osm.pbf planet.bin
12
 
[-h] [-2] [-5 <file>] [-6] [-a <level>] [-c] [-e <phase>] 
13
 
[-i <file>] [-k] [-M] [-N] [-o] [-P] [-r <file>] [-s <phase>]
14
 
[-S <size>] [-w] [-W] [-U] [-z <level>]
15
 
.SH DESCRIPTION
16
 
maptool parses osm textfile and converts it to Navit binfile format
17
 
.SH OPTIONS
18
 
.TP
19
 
\-h (\-\-help)
20
 
display a short help message
21
 
.TP
22
 
\-2 (\-\-dowai2poi)
23
 
convert ways and polygons to POIs when applicable
24
 
.TP
25
 
\-4 (\-\-md5)
26
 
set file where to write md5 sum
27
 
.TP
28
 
\-6 (-\-64bit)
29
 
set zip 64 bit compression
30
 
.TP
31
 
\-a (\-\-attr-debug-level) <level>
32
 
control which data is included in the debug attribute
33
 
.TP
34
 
\-c (\-\-dump-coordinates)
35
 
dump coordinates after phase 1
36
 
.TP
37
 
\-d (\-\-db) <connect string>
38
 
get osm data out of a postgresql database with osm simple scheme and given connect string
39
 
.TP
40
 
\-e (\-\-end) <phase>
41
 
end at specified phase
42
 
.TP
43
 
\-i (\-\-input-file) <file>
44
 
specify the input file name (OSM), overrules default stdin
45
 
.TP
46
 
\-k (\-\-keep-tmpfiles)
47
 
do not delete tmp files after processing. useful to reuse them
48
 
.TP
49
 
\-N (\-\-nodes-only)
50
 
process only nodes
51
 
.TP
52
 
\-o (\-\-coverage)
53
 
converts every street to street_converage, resulting in a big fat black line. 
54
 
You can overlay this map with another vector map or image map, and every street 
55
 
you will still see is missing in the -o map
56
 
.TP
57
 
\-P (\-\-protobuf)
58
 
input file is protobuf
59
 
.TP
60
 
\-r (\-\-rule-file) <file>
61
 
read mapping rules from specified file
62
 
.TP
63
 
\-s (\-\-start) <phase>
64
 
start at specified phase
65
 
.TP
66
 
\-S (\-\-slice-size) <phrase>
67
 
defines the amount of memory to use, in bytes. Default is 1GB
68
 
.TP
69
 
\-w (\-\-dedupe-ways)
70
 
ensure no duplicate ways or nodes. useful when using several input files
71
 
.TP
72
 
\-W (\-\-ways-only)
73
 
process only ways
74
 
.TP
75
 
\-U (\-\-unknown-country)
76
 
add objects with unknown country to index
77
 
.TP
78
 
\-z (\-\-compression-level) <level>
79
 
set the compression level
80
 
.SH BUGS
81
 
Should you find one, please report it :
82
 
 http://trac.navit-project.org
83
 
.SH AUTHOR
84
 
The navit Team - http://www.navit-project.org
85
 
.SH SEE ALSO
86
 
navit(1)