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
|
{
"stop-vigo": {
"id": "stop-vigo",
"x": 0,
"y": 0,
"width": 32,
"height": 32,
"pixelRatio": 1
},
"stop-santiago": {
"id": "stop-santiago",
"x": 32,
"y": 0,
"width": 32,
"height": 32,
"pixelRatio": 1
},
"stop-vigo-cancelled": {
"id": "stop-vigo-cancelled",
"x": 64,
"y": 0,
"width": 32,
"height": 32,
"pixelRatio": 1
},
"stop-santiago-cancelled": {
"id": "stop-santiago-cancelled",
"x": 96,
"y": 0,
"width": 32,
"height": 32,
"pixelRatio": 1
}
}
|