Dan Paulat
|
f37a77a9f7
|
Add text event pruning
- Still need to prune AlertLayer
- Still need to test alerts reload after being pruned
|
2025-05-04 23:10:22 -05:00 |
|
Dan Paulat
|
4719badc54
|
clang-tidy fixes
|
2025-05-04 23:10:21 -05:00 |
|
Dan Paulat
|
228ec191f6
|
Add year to Text Event Key
|
2025-05-04 23:10:21 -05:00 |
|
Dan Paulat
|
82ba51909e
|
Breaking circular header dependency
|
2025-05-04 23:10:21 -05:00 |
|
Dan Paulat
|
56961efe76
|
Correcting clang-tidy fix compile error
|
2025-05-04 23:10:21 -05:00 |
|
Dan Paulat
|
81f09e07f0
|
Archive warnings clang-tidy fixes
|
2025-05-04 23:10:21 -05:00 |
|
Dan Paulat
|
2f2516b998
|
Fix: selected time is uninitialized on layer initialization
|
2025-05-04 23:10:21 -05:00 |
|
Dan Paulat
|
3ba569354e
|
Ensure the alert layer schedules a render when an alert is added or updated
|
2025-05-04 23:10:21 -05:00 |
|
Dan Paulat
|
104fe790fb
|
Update segment end time logic for alert layer
- Only earlier segments should have their end time updated
- The current message should end when the next message begins
|
2025-05-04 23:10:21 -05:00 |
|
Dan Paulat
|
ae24991432
|
Load archive warnings in a dedicated thread
|
2025-05-04 23:10:21 -05:00 |
|
Dan Paulat
|
8dde98d2a9
|
Add debug log statements to archive warning loading
|
2025-05-04 23:10:21 -05:00 |
|
Dan Paulat
|
65e3a66750
|
Update IemApiProvider to use template functions
|
2025-05-04 23:10:21 -05:00 |
|
Dan Paulat
|
1a1c668d62
|
Finish windowed load. Not all polygon updates are shown on the map.
|
2025-05-04 23:10:21 -05:00 |
|
Dan Paulat
|
33e18765b7
|
Start of implementation to load a window of archive warning data, currently broken
|
2025-05-04 23:10:20 -05:00 |
|
Dan Paulat
|
e3ccce5d5b
|
Text event manager should use filtered ranges to request archived products
|
2025-05-04 23:10:20 -05:00 |
|
Dan Paulat
|
53ade7fc53
|
Don't load archived text products for days that have full coverage of live warning data
|
2025-05-04 23:10:20 -05:00 |
|
Dan Paulat
|
02ec27dd2f
|
Ignore default date/time selections for archive warnings
|
2025-05-04 23:10:20 -05:00 |
|
Dan Paulat
|
33cfd4bc0e
|
Don't reload archive text products that have already been loaded
|
2025-05-04 23:10:20 -05:00 |
|
Dan Paulat
|
cc54e4d834
|
Load archived warnings when making a timeline selection
|
2025-05-04 23:10:20 -05:00 |
|
Dan Paulat
|
e4fc13aa92
|
Add an option for enabling/disabling the release console at build time
|
2025-05-04 23:10:20 -05:00 |
|
Dan Paulat
|
1e1422a3dd
|
Only handle the most recent message for each event in the alert model
|
2025-05-04 23:10:20 -05:00 |
|
Dan Paulat
|
16507adbe9
|
Alert layer should handle alerts by UUID if messages are received out of sequence
|
2025-05-04 23:10:20 -05:00 |
|
Dan Paulat
|
d63c2a3ef9
|
Insert text product messages in chronological order
|
2025-05-04 23:10:19 -05:00 |
|
Dan Paulat
|
9f33189c18
|
Refactor json utility to wxdata, add ReadJsonString function
|
2025-05-04 23:10:19 -05:00 |
|
Dan Paulat
|
87af6479d6
|
Rewrite warnings provider to use HEAD requests instead of directory listing to find recent warnings
|
2025-05-04 23:10:18 -05:00 |
|
AdenKoperczak
|
4f58827c96
|
Move initialization for radar site lines to correct location
|
2025-05-04 10:36:00 -04:00 |
|
AdenKoperczak
|
ef197bf578
|
Clang format/tidy fixes for radar_site_line
|
2025-05-03 10:24:02 -04:00 |
|
AdenKoperczak
|
33f92bcda5
|
Add radar line and radar distance/altitude tooltip
|
2025-05-03 10:16:20 -04:00 |
|
AdenKoperczak
|
d21a11963f
|
Add current radar site to map context
|
2025-05-03 10:15:28 -04:00 |
|
AdenKoperczak
|
b84c36c91a
|
Add GetRadarBeamAltititude into geographic lib
|
2025-05-03 10:14:53 -04:00 |
|
AdenKoperczak
|
22ed4c36fc
|
Add radar altitude data form config json file into code
|
2025-05-03 10:13:54 -04:00 |
|
Dan Paulat
|
8f9338e4d3
|
Merge pull request #419 from AdenKoperczak/max_time_step_queue_size
|
2025-04-28 22:29:43 -05:00 |
|
AdenKoperczak
|
d6e2bfe9ab
|
Level 2 azimuth angle is the center of the radial, not the start
|
2025-04-22 11:05:33 -04:00 |
|
AdenKoperczak
|
9f5c126b7f
|
Use boost::atomic for max_time_step_queue_size, for easier linking
|
2025-04-17 11:28:29 -04:00 |
|
AdenKoperczak
|
b4694d637b
|
Ensure atomic is only linked for non-windows OS's
|
2025-04-17 10:51:27 -04:00 |
|
AdenKoperczak
|
3f9f5fcb90
|
Explicitly link atomic for max_time_step_queue_size
|
2025-04-17 09:22:11 -04:00 |
|
AdenKoperczak
|
97693fdace
|
Add a maximum number of forward/backward time steps that can be queued
|
2025-04-17 08:44:22 -04:00 |
|
AdenKoperczak
|
17b2db64ef
|
clang format/tidy fixes for modify_tilt_selection
|
2025-04-13 11:47:28 -04:00 |
|
AdenKoperczak
|
81ec5f9f7a
|
Update set default products button on default radar site change
|
2025-04-13 11:38:25 -04:00 |
|
AdenKoperczak
|
ddd8977586
|
Avoid nullptr dereference when selecting a tilt on radar site change
|
2025-04-13 11:15:20 -04:00 |
|
AdenKoperczak
|
ceb1ca8416
|
Fix level 2 selection on radar site change from modify_tilt_selection
|
2025-04-13 11:07:46 -04:00 |
|
AdenKoperczak
|
24f5f0a3e3
|
Do not display an elevation number when there is non
|
2025-04-13 10:59:41 -04:00 |
|
AdenKoperczak
|
484c08c455
|
clang format fixes for modify_tilt_selection
|
2025-04-13 10:20:39 -04:00 |
|
AdenKoperczak
|
ac3c986568
|
Add button for setting default radar products
|
2025-04-13 10:20:39 -04:00 |
|
AdenKoperczak
|
be972cdb7e
|
Add elevation to product label. Mainly for level 3 products
|
2025-04-13 10:20:39 -04:00 |
|
AdenKoperczak
|
316da55000
|
Modify how level 3 tilts are selected to keep them more consistent
|
2025-04-13 10:20:34 -04:00 |
|
AdenKoperczak
|
15f906ad5a
|
Fill in default path when no path is given for theme file
|
2025-04-11 13:11:06 -04:00 |
|
AdenKoperczak
|
c29c0e82dd
|
Add theme editor dialog
|
2025-04-11 12:35:23 -04:00 |
|
AdenKoperczak
|
c64cd45953
|
Disconnect cursor scale connection before anything overlay layer is destroid to avoid race conditions
|
2025-04-08 12:29:06 -04:00 |
|
AdenKoperczak
|
fe61f31c40
|
Fix signal usage and possible race condition
|
2025-04-07 10:15:28 -04:00 |
|