-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsettings-access.yml
116 lines (87 loc) · 1.65 KB
/
settings-access.yml
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
################################
## Access restrictions
################################
--- yesno
---
1: 1
yes: 1
true: 1
designated: 1
permissive: 1
0: 0
no: 0
false: 0
private: 0
restricted: 0
destination: 0
################################
## Transport restrictions
################################
--- transport_types
---
-
- emergency
- police
-
- delivery
- goods
-
- car
- motorcar
-
- bus
-
- taxi
-
- foot
- pedestrian
-
- bike
- bicycle
-
- truck
- hgv
--- transport
---
- key: motorroad
val: 0,0,0,0,0,1,1,0
mode: -1
- key: access
val: 1,1,1,1,1,1,1,1
- key: vehicle
val: 1,1,1,1,1,0,1,1
- key: motor_vehicle
val: 1,1,1,1,1,0,0,1
- key: motorcar
val: 1,1,1,1,1,0,0,1
- key: foot
val: 0,0,0,0,0,1,0,0
- key: bicycle
val: 0,0,0,0,0,0,1,0
- key: psv
val: 0,0,0,1,1,0,0,0
- key: bus
val: 0,0,0,1,0,0,0,0
- key: taxi
val: 0,0,0,0,1,0,0,0
- key: hgv
val: 0,0,0,0,0,0,0,1
- key: goods
val: 0,1,0,0,0,0,0,0
- key: emergency
val: 1,0,0,0,0,0,0,0
################################
## Barriers
################################
# emergency, delivery, car, bus, taxi, foot, bike, truck
# default: 1,1,1,1,1,1,1,1 - restricts all
--- barrier
---
block: 1,1,1,1,1,0,1,1
stile: 1,1,1,1,1,0,1,1
chain: 1,1,1,1,1,0,1,1
bollard: 1,1,1,1,1,0,0,1
bus_trap: 1,1,1,0,1,0,0,1
toll_booth: 0,0,0,0,0,0,0,0
cattle_grid: 0,0,0,0,0,0,0,0
log: 1,1,1,1,1,0,1,1