Matthias Wirth
d4cb4e1069
some more debugging
2024-01-11 12:15:30 +01:00
Matthias Wirth
9549670792
add some error catching into fetchFail and fetchDone to track down weird error
2024-01-11 11:56:23 +01:00
Matthias Wirth
08eeef3a9d
tried to make sprites.png get generated on startup
...
doesn't work leave dead code in for future progress possibly
2023-08-17 07:08:58 +02:00
Matthias Wirth
c8ec51bb9f
autoSelect coords
2023-07-28 10:25:07 +02:00
Dirk Hohndel
523efc91e4
fix stupid typo
...
Signed-off-by: Dirk Hohndel <dirk@hohndel.org >
2023-06-18 06:04:58 +02:00
Roger Howell
e4a4d43577
Add configuration for terrain limit line opacity
2023-06-17 22:58:56 +02:00
Dirk Hohndel
7a75b5427e
add configurable link back to a config page
...
This allows an obvious way from the map display to go back to
a web UI that can configure a feeder setup.
Off by default.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org >
2023-06-17 22:58:14 +02:00
Dirk Hohndel
05d1e0f0d4
only have one route check API call in flight
...
As requested by the API server maintainer, this will keep unresolved
callsigns queued until the previous API request has been completed.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org >
2023-05-20 04:52:22 +02:00
Dirk Hohndel
c2f0a0f310
request the first routes after one second
...
Again, aiming for a more responsive look and feel.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org >
2023-05-10 17:24:56 +02:00
Matthias Wirth
468555ef70
routeApi stuff
2023-04-21 19:12:49 +02:00
Matthias Wirth
77ca5c7f5d
some adjustments to the routeset merge
2023-04-18 18:29:53 +02:00
Matthias Wirth
ba61924a02
Merge branch 'routesets' of https://github.com/dirkhh/tar1090
2023-04-18 18:04:00 +02:00
Matthias Wirth
ce46cee26f
Update GPS Location default selectable in config.js
2023-04-13 18:14:02 +02:00
Matthias Wirth
5401e1154d
add URL query parameters for range rings / alt chart
...
implements: https://github.com/wiedehopf/tar1090/pull/235
2023-04-01 16:09:57 +02:00
Matthias Wirth
a1b9b5dcd2
better cache busting using md5sum
2023-04-01 15:46:28 +02:00
Katia
7191aeb6b8
Add planespottersAPIurl variable
2023-03-29 14:16:29 +02:00
Dirk Hohndel
98dc25d5fe
Add ability to download route information from an API server
...
This collects the callsigns in question in batches - the first one
after 5 seconds, after that every 10 seconds, and calls a (configurable)
backend server. This server can be run locally or a public server can be
used - right now this is configured for api.adsb.lol.
The feature is turned off by default.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org >
2023-03-21 07:48:06 -07:00
Matthias Wirth
168ccba6a6
more logging to find repetitive location queries
2023-02-16 18:22:37 +01:00
Matthias Wirth
b6950664aa
use server side message rate when emitted by readsb
2023-02-16 16:31:59 +01:00
Matthias Wirth
5b8f5452b6
dyngloberate
2023-02-16 15:57:12 +01:00
Matthias Wirth
51a3b142f9
fix sorting by wind direction
2023-02-09 14:50:55 +01:00
Mark Pentler
4565f460d2
Update script.js
...
Fixed obvious typo
2023-01-19 07:39:48 +01:00
iain MacDonnell
f06328af77
improve infoBox positioning
...
Prior calculation of the top-left corner location of the infoBox could
result in negative values, placing the element (partially) out of view.
Also, positioning was inconsistent, depending on whether left/right or
above/below the plane marker.
With this change, the size of the infoBox is taken info account when
calculating the relative position, and it ensured that the values would
not be less than zero.
2022-12-31 12:56:40 +00:00
Matthias Wirth
0678a884f1
fix recently introduce issue on mobile
...
fixes: https://github.com/wiedehopf/tar1090/issues/203
2022-10-06 16:32:02 +02:00
Matthias Wirth
6df7134f10
delayed ad loading and stuff
2022-10-06 08:37:43 +02:00
Matthias Wirth
a7ae8b462e
minor
2022-10-04 21:52:27 +02:00
Matthias Wirth
7f86b207ca
fix aircraft disappearing when deselecting in replay mode
2022-09-07 17:37:27 +02:00
Matthias Wirth
1afe49bc66
dynamic cache busting fallback fix
2022-09-06 16:05:10 +02:00
Matthias Wirth
ba565bfd15
possibly fix weird issue
2022-09-05 20:14:07 +02:00
Matthias Wirth
ed0c43fe3b
avoid unnecessary trace draws
2022-09-05 16:47:34 +02:00
Matthias Wirth
ebca300b44
minor
2022-09-05 15:48:31 +02:00
Matthias Wirth
d445a3c5db
test commit - no changes
2022-09-05 15:15:11 +02:00
Matthias Wirth
995d60f76b
fix callsign filter
2022-09-04 13:40:42 +02:00
Matthias Wirth
3ef0cdd6b3
more filters
...
overhaul filter system
2022-09-03 20:11:06 +02:00
Matthias Wirth
2b7949090f
uat bias variable
...
show dual source UAT data in preference when setting that in config.js
2022-08-28 08:42:26 +02:00
Matthias Wirth
7bb94a46c3
fix zst / cloudflare caching
2022-08-26 12:44:30 +02:00
Matthias Wirth
702aa0b4f6
handle it better when the clock goes backwards
...
not sure why we need that but it doesn't hurt
2022-08-26 10:31:50 +02:00
Matthias Wirth
36b878ce98
setting to disable mouseover
2022-08-20 00:14:27 +02:00
Matthias Wirth
4f862a3864
icon size tweaks
2022-08-19 19:15:29 +02:00
Matthias Wirth
de669ae18d
reduce scaling further when more than 500 aircraft are on the screen
2022-08-19 10:23:34 +02:00
Matthias Wirth
240bbf34c9
add workaround for visibility change handlers not working
2022-08-19 10:10:16 +02:00
Matthias Wirth
9f049ab2f7
labelsGeom URL param
2022-08-15 20:43:10 +02:00
Matthias Wirth
e62f109802
abort downloads for replay when selecting a new timestamp
2022-08-13 18:57:29 +02:00
Matthias Wirth
61ac0cf723
replay datepicker fix
2022-08-13 17:26:02 +02:00
Matthias Wirth
be6f96c2cf
go to fetch api for getting replay data
2022-08-13 17:23:13 +02:00
Matthias Wirth
e414aa8e1b
avoid repeated loading of replay data
2022-08-13 15:46:40 +02:00
Matthias Wirth
e35a3affb4
fix default sorting
...
fixes: https://github.com/wiedehopf/tar1090/issues/199
2022-08-12 18:25:24 +02:00
Matthias Wirth
65938498a4
hide "timers paused" quicker when tabbing back
2022-08-12 15:03:24 +02:00
Matthias Wirth
dec3b4b3c5
fix going back to tab after long time
2022-08-12 03:35:30 +02:00
Matthias Wirth
239727689d
globe / tableinview interaction
2022-08-09 11:32:51 +02:00