eric1tran
5db6efd62d
Ignore messages heard on 1090 when we hear them on 978. We will support multiple datasource display in a later release
2021-03-03 20:15:50 +00:00
eric1tran
74b1a39aa0
Merge 1090 and UAT aircraft into one map
...
Squashed commit of the following:
commit ef61cba13698090b85fea3136bc77e320eab3d0d
Author: eric1tran <eric1tran@gmail.com>
Date: Thu Feb 25 04:39:22 2021 +0000
Remove unused receiver clock code
commit 809cf656b5a098948fbfc5ce2b5f60f753fb4043
Author: eric1tran <eric1tran@gmail.com>
Date: Thu Feb 25 04:35:32 2021 +0000
Avoid calling getDataSource() so many times and cleanup spacing
commit a0000b942bb5aa5f8061db0ca9d405461c6eea07
Author: eric1tran <eric1tran@gmail.com>
Date: Thu Feb 25 04:19:11 2021 +0000
Copy paste bug
commit ccc3cd3964bddcd86e8faf45c06e577309cffb02
Author: eric1tran <eric1tran@gmail.com>
Date: Thu Feb 25 04:17:14 2021 +0000
Filter UAT logic
commit 34dc860a16e1c57cdc3563ec31c45f9b1b133d4c
Author: eric1tran <eric1tran@gmail.com>
Date: Thu Feb 25 03:24:56 2021 +0000
Reorder message rate text
commit 25db80799a2a6dc8e33835cb2ed43c305c87a4d8
Author: eric1tran <eric1tran@gmail.com>
Date: Thu Feb 25 00:56:43 2021 +0000
Track 1090 and 978 message rate separately
commit a2031d13e4a447ad0f8de61eada75f0da019d1c2
Author: eric1tran <eric1tran@gmail.com>
Date: Thu Feb 25 00:27:25 2021 +0000
UAT classification logic
commit 5482274016eecfbc27f2b5de6779c032803ca177
Author: eric1tran <eric1tran@gmail.com>
Date: Wed Feb 24 23:13:39 2021 +0000
Spacing
commit 2fc4408e6437ec5e0db2329d46a68fc6538abc45
Author: eric1tran <eric1tran@gmail.com>
Date: Wed Feb 24 22:57:05 2021 +0000
Load UAT history.json files if UAT is enabled
commit 9ccf4eba7590b1f38c78aeb73209b48cb8e0c34f
Author: eric1tran <eric1tran@gmail.com>
Date: Wed Feb 24 22:24:23 2021 +0000
ajax calls to fetch UAT aircraft json if enabled
commit d8f0c1c042bdba8ae1348a513df7dcca6ebc23fc
Author: eric1tran <eric1tran@gmail.com>
Date: Wed Feb 24 21:29:01 2021 +0000
Read skyaware978 config files on initialization
commit 0245fa7449e92555b7631ab0365e43fb38e1c221
Author: eric1tran <eric1tran@gmail.com>
Date: Wed Feb 24 20:15:09 2021 +0000
Change SkyAware url to /skyaware to genericize it for dual mode
commit 9384364b2473f8c73d3f165d7f5192c1995457a5
Author: eric1tran <eric1tran@gmail.com>
Date: Wed Feb 24 19:46:06 2021 +0000
Add UAT toggle and description (non-functional)
commit 9b65a55c0ceb7c3da3b3515d26f0d5d42192f658
Author: eric1tran <eric1tran@gmail.com>
Date: Wed Feb 24 19:32:54 2021 +0000
Removed unused css
2021-02-25 05:43:10 +00:00
eric1tran
ff7aafe0bb
Aircraft label styling
2021-02-24 16:34:57 +00:00
eric1tran
c23438a5cf
Adjust aircraft label outline width
2021-02-22 22:13:59 +00:00
eric1tran
b84f427732
Remove unused class var
2021-02-22 21:59:36 +00:00
eric1tran
3773acf4c0
Null check before setting aircraft icon style
2021-02-22 21:57:32 +00:00
eric1tran
e111303b1e
Implement toggle checkbox to show/hide aircraft labels
2021-02-22 17:37:00 +00:00
eric1tran
45e13b20ba
Add aircraft labels on icons and a non-functional checkbox to toggle the labels
2021-02-22 17:02:20 +00:00
eric1tran
930d2534a2
Speed filter and white space cleanup
2020-12-14 14:37:16 +00:00
eric1tran
1916fc6648
Use regex match for filter comparisons
2020-12-09 15:18:05 +00:00
eric1tran
c466a4724f
Add filtering on data source
2020-12-08 17:24:10 +00:00
eric1tran
d3459b1697
Adding filtering by aircraft ident
2020-12-08 17:24:10 +00:00
eric1tran
0fddde5126
Make aircraft type filter case insensitive
2020-12-08 17:24:10 +00:00
eric1tran
f4f2f3ddad
Add filtering by aircraft type
2020-12-08 17:24:09 +00:00
eric1tran
f2f19d49fb
Update openlayers to v6.3.1 ( #73 )
...
* Update openlayers to v6.3.1 and get existing source working with new version
* Organize ol source files a bit
Co-authored-by: erictran <eric.tran@flightaware.com>
2020-07-21 11:32:39 -05:00
Oliver Jowett
e2761fc21d
Merge pull request #48 from wiedehopf/track_history_fix
...
SkyView: Fix aircraft trail handling
2019-08-16 18:46:49 +08:00
Matthias Wirth
f1cb09d0e3
SkyView: Fix trail color for planes that are now on ground
...
When determining the color for a given altitude, don't check the current
altitude if it's ground but the altitude passed as an argument to the
function.
Without this fix, when clicking an aircraft on ground, its entire trail
is drawn in the color for ground.
2019-07-30 13:30:03 +02:00
Matthias Wirth
207ca0c401
SkyView: Unify stale check for loading the history
...
When loading the history, the check for stale aircraft tracks is done
differently.
This results in lots of dotted/stale track after opening the web page.
Improve this by using the same 5 second timeout stale criterion to
postions loaded from history. Add an additional check to better detect
stale tracks when loading history positions that are spaced 30 seconds
apart.
2019-07-30 13:24:11 +02:00
Matthias Wirth
5cc04d4ca8
SkyView: Fix aircraft trail handling
...
Make aircraft trail handling more consistent and the code hopefully
easier to understand.
Fix position comparison (comparing array references does not work).
When initially loading the SkyView webpage, there are sometimes gaps in
the aircraft trails when the trail transitions from estimated/dotted to
known/solid track.
Fix elastic band style to handle estimated segments properly.
2019-07-27 17:46:23 +02:00
Oliver Jowett
77c8f9aafa
Minimal skyview changes for nav_alt changes
2019-03-19 18:48:13 +00:00
Oliver Jowett
f04a71640a
Skyview: try true_heading / mag_heading for icon rotation if track is missing
2019-03-04 15:13:51 +00:00
James Wilson
e31bee1909
More spacing
2018-08-17 11:33:35 -05:00
James Wilson
8eeb29ec32
Fix typo. Clean up CSS and spacing
2018-08-17 11:31:12 -05:00
James Wilson
ea7a2c1c09
Update NAC displays. Add RC
2018-08-02 13:04:44 -05:00
James Wilson
3298eb77b4
Add accuracy fields
2018-07-31 12:17:27 -05:00
Oliver Jowett
0b9f7e4cef
Fix up display of nav settings in skyview
2018-03-08 21:41:29 +00:00
Oliver Jowett
213d769bf9
Tweaks to json output / webmap handling of new fields (untested)
2018-03-08 17:34:34 +00:00
Oliver Jowett
4baae970ae
Retain callsign even after it disappears from json.
2017-06-16 13:30:30 +01:00
Oliver Jowett
f45a7d61a5
Include AP modes in info window.
2017-06-16 10:40:22 +01:00
Oliver Jowett
8a52108d77
Clean up js-side data capture, fix naming on ground track / speed.
2017-06-16 10:39:57 +01:00
Oliver Jowett
e3c8c91852
Emit adsb version in json & faup1090. Show it in skyview.
2017-06-15 23:42:05 +01:00
Oliver Jowett
c7855c5ab6
Feed more data to skyview, basic display updates.
2017-06-15 22:36:23 +01:00
James Wilson
84383e2209
Prevent stroke when selecting all planes
2017-03-22 09:27:39 -05:00
James Wilson
f6dfe2616f
Add stroke around selected aircrafts
2017-03-21 10:00:07 -05:00
James Wilson
fddb2298ee
Clean up SVG rendering. Use the new flightfeeder key in status.json
2017-02-10 12:18:13 -06:00
James Wilson
bee850061e
Add functionality to ground vehicle and blocked MLAT filter
...
Add box shadow to header
2017-01-26 13:38:47 -06:00
James Wilson
6b699bffc3
Change the track for each altitude change to correctly color it based on altitude
2017-01-26 11:19:10 -06:00
James Wilson
d6898dbc49
Show altitude colors in plane track lines
...
Show altitude color key on map
Correctly handle retina images with CSS
2017-01-25 16:33:28 -06:00
James Wilson
bbfdd45cc3
Merge https://github.com/flightaware/dump1090
2017-01-24 17:12:14 -06:00
James Wilson
71b9b659d0
Use FlightAware aircraft icons
2017-01-24 16:54:06 -06:00
Oliver Jowett
78f88c6f8a
Use the json type field to show finer-grained datasource info in the table mode.
2016-10-14 21:52:04 +01:00
Oliver Jowett
74ca8b838b
Drop the maximum map marker size.
2016-10-14 21:44:21 +01:00
Oliver Jowett
c56245a954
Don't change marker color when using select-all.
2016-09-22 15:28:51 +01:00
Oliver Jowett
4eb8e3d96a
Set visible=false if we don't display a marker due to stale position;
...
this avoids markers briefly blinking back in on zoom.
2016-09-16 11:04:33 +01:00
Oliver Jowett
bfa70415a3
Scale icons based on zoom level.
2016-09-16 11:03:54 +01:00
Oliver Jowett
5b8a943cee
Don't use a heavy outline on aircraft when select-all is used.
2016-09-15 12:38:11 +01:00
Oliver Jowett
5445ce143c
Fix the final (elastic) line segment in trails so it works correctly
...
in both in the select-all case and the regular case.
2016-09-15 12:37:30 +01:00
Oliver Jowett
f8a2896e76
Merge remote-tracking branch 'csfa/map_enhancements' into dev
2016-09-14 22:53:50 +01:00
Carlos Salaverria
4989111f67
Fix incorrect flagging of 000000 ICAO codes as mode A/C
2016-09-14 13:10:20 -05:00
Oliver Jowett
394b4d586e
Make the selection outline bigger, make it in terms of pixels (unscaled), don't use the outline on the heading marker bit.
2016-09-14 18:02:00 +01:00