-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtrack-castle.json
73 lines (73 loc) · 1.41 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
{
"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"
],
"direction": "acw",
"laneseparation": 10.5,
"records": [
{
"class": {
"name": "es32",
"datestamp": "2021-111-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>",
},
]
}