-
Notifications
You must be signed in to change notification settings - Fork 1
/
garmin-ru.cfg
147 lines (100 loc) · 2.88 KB
/
garmin-ru.cfg
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
####
#### Default garmin settings for russian
####
#### $Id: garmin.cfg 2013-06-17 18:48:00Z xliosha@gmail.com $
####
[Writer]
# writer module
module: WriterTT
# templates
templates_file: output-polish.yml
# character encoding
codepage: 1251
# header value
header: Routing=Y
header: TreSize=1024
header: RgnLimit=512
[Flags]
# create routing graph
routing: 1
# use oneway tag (disable for pedestrian routing)
oneway: 1
# merge same roads
merge_roads: 1
# split long and self-intersecting ways
split_roads: 1
# enlarge distance between too close nodes
fix_close_nodes: 1
# process turn restrictions
restrictions: 1
# create turn restrictions on barrier nodes
barriers: 1
# create turn restrictions to disable parazite u-turns (on nodes with 2 links)
disable_u_turns: 1
# process destination signs
dest_signs: 0
# shield signs with road numbers
road_shields: 1
# write route refs on bus stops
transport_stops: 1
# use street relations for addressing
street_relations: 1
# navitel-style 3D interchanges
interchange_3d: 0
# create background object if defined map boundary
background: 1
# clip polygons to map boundary
clip_areas: 1
# create sea areas from coastlines
shorelines: 1
# process marine-specific data (buoys, lights)
marine: 1
# use city polygons for addressing
addressing: 1
# write addresses for house polygons
navitel: 1
# write contact info for POIs
poi_contacts: 1
# use building outlines for POI addressing
addr_from_poly: 1
# create POIs for polygons
make_poi: 1
# create address points for interpolation lines
addr_interpolation: 0
# copy subway entrance name from parent relation
subway_entrance_name: 1
[Values]
# maximum angle between roads to merge (cosine)
merge_cos: 0.2
# minimum allowed routing segment distance, in meters
# (set 5.5 for cgpsmapper 0097 and earlier)
fix_close_dist: 3.0
# maximum allowed road nodes
max_road_nodes: 60
# target map language
target_lang: ru
[Load]
# settings
settings: settings-mp-garmin.yml
settings: settings-access.yml
settings: rename-country.yml
settings: addressing-ru.yml
# features config
features: preload-areas.yml
features: polish-mp/nodes-common.yml
features: polish-mp/nodes-common-univ.yml
features: polish-mp/nodes-garmin-custom.yml
features: polish-mp/nodes-garmin-custom-univ.yml
features: polish-mp/nodes-garmin-marine.yml
features: polish-mp/ways-lines-common.yml
features: polish-mp/ways-lines-common-univ.yml
features: polish-mp/ways-lines-garmin-custom.yml
features: polish-mp/ways-lines-garmin-custom-univ.yml
features: polish-mp/ways-areas-common.yml
features: polish-mp/ways-areas-common-univ.yml
features: polish-mp/ways-areas-garmin-custom.yml
features: polish-mp/ways-areas-garmin-custom-univ.yml
features: polish-mp/ways-roads-common.yml
features: polish-mp/ways-roads-common-univ.yml
features: polish-mp/ways-roads-garmin.yml
features: polish-mp/ways-roads-garmin-univ.yml