-
Notifications
You must be signed in to change notification settings - Fork 1
/
settings.json
55 lines (55 loc) · 1.55 KB
/
settings.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
{
"wxupdateintervalmsec": 480000,
"keepaliveintervalmsec": 30000,
"httpport": 8500,
"wsport": 8550,
"startupzoom": 5,
"useOSMonlinemap": true,
"debug": false,
"externalcharts": "",
"uselocaltime": true,
"distanceunit": "sm",
"usestratux": false,
"stratuxip": "192.168.10.1",
"savepositionhistory": false,
"histintervalmsec": 10000,
"historyDb": "positionhistory.db",
"gpsintervalmsec": 1000,
"stratuxsituationws": "ws://[stratuxip]/situation",
"stratuxtrafficws": "ws://[stratuxip]/traffic",
"animatedwxurl": "https://mesonet.agron.iastate.edu/cgi-bin/wms/nexrad/n0r-t.cgi",
"addswxurl": "https://aviationweather.gov/api/data/###?&format=xml&hours=1.5",
"addscurrentxmlurl": "https://aviationweather.gov/data/cache/###.cache.xml",
"showattribution": true,
"lockownshiptocenter": true,
"ownshipimage": "airplane.png",
"trafficimage": "red-yellow-traffic.png",
"usemetricunits": false,
"distanceunits": {
"kilometers": "km",
"nauticalmiles": "nm",
"statutemiles": "sm"
},
"messagetypes": {
"metars": {
"type": "metars",
"token": "###"
},
"tafs": {
"type": "tafs",
"token": "###"
},
"pireps": {
"type": "aircraftreports",
"token": "###"
},
"airports": {
"type": "airports",
"token": ""
},
"keepalive": {
"type": "keepalive",
"token": "((💜))"
}
}
}