-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathroute_overrides.json
More file actions
74 lines (74 loc) · 1.52 KB
/
route_overrides.json
File metadata and controls
74 lines (74 loc) · 1.52 KB
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
[
{
"old": {
"type": "trolley",
"route_ref": "6ТМ"
},
"new": {
"type": "bus",
"route_ref": "6ТМ"
},
"start_date": "2024-11-25",
"end_date": "2024-11-28"
},
{
"old": {
"type": "bus",
"route_ref": "11Tm"
},
"new": {
"type": "bus",
"route_ref": "11ТМ"
},
"start_date": "2025-03-30",
"end_date": "2025-04-02"
},
{
"old": {
"type": "bus",
"route_ref": "20T"
},
"new": {
"type": "bus",
"route_ref": "20ТМ"
},
"start_date": "2024-12-02",
"end_date": "2025-04-27"
},
{
"old": {
"type": "trolley",
"route_ref": "20"
},
"new": {
"type": "bus",
"route_ref": "20ТМ"
},
"start_date": "2024-12-01",
"end_date": "2024-12-01"
},
{
"old": {
"type": "bus",
"route_ref": "12Т"
},
"new": {
"type": "bus",
"route_ref": "12ТМ"
},
"start_date": "2025-11-02",
"end_date": "2025-11-03"
},
{
"old": {
"type": "bus",
"route_ref": "20Т"
},
"new": {
"type": "bus",
"route_ref": "20ТМ"
},
"start_date": "2025-10-11",
"end_date": "2025-10-12"
}
]