-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtrack-castle.json
79 lines (78 loc) · 1.62 KB
/
track-castle.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
{
"name": "Castle Raceway",
"address": "Rhuddlan, Rhyl LL18 5UZ",
"geo": {
"lat": 53.2890218,
"long": -3.4798256
},
"lanes": [
"red",
"yellow",
"white",
"blue",
"black"
],
"rotations": [
"red white",
"yellow blue",
"white black",
"blue yellow",
"black blue"
],
"svgfile": "https://api.github.com/repos/adrianblakey/slot-car-tracks/contents/castle.svg",
"direction": "acw",
"laneseparation": 10.5,
"records": [
{
"car": "3800",
"datestamp": "2021-11-11:8:0:0",
"owner": "Terry G",
"time": "4.2"
},
{
"car": "genesis",
"datestamp": "2020-21-11:8:0:0",
"owner": "Terry G",
"time": "4.2"
}
],
"length": 10.5,
"segments": [
{
"id": 1,
"interval": 9,
"acum": 9,
"tulip": "0->"
},
{
"id": 2,
"interval": 4,
"acum": 13,
"tulip": "0u>"
},
{
"id": 3,
"interval": 1,
"cum": 14,
"tulip": "0->"
},
{
"id": 4,
"interval": 2,
"cum": 16,
"tulip": "0u>"
},
{
"id": 5,
"interval": 7,
"cum": 23,
"tulip": "0->"
},
{
"id": 6,
"interval": 2,
"cum": 29,
"tulip": "0n>"
}
]
}