-
Notifications
You must be signed in to change notification settings - Fork 89
/
Copy pathconfig.js
129 lines (129 loc) · 3.71 KB
/
config.js
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
{
"center.x": 8.55,
"center.y": 47.26,
"map_type_id": "roadmap",
"zoom.start": 10,
"zoom.min": 7,
"zoom.max": 20,
"zoom.to_stops": 17,
"zoom.detail_view": 17,
"zoom.roadmap.stops_min": 15,
"zoom.roadmap.stops_max": 20,
"zoom.roadmap.shapes_min": 7,
"zoom.roadmap.shapes_max": 20,
"zoom.satellite.stops_min": 15,
"zoom.satellite.stops_max": 20,
"zoom.satellite.shapes_min": 7,
"zoom.satellite.shapes_max": 18,
"zoom.vehicle_follow": 17,
"zoom.vehicle_mouseover_min": 7,
"ft_layer_ids.mask": "1tDHsjdz7uhhAmWlmmwjR1P2Huf2LKMMiICPVdw",
"ft_layer_ids.gtfs_shapes": null,
"ft_layer_ids.gtfs_stops": null,
"ft_layer_ids.topology_edges": "1-1B2tYIO2JSnaacEHO8sfWVjm1S387lMEkHkjc4",
"ft_layer_ids.topology_stations": "1YppDCNud7566oK_VwHsuUhGJqnm_CLDStMS3IuM",
"api_paths.trips": "api/demo/trips.json",
"api_paths.departures": null,
"geojson.gtfs_shapes": null,
"geojson.gtfs_stops": null,
"geojson.topology_edges": "api/geojson/edges.geojson",
"geojson.topology_stations": "api/geojson/stations.geojson",
"routes": {
"cnl": {
"icon": "static/images/route_icons/demo/cnl.png",
"route_short_name": "",
"route_color": "0178BC",
"route_text_color": "FFFFFF"
},
"d": {
"icon": "static/images/route_icons/demo/d.png",
"route_short_name": "",
"route_color": "0178BC",
"route_text_color": "FFFFFF"
},
"ec": {
"icon": "static/images/route_icons/demo/ec.png",
"route_short_name": "",
"route_color": "0178BC",
"route_text_color": "FFFFFF"
},
"en": {
"icon": "static/images/route_icons/demo/en.png",
"route_short_name": "",
"route_color": "0178BC",
"route_text_color": "FFFFFF"
},
"ext": {
"icon": "static/images/route_icons/demo/ext.png",
"route_short_name": "",
"route_color": "0178BC",
"route_text_color": "FFFFFF"
},
"ic": {
"icon": "static/images/route_icons/demo/ic.png",
"route_short_name": "",
"route_color": "0178BC",
"route_text_color": "FFFFFF"
},
"ice": {
"icon": "static/images/route_icons/demo/ice.png",
"route_short_name": "",
"route_color": "0178BC",
"route_text_color": "FFFFFF"
},
"icn": {
"icon": "static/images/route_icons/demo/icn.png",
"route_short_name": "",
"route_color": "0178BC",
"route_text_color": "FFFFFF"
},
"ir": {
"icon": "static/images/route_icons/demo/ir.png",
"route_short_name": "",
"route_color": "0178BC",
"route_text_color": "FFFFFF"
},
"ire": {
"icon": "static/images/route_icons/demo/ire.png",
"route_short_name": "",
"route_color": "0178BC",
"route_text_color": "FFFFFF"
},
"r": {
"icon": "static/images/route_icons/demo/r.png",
"route_short_name": "",
"route_color": "0178BC",
"route_text_color": "FFFFFF"
},
"re": {
"icon": "static/images/route_icons/demo/re.png",
"route_short_name": "",
"route_color": "0178BC",
"route_text_color": "FFFFFF"
},
"rj": {
"icon": "static/images/route_icons/demo/rj.png",
"route_short_name": "",
"route_color": "0178BC",
"route_text_color": "FFFFFF"
},
"s": {
"icon": "static/images/route_icons/demo/s.png",
"route_short_name": "",
"route_color": "0178BC",
"route_text_color": "FFFFFF"
},
"tgv": {
"icon": "static/images/route_icons/demo/tgv.png",
"route_short_name": "",
"route_color": "0178BC",
"route_text_color": "FFFFFF"
},
"zug": {
"icon": "static/images/route_icons/demo/zug.png",
"route_short_name": "",
"route_color": "0178BC",
"route_text_color": "FFFFFF"
}
}
}