-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.ini
More file actions
49 lines (41 loc) · 1.15 KB
/
config.ini
File metadata and controls
49 lines (41 loc) · 1.15 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
[HOME]
# Brandenburger Tor
zoom = 11
latitude = 52.5162767
longitude = 13.3777761
# time in seconds between update requests to FlightRadar24 API
# FlightRadar updates their flight status appr. every 4 seconds
timestep = 3.2
# some localization for Google-Maps, must be valid !!
localeLang = en
localeCountry = US
[FlightTracker]
# Window grid size in x,y in 256x256 pixel tiles
grid = 4,4
basemap = terrain
roadmap = False
brightness = 0.4
maxFlightAge = 1200
# additional overlays
enableRainRadar = False
enableCloudRadar = False
# EKF: smooth inter-update animation using Extended Kalman Filter
# Set enableEkf = False to disable (icons snap to each raw FR24 sample instead)
enableEkf = True
# animation rate in Hz — icon glide frequency between API updates
animationRate = 5.0
[FollowFlight]
centerview = True
#centerview = False
grid = 3,3
basemap = satellite
roadmap = True
brightness = 0.6
maxtrail = 200
# additional overlays
enableRainRadar = False
enableCloudRadar = False
# EKF: smooth map panning (centerview) or icon movement (non-centerview) between API updates
# Set enableEkf = False to disable smooth interpolation
enableEkf = True
animationRate = 1.0