-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathen.json
More file actions
68 lines (68 loc) · 1.38 KB
/
Copy pathen.json
File metadata and controls
68 lines (68 loc) · 1.38 KB
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
{
"table": {
"head": {
"icao": "ICAO Code",
"country": "Country",
"registration": "Registration",
"flight": "Flight",
"squawk": "Squawk",
"altitude": "Altitude",
"speed": "Speed",
"distance": "Distance",
"track": "Track",
"age": "Last message",
"aircraft_type": "Type"
},
"data": {
"not_available": "N/A",
"none": "No aircrafts detected!",
"undefined": "The configurated entity doesn't contain data!"
}
},
"popup": {
"table": {
"head": {
"property": "Property",
"value": "Value"
}
}
},
"track": {
"short": {
"n": "N",
"nne": "NNE",
"ne": "NE",
"ene": "ENE",
"e": "E",
"ese": "ESE",
"se": "SE",
"sse": "SSE",
"s": "S",
"ssw": "SSW",
"sw": "SW",
"wsw": "WSW",
"w": "W",
"wnw": "WNW",
"nw": "NW",
"nnw": "NNW"
},
"long": {
"n": "North",
"nne": "North-northeast",
"ne": "Northeast",
"ene": "East-northeast",
"e": "East",
"ese": "East-southeast",
"se": "Southeast",
"sse": "South-southeast",
"s": "South",
"ssw": "South-southwest",
"sw": "Southwest",
"wsw": "West-southwest",
"w": "West",
"wnw": "West-northwest",
"nw": "Northwest",
"nnw": "North-northwest"
}
}
}