Commit Graph

252 Commits

Author SHA1 Message Date
Matthias Wirth
df1a9b88e9 remove some old adsbexchange customisation
keep some functionality around for any aggregator to use by setting
aggregator = true; in early.js
2024-08-20 22:07:27 +02:00
Matthias Wirth
78776e88b6 document how ol-custom is made 2024-07-30 16:57:10 +02:00
Matthias Wirth
9861dafd4e update openLayer to 10.0.0 2024-07-30 16:46:51 +02:00
Matthias Wirth
9acbadd261 audio_url 2024-07-06 14:04:39 +02:00
Matthias Wirth
1159ebc8b8 show route for highlighted plane 2024-05-23 16:44:52 +02:00
Matthias Wirth
0c3fdf6675 minor shuffle 2024-05-23 16:28:46 +02:00
Matthias Wirth
a7390bea5a use different cog wheel icon / add fullscreen button
cog wheel svg from tar1090 fork at https://github.com/ADSBexchange/tar1090

fixes: https://github.com/wiedehopf/tar1090/issues/277
2024-05-23 15:49:45 +02:00
Matthias Wirth
6c2d977130 update openlayers to 9.2.2 2024-05-22 21:47:28 +02:00
Matthias Wirth
8e33669cd8 specify sidebar height 2024-05-22 14:15:43 +02:00
Matthias Wirth
e338897369 display actual tar1090 version instead of install date 2024-05-18 18:06:56 +02:00
Matthias Wirth
56b0f01be0 cleanup baro correction
inlcude all labels in correction
use form to change altimeter

adjust baro correct formula
provide documentation for the formula source

old formula was off by 2 ft at 10k ft and 6 ft at 40k ft.
was mostly about citing the formula source
2024-05-04 17:44:37 +02:00
justin4046
bbbdef0770 add altimeter pressure correction 2024-05-02 22:45:12 -05:00
Matthias Wirth
f8e036e87a update css for openlayers 2024-01-11 15:19:50 +01:00
Matthias Wirth
ec4aea5489 update OpenLayers to 8.2.0 2024-01-11 15:19:50 +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
0b8388d592 fix skybrary tis-b link
fixes: https://github.com/wiedehopf/tar1090/issues/259
2023-07-27 22:10:39 +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
iain MacDonnell
c51bbe10fe Allow 6 digits for altitude filter
... as we how have high-altitude balloons that can go up to ~125,000ft
2023-04-18 18:33:53 +02:00
Matthias Wirth
ba61924a02 Merge branch 'routesets' of https://github.com/dirkhh/tar1090 2023-04-18 18:04:00 +02:00
Jonathan Jackson
ed44b33a72 Set title text for span with_positions to 'With Position:'.
index.html now matches the text applied in `script.js`'s function `toggleTableInView`
2023-04-01 16:17:36 +02:00
Jonathan Jackson
6de9743d42 added missing spaces between attributes 2023-04-01 16:15:38 +02:00
Jonathan Jackson
27d3a5e32d Removed a spacing div that was supposed to put a small space between 'Vert Rate' and 'Track' in the "Spatial" section but isn't allowed in a table and was instead making the space at the top of the table, between 'Spatial' and 'Source', slightly greater.
This space could be added back if we don't use a table to lay out this section like is done in the "Signal" section but I'm not sure what side effects that might have
2023-04-01 16:15:38 +02:00
Jonathan Jackson
4f68789f53 Add missing table element 2023-04-01 16:15:38 +02:00
Jonathan Jackson
73c97a0bd5 Fix label for attribute in altitude filter form.
The for attribute should refer to the id of the element labeled.
2023-04-01 16:15:38 +02:00
Jonathan Jackson
53c543f2e2 Give each KML export button a unique ID 2023-04-01 16:15:38 +02:00
Jonathan Jackson
90e97f30dd Fix invalid style attribute values in userScaleSlider and iconScaleSlider 2023-04-01 16:15:38 +02:00
Matthias Wirth
a1b9b5dcd2 better cache busting using md5sum 2023-04-01 15:46:28 +02:00
Matthias Wirth
33c5cc263f make the mouseover block click through 2023-03-30 16:02:06 +02:00
Matthias Wirth
9f8f61f516 upgrade to openlayers 7.3.0 2023-03-30 15:47:08 +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
5ffcc2ffe8 rephrase 2022-09-27 20:45:23 +02:00
Matthias Wirth
ebca300b44 minor 2022-09-05 15:48:31 +02:00
Matthias Wirth
86367194e4 cosmetics source filter 2022-09-04 19:37:36 +02:00
Matthias Wirth
37ec8b9016 get premium: same window 2022-09-04 03:28:03 +02:00
Matthias Wirth
9e2532a453 upgrade to jquery 3.6.1 2022-09-03 21:08:47 +02:00
Matthias Wirth
e87a91085a update openlayers to 7.1 2022-09-03 20:22:56 +02:00
Matthias Wirth
3ef0cdd6b3 more filters
overhaul filter system
2022-09-03 20:11:06 +02:00
Matthias Wirth
be6f96c2cf go to fetch api for getting replay data 2022-08-13 17:23:13 +02:00
Matthias Wirth
a61c1295a2 hide misleading / unused signal stuff for history traces
for replay as well
2022-08-08 14:33:05 +02:00
Matthias Wirth
181b724d96 improve mobile load speed 2022-08-01 10:44:17 +02:00
Matthias Wirth
e15f176348 stop timers on unload 2022-07-31 22:57:04 +02:00
Matthias Wirth
d917605144 remove tile loading transitions 2022-07-31 16:20:51 +02:00
Matthias Wirth
6f6a0c7058 some optimizations for mobile loading time 2022-07-31 10:41:16 +02:00
Matthias Wirth
a3dc9d781a jquery update 2022-07-28 20:03:09 +02:00
Matthias Wirth
349e279fea reduce resolution for DWD radolan
reduce resolutionf or NOAA radar
2022-07-28 13:14:06 +02:00
Matthias Wirth
6a20896711 no prefetch, show icons better without webgl 2022-07-25 15:07:29 +02:00
Matthias Wirth
7eac6edebe mess with stuff 2022-07-25 14:17:44 +02:00
Matthias Wirth
6e5c43d3de zstddec: reduce initial memory use 2022-07-23 12:38:03 +02:00
Matthias Wirth
dfa20b6121 update openlayers 2022-07-22 20:41:48 +02:00
Matthias Wirth
63df26c70c better error handling for zstddec-tar1090 2022-07-19 16:29:06 +02:00