-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json5
70 lines (68 loc) · 1.21 KB
/
config.json5
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
{
paletteName: "warGames",
multiScreen: false,
// mqttHost: "localhost",
mqttHost: "gnss-mqtt.mck.is",
mqttPort: 1883,
satelliteTTL: 3000,
windows: [
{
// map of the whole world at once
type: "worldMap",
hideRivers: true,
hideLakes: true,
hideAdmin1Borders: true,
hideAdmin0Borders: true,
hideCities: true,
focusLat: 0,
focusLong: 10,
scaleFactor: 1,
scaleMethod: "fit",
hideKey: false,
hideSatelliteTrails: false,
},
{
type: "globe",
},
{
type: "miscStats",
fontThickness: 1.5,
},
{
type: "signalGraph",
marginLeft: 45,
marginRight: 10,
marginTop: 20,
marginBottom: 40,
markerWidth: 5,
markerStrokeWidth: 1.5,
minValue: 0,
maxValue: 60,
markerStep: 5,
countUntrackedSatellites: false,
},
{
type: "polarGrid",
},
{
// map focused mostly on NI/europe
type: "worldMap",
hideRivers: true,
hideLakes: true,
hideAdmin1Borders: true,
hideAdmin0Borders: true,
hideCities: false,
focusLat: 54.6,
focusLong: -6.0,
scaleFactor: 2,
scaleMethod: "constantScale",
hideKey: true,
hideSatelliteTrails: true,
},
{
type: "rawMessages",
fontThickness: 1.5,
numMessagesToKeep: 50,
},
],
}