Commit Graph

1747 Commits

Author SHA1 Message Date
Matthias Wirth
15a1e42ef5 make shellcheck happy
correct slight bug from last commit
2023-04-21 10:10:59 +02:00
Matthias Wirth
037bdfa5ae make install script more suitable for use with docker projects
only use systemd service if systemd is available
2023-04-21 07:47:19 +02:00
Matthias Wirth
bc21859752 formalize cache busting script for easy usage when not using install.sh 2023-04-21 06:02:44 +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
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
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
895e19150a fix undefined variable (wrong case) 2023-04-01 16:15:38 +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
7c5d1e1949 reduce static gzip lvl for nginx resources 2023-04-01 16:12:22 +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
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
Katia
7191aeb6b8 Add planespottersAPIurl variable 2023-03-29 14:16:29 +02:00
Dirk Hohndel
ef3d383a30 show implausible routes
Feedback was to show routes that seem implausible and simply clearly mark them.
Hopefully two leading questionmarks is sufficient.

I haven't figured out how to add a link to a page where people could suggest an
update for the data.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
2023-03-21 13:57:01 -07:00
Dirk Hohndel
166e03c604 show IATA airport codes
The ICAO codes are not as commonly used and less familiar to many people.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
2023-03-21 13:55:24 -07:00
Dirk Hohndel
91585be45d add some limited logging
This shouldn't be too verbose, but should help us understand
what's going on.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
2023-03-21 07:54:48 -07: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
tmantti
86548e2e5d Fix GIBS Relief attribution (#233)
This removes the extra plus sign that causes the attribute to read as NaN
2023-03-21 15:10:55 +01:00
Phaeton
9ed59fb475 minor typos in README-query.md (#224) 2023-02-17 18:09:17 +01: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
ccdbdc8251 put out svgs for /?iconTest (as json object on js console) 2023-02-15 09:59:57 +01:00
Matthias Wirth
51a3b142f9 fix sorting by wind direction 2023-02-09 14:50:55 +01:00
Matthias Wirth
5f12e20935 layers.js: fix duplicate layer / fix stray whitespace 2023-01-19 07:58:03 +01:00
Matthias Wirth
145ec1f204 reduce geojson size for de mil awacs 2023-01-19 07:56:19 +01:00
Mark Pentler
6d37ea9096 Add Dutch AWACS Orbit area data (#213)
* Update layers.js

Pretty sure this - while only an ID and not used anywhere - should be ukawacs and not uka2awacs. Looks like a copy/paste that wasn't properly edited

* Update layers.js

Adding line (with credit comment) to pull in the German AWACS orbit areas

* Add files via upload

Adding German AWACS orbits from https://github.com/olithissen/AwacsOrbitsDE

* Update layers.js

Add line to pull in Dutch AWACS orbits geojson data

* Update layers.js

Added comment for NL AWACS zone data source

* Add files via upload

Geojson data for NL AWACS Orbit areas

* Add files via upload

Add Polish AWACS Orbit area data

* Update layers.js

Add line to pull in Polish AWACS geojson data file

* Update early.js

I am hugely OCD.

* Update NL_Mil_AWACS_Orbits.geojson

Added missing coordinate to json file, thanks to the Dutch Ministry of Defense pointing out that I am an idiot via email

Co-authored-by: wiedehopf <wiedehopf@users.noreply.github.com>
2023-01-19 07:51:10 +01:00
Mark Pentler
81be363459 Add Polish AWACS Orbit area data (#210)
* Add files via upload

Add Polish AWACS Orbit area data

* Update layers.js

Add line to pull in Polish AWACS geojson data file
2023-01-19 07:48:49 +01:00
Mark Pentler
cdd9d007a5 Add German AWACS (E3A) orbits (#209)
* Update layers.js

Pretty sure this - while only an ID and not used anywhere - should be ukawacs and not uka2awacs. Looks like a copy/paste that wasn't properly edited

* Update layers.js

Adding line (with credit comment) to pull in the German AWACS orbit areas

* Add files via upload

Adding German AWACS orbits from https://github.com/olithissen/AwacsOrbitsDE
2023-01-19 07:48:21 +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
db1bbc9c85 support updating db features without aircraft going out of view or
reloading the page
2022-10-05 08:24:59 +02:00
Matthias Wirth
a7ae8b462e minor 2022-10-04 21:52:27 +02:00
Matthias Wirth
402b6e4da1 grow icao range for Malta 2022-09-28 23:47:49 +02:00
Matthias Wirth
5ffcc2ffe8 rephrase 2022-09-27 20:45:23 +02:00
Matthias Wirth
7b8fb3286e message rate / binCraft mods 2022-09-16 12:58:24 +02:00
Matthias Wirth
ce4be3ddbd handle dumphfdl frequency as squawk option ... 2022-09-15 20:46:42 +02:00
Matthias Wirth
73205d38d7 minor comment 2022-09-14 07:23:57 +02:00
Matthias Wirth
fee98c9056 geojson update 2022-09-13 21:14:17 +02:00
Matthias Wirth
7f86b207ca fix aircraft disappearing when deselecting in replay mode 2022-09-07 17:37:27 +02:00