Commit Graph

592 Commits

Author SHA1 Message Date
Matthias Wirth
7eb0b2eebb use non historic traces for 30 min later each day 2021-04-08 17:15:38 +02:00
Matthias Wirth
2d2a150942 fix some select by hex issues when another plane was selected 2021-04-08 11:18:00 +02:00
Matthias Wirth
bccb4d9d9a clean up some data source stuff
remove unused variable refreshMultiplier
2021-04-05 10:35:35 +02:00
Matthias Wirth
5651e3a709 uat / 1090 source switching too fast for aircraft on both sources 2021-04-04 18:52:18 +02:00
Matthias Wirth
c9610f1a72 avoid a bunch of photo corrections 2021-04-03 21:59:05 +02:00
Matthias Wirth
c7334d99b8 for numeric registrations shorter than 5 digits only query by hex 2021-04-01 22:15:39 +02:00
Matthias Wirth
4d6b425f48 cookie stuff for adsbexchange 2021-04-01 08:21:46 +02:00
Matthias Wirth
6b974b76f4 fix more issues with trace history display getting stuck on a day 2021-03-30 07:46:34 +02:00
Matthias Wirth
433988ea14 js setUTCMonth is stupid
Date.prototype.setUTCMonth()
[...]
Parameters:
monthValue
An integer between 0 and 11, representing the months January through December.
dayValue
Optional. An integer from 1 to 31, representing the day of the month.

problem only occurs if the current day of the month is a day that
doesn't exist for the previous month
problem now fixed
2021-03-29 14:52:55 +02:00
Matthias Wirth
fbecaa4688 message rate for uuid stuff 2021-03-26 15:28:59 +01:00
Matthias Wirth
dced16ab2b support multiple uuids for feed view 2021-03-26 14:47:39 +01:00
Matthias Wirth
964d6618a1 isolation / onlyselected quirks reduction 2021-03-25 14:07:42 +01:00
Matthias Wirth
1aff2e281e remove unnecessary address bar updates in showTrace mode 2021-03-25 13:42:23 +01:00
Matthias Wirth
e863fb2505 fix History / showTrace inconsistencies 2021-03-25 10:48:27 +01:00
Matthias Wirth
5a848c7cb7 more selection logic stuff 2021-03-25 09:43:19 +01:00
Matthias Wirth
6a564233ea selection / refresh logic improved 2021-03-25 04:45:02 +01:00
Matthias Wirth
a038d9902f selecting planes while showTrace multi 2021-03-25 04:07:51 +01:00
Matthias Wirth
f336a837fe when isolated, disable deselecting aircraft 2021-03-25 03:53:44 +01:00
Matthias Wirth
60a57bcead fix startime / endtime 2021-03-25 03:42:50 +01:00
Matthias Wirth
6ceb51e707 make webgl happy on load 2021-03-24 16:06:35 +01:00
Matthias Wirth
4464530c0e rearrange gear menu a bit 2021-03-24 15:57:37 +01:00
Matthias Wirth
25008dc1e1 clean up traceDate stuff 2021-03-23 13:50:48 +01:00
Matthias Wirth
36f764c4e6 fix historic trace quirks 2021-03-23 13:00:51 +01:00
Matthias Wirth
b3d747d9cb avoid fetchdata runnign once for showTrace 2021-03-21 21:48:44 +01:00
Matthias Wirth
63eca3e317 replay improvements 2021-03-21 17:44:01 +01:00
Matthias Wirth
fe420e911d fix some traceOpts related errors when exiting showTrace mode 2021-03-18 16:51:33 +01:00
Matthias Wirth
3f88a0cb26 oops icons 2021-03-18 10:43:08 +01:00
Matthias Wirth
ff7b13cef7 fix deselectAll 2021-03-18 10:41:20 +01:00
Matthias Wirth
0ce99b503d add helicopter icons, thanks LFGA 2021-03-18 10:19:19 +01:00
Matthias Wirth
3d708ce2d4 fix data from other day bleeding over in globe history traces 2021-03-18 06:46:35 +01:00
Matthias Wirth
f376f9f4c1 url option to restrict time window that is drawn in showTraces mode 2021-03-17 21:49:41 +01:00
Matthias Wirth
c51601c73b fix search by hex 2021-03-17 20:47:14 +01:00
Matthias Wirth
6e7d9dce66 allow multiselect with historic traces 2021-03-17 19:57:00 +01:00
Matthias Wirth
35944b662d change how PIA / LADD is displayed 2021-03-17 00:25:32 +01:00
Matthias Wirth
c0c43cd734 display PIA / LADD 2021-03-16 22:15:15 +01:00
Matthias Wirth
16e4a90875 filtering for pia and LADD 2021-03-16 21:44:00 +01:00
Matthias Wirth
5f69596d25 add icaoType to planespotter API requests 2021-03-16 17:39:56 +01:00
Matthias Wirth
12d775b351 some optimizations for hidden tabs 2021-03-16 16:35:36 +01:00
Matthias Wirth
fe09fb2959 switch query method for planespotters to /hex/AABBCC?reg=N12345 2021-03-16 13:47:01 +01:00
Matthias Wirth
01091fed5c don't query by short numeric reg, use hex as the fallback 2021-03-15 19:39:29 +01:00
Matthias Wirth
d9cdeebb38 fix receiver stuff ... this time for real 2021-03-14 20:22:09 +01:00
Matthias Wirth
e4dcf9cd02 fix receiver assignment 2021-03-14 17:59:54 +01:00
Matthias Wirth
48a24b46d4 don't load aircraft thumbnail before database info is loaded 2021-03-14 16:25:04 +01:00
Matthias Wirth
9dd53b4958 don't show "view on planespotters" when using planespotter thumbnails 2021-03-14 03:34:19 +01:00
Matthias Wirth
10c31bc5cd move refreshSelected() and refreshHighlighted() from map refresh to dataChanged()
rename triggerMapRefresh to triggerRefresh
2021-03-14 03:12:04 +01:00
Matthias Wirth
69949c3954 query by registration when DB info is loaded
(even if we had already queried by hex)

trigger getAircraftData when we can't get a trace in globe mode to make
sure we load DB data in some shape or form.

make sure we refresh all the relevant stuff when a datachanged() is
called
2021-03-14 02:58:04 +01:00
Matthias Wirth
be80c25ff2 query by registration if possible only query by hex as last resort 2021-03-14 01:54:03 +01:00
Matthias Wirth
c10f78c150 adjust photo height 2021-03-13 22:58:07 +01:00
Matthias Wirth
a5fe5ab558 fix placement of large mode + and scale line 2021-03-13 19:17:58 +01:00
Matthias Wirth
8e9517ae8c adjust photo size to clientWidth to work around browser differences 2021-03-13 11:28:59 +01:00