forked from plepe/ptmap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconf.json-dist
50 lines (50 loc) · 993 Bytes
/
conf.json-dist
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
{
"location": {
"zoom": 15,
"lat": 48.202,
"lon": 16.338,
"checkIPLocation": true
},
"overpass": {
"url": "//overpass-api.de/api/interpreter",
"effortPerQuery": 1023,
"effortNode": 1,
"effortWay": 4,
"effortRelation": 64,
"timeGap": 100
},
"default_tags": {
"opening_hours": "05:00-00:00"
},
"nominatim_address": {
"": "Temporary; will be removed when auto-load is implemented",
"country_code": "at",
"state": "Wien"
},
"routes": {
"bus": {
"priority": 1,
"color": "#af0000"
},
"trolleybus": {
"priority": 1,
"color": "#af3f00"
},
"tram": {
"priority": 2,
"color": "#7f007f"
},
"subway": {
"priority": 3,
"color": "#00007f"
},
"ferry": {
"priority": 2,
"color": "#007fff"
},
"train": {
"priority": 4,
"color": "#202020"
}
}
}