-
Notifications
You must be signed in to change notification settings - Fork 1
/
input_3.json
118 lines (118 loc) · 2.73 KB
/
input_3.json
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
{
"base_requests": [
{
"is_roundtrip": true,
"name": "289",
"stops": [
"Zagorye",
"Lipetskaya ulitsa 46",
"Lipetskaya ulitsa 40",
"Lipetskaya ulitsa 40",
"Lipetskaya ulitsa 46",
"Moskvorechye",
"Zagorye"
],
"type": "Bus"
},
{
"latitude": 55.579909,
"longitude": 37.68372,
"name": "Zagorye",
"road_distances": {
"Lipetskaya ulitsa 46": 230
},
"type": "Stop"
},
{
"latitude": 55.581441,
"longitude": 37.682205,
"name": "Lipetskaya ulitsa 46",
"road_distances": {
"Lipetskaya ulitsa 40": 390,
"Moskvorechye": 12400
},
"type": "Stop"
},
{
"latitude": 55.584496,
"longitude": 37.679133,
"name": "Lipetskaya ulitsa 40",
"road_distances": {
"Lipetskaya ulitsa 40": 1090,
"Lipetskaya ulitsa 46": 380
},
"type": "Stop"
},
{
"latitude": 55.638433,
"longitude": 37.638433,
"name": "Moskvorechye",
"road_distances": {
"Zagorye": 10000
},
"type": "Stop"
}
],
"render_settings": {
"bus_label_font_size": 20,
"bus_label_offset": [
7,
15
],
"color_palette": [
"green",
[
255,
160,
0
],
"red"
],
"height": 200,
"line_width": 14,
"padding": 30,
"stop_label_font_size": 20,
"stop_label_offset": [
7,
-3
],
"stop_radius": 5,
"underlayer_color": [
255,
255,
255,
0.85
],
"underlayer_width": 3,
"width": 200
},
"routing_settings": {
"bus_velocity": 30,
"bus_wait_time": 2
},
"stat_requests": [
{
"id": 1,
"name": "289",
"type": "Bus"
},
{
"from": "Zagorye",
"id": 2,
"to": "Moskvorechye",
"type": "Route"
},
{
"from": "Moskvorechye",
"id": 3,
"to": "Zagorye",
"type": "Route"
},
{
"from": "Lipetskaya ulitsa 40",
"id": 4,
"to": "Lipetskaya ulitsa 40",
"type": "Route"
}
]
}