Commit Graph

1795 Commits

Author SHA1 Message Date
Matthias Wirth
8f7a30d534 set default umask to avoid issues with user umask settings 2024-04-08 10:33:56 +02:00
Matthias Wirth
c0f9522584 heatmap: query option heatFilters
new heatmap query option:
significant slowdown / experimental
enable filtering by type code / type description / hex / DB flags /
military / registration / country of registration / data source
2024-04-03 21:19:37 +02:00
Matthias Wirth
8a6bde94ed config.js: add knobs for various overlay opacities 2024-03-28 13:39:46 +01:00
Matthias Wirth
a8111569c6 webgl: remove manual wraparound when zoomed out far
OpenLayers webgl icons are now properly replicated when zoomed out
further than 1 earth on the screen
Remove manual wraparound code to fix some planes not being shown at low
zoom levels near the border of the map
2024-03-28 13:25:28 +01:00
Matthias Wirth
1d4b53223c allow adjusting aircraft icon alpha for webgl 2024-03-28 13:20:41 +01:00
Dziban303
fd5665c1db disable chartbundle layers; add special use airspace layer 2024-03-03 17:12:13 +01:00
Matthias Wirth
6624e19f5b allow longer seen / seen_pos in binCraft version 2024-02-18 15:25:25 +01:00
Matthias Wirth
c690555bd3 respect config.js setting of DisplayUnits
fixes: https://github.com/wiedehopf/tar1090/issues/265
2024-02-07 17:40:11 +01:00
Matthias Wirth
0b1a437757 make tar1090 work with old / non standard dump1090
this is not recommended as you don't get all the data
2024-02-07 17:20:29 +01:00
Matthias Wirth
0b6e3706e1 workaround busybox changning cp -n behaviour (shame on busybox)
fixes: https://github.com/wiedehopf/tar1090/pull/279
2024-02-07 17:17:17 +01:00
Rajan Patel
fc9101106c don't gate source filters by globeIndex 2024-02-07 17:03:45 +01:00
Matthias Wirth
df5d6d0c53 don't disable webgl for the next session if it fails 2024-01-11 15:31:15 +01: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
1b690c09b2 Limit tile queue so the slow map loading doesn't inhibit plane data loading 2024-01-11 12:49:43 +01:00
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
dafba9971c always load type / reg for pTracks from client side db even with server side db 2023-12-06 22:50:40 +01:00
Matthias Wirth
3c6a15369c only query rainviewer json if rainviewer layer is active 2023-10-14 09:30:57 +02:00
Matthias Wirth
405603be88 enable / add TFR layer using Kevins github TFR kml 2023-10-14 09:11:05 +02:00
Katia Esposito
2f5541ebe6 Remove route spam 2023-10-14 08:24:15 +02:00
Dirk Hohndel
fe7a522a64 remove unnecessary and misleading header
This has nothing to do with CORS. There is no need for this header.

This should address a change requested by Ramon (@kx1t)

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
2023-10-14 08:23:14 +02:00
Matthias Wirth
acf6dcf1dc fix up dziban PR
re-add noaa radar layer
fix whitespace
2023-10-14 08:22:29 +02:00
Dziban303
14e1155132 refresh sat layer every 15 mins 2023-08-26 14:33:53 -05:00
Dziban303
e6e93fa9d3 Change NOAA Radar to NOAA Sat, add Rainviewer layers 2023-08-26 14:12:38 -05:00
Matthias Wirth
a84872257f sync up webgl / non webgl outlineWidth better
decrease default outline width by 10%
2023-08-17 07:25:30 +02: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
Matthias Wirth
0b8388d592 fix skybrary tis-b link
fixes: https://github.com/wiedehopf/tar1090/issues/259
2023-07-27 22:10:39 +02:00
Matthias Wirth
5d416170e2 add: specify git path as source instead of pulling from git 2023-06-18 06:44:05 +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
Dirk Hohndel
86aeaa96d9 lower the route API wait to 1 second
With the limit of 100 callsigns per API call, sending these
requests every second should create a more responsive experience
while still not overloading the server.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
2023-05-10 17:24:56 +02:00
Dirk Hohndel
657c3f6437 prevent bursts to the route API
Never send more than 100 callsigns to the route server. If there
are more queued up (for example on an aggregator when the user
zooms out), they are sent in batches of 100 callsigns every 10
seconds.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
2023-05-10 17:24:56 +02:00
efossjetnet
3291092787 Update layers.js
Updated NOAA geoserver URL
2023-05-09 19:36:40 +02:00
Roger Howell
3707abc777 Bugfix - add trailing slash to also install jq where it is not already present 2023-05-06 08:31:20 +02:00
Matthias Wirth
994d4ee08c even better exit behaviour ... using parent group id 2023-05-05 16:59:18 +02:00
Matthias Wirth
bf8e7a3ce6 better exit when requested 2023-05-05 16:04:43 +02:00
Matthias Wirth
b31ef61403 change default layer 2023-05-03 23:37:19 +02:00
Matthias Wirth
6981a004a4 fix up Chartbundle layers
These were proxied by adsbexchange to not load down the orignal servers
due to many users. Now they limited the proxy to their website.
I have some words for Dan who sold adsbexchange and the new bean
counters but i think avid readers can imagine.
2023-05-02 10:48:59 +02:00
Matthias Wirth
368405fb79 fix "exit failure" in service
(was introduce by "make tar1090.sh exit properly")
2023-04-26 17:31:25 +02:00
Matthias Wirth
712b5187cc minor install script inaccuracy 2023-04-26 14:39:55 +02:00
Matthias Wirth
b9e8ed9a33 make tar1090.sh exit properly 2023-04-26 14:07:07 +02:00
Matthias Wirth
b50d1773c8 add example config.js file 2023-04-22 09:06:18 +02:00
Matthias Wirth
468555ef70 routeApi stuff 2023-04-21 19:12:49 +02:00
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