Copilot
483a100100
Fix ADSB altitude integer overflow and add on-ground indicator ( #3275 )
...
* Initial plan
* Fix ADSB altitude integer overflow and add on-ground indicator
- Fix display overflow: use to_string_dec_int (signed) instead of
to_string_dec_uint (unsigned) for altitude display - per ICAO Annex 10
Vol IV 3.1.2.6.5.4, altitude = 25N-1000 can be as low as -1000ft
- Remove incorrect altitude clamp (altitude < 0 => 0) in DF 0/4/20 decoder
- Add on_ground flag to AircraftRecentEntry; set from TC 5-8 (surface
position) messages, cleared on TC 9-22 (airborne position) messages
- Display 'GND' in altitude column when aircraft is on ground
- Clear altitude to 0 when on_ground is set to prevent stale data in map
color calculation
Closes #3274
* Revert on-ground indicator; keep only the overflow and clamp fixes
Remove on_ground field, TC 5-8 handling, and "GND" display per review
feedback. Only keep the two minimal bug fixes:
- Signed altitude display (to_string_dec_int vs to_string_dec_uint)
- Remove erroneous altitude < 0 clamp; update comment to show the math
2026-07-23 01:16:21 +02:00
..
2026-07-23 01:16:21 +02:00
2026-07-09 10:36:26 +02:00
2026-07-10 21:37:41 +02:00
2026-03-10 16:13:10 +01:00
2026-07-07 11:04:34 +02:00
2026-06-15 19:28:47 +02:00
2026-06-15 19:28:47 +02:00
2026-04-10 08:33:48 +02:00
2026-04-10 08:33:48 +02:00
2026-07-06 11:05:49 +08:00
2026-07-06 11:05:49 +08:00
2025-04-04 15:41:12 +02:00
2026-01-08 10:34:05 +01:00
2026-07-02 10:05:34 +02:00
2026-06-22 16:50:16 +02:00
2026-07-08 10:09:53 +08:00
2026-07-10 21:37:41 +02:00
2025-06-16 10:57:58 -07:00
2025-06-16 10:57:58 -07:00
2026-06-19 07:48:55 +02:00
2025-12-14 11:26:21 +01:00
2026-07-08 10:09:53 +08:00
2026-04-29 19:57:17 +02:00
2026-06-15 19:28:47 +02:00
2026-06-15 19:28:47 +02:00
2026-02-24 11:23:41 +01:00
2026-05-09 12:23:43 +02:00
2025-12-14 11:26:21 +01:00
2026-02-17 11:35:12 +08:00
2024-11-16 18:03:53 +01:00
2024-11-16 18:03:53 +01:00
2026-04-02 08:26:45 +02:00
2026-04-02 08:26:45 +02:00
2024-11-22 09:54:34 +01:00
2025-05-05 17:48:01 +02:00
2026-05-10 00:08:05 +02:00
2025-04-11 10:46:04 +00:00
2026-06-12 22:15:44 +02:00
2024-11-08 11:46:27 +01:00
2024-11-08 11:46:27 +01:00
2026-05-09 12:23:43 +02:00
2026-05-09 12:23:43 +02:00
2024-10-14 15:50:04 +02:00
2026-02-24 11:23:41 +01:00
2024-10-14 15:50:04 +02:00
2026-02-11 09:15:11 +01:00
2026-01-30 17:18:13 +01:00
2026-02-11 09:15:11 +01:00
2026-04-29 19:57:17 +02:00
2026-04-29 19:57:17 +02:00
2026-02-16 15:19:50 +01:00
2026-02-16 15:19:50 +01:00
2026-02-16 15:19:50 +01:00
2026-02-16 15:19:50 +01:00
2026-02-12 10:41:56 +01:00
2026-02-12 12:41:12 +01:00
2026-01-16 09:57:45 +01:00
2026-01-16 09:57:45 +01:00
2026-06-19 07:48:55 +02:00
2025-10-03 19:10:10 +02:00
2025-10-28 08:10:09 +08:00
2024-03-15 21:56:20 +08:00
2024-11-19 17:16:37 +01:00
2024-11-19 17:16:37 +01:00
2026-07-10 21:37:41 +02:00
2026-07-08 10:09:53 +08:00
2026-07-10 21:37:41 +02:00
2026-05-29 12:06:17 +02:00
2026-02-28 23:36:01 +01:00
2026-02-27 23:43:19 -05:00
2025-10-03 19:10:10 +02:00
2026-02-24 11:23:41 +01:00
2026-07-02 10:05:34 +02:00
2026-07-02 10:05:34 +02:00
2025-11-26 19:13:21 +01:00
2026-05-31 17:34:30 +02:00
2026-03-06 20:05:44 +01:00
2026-02-22 21:21:03 +01:00
2025-04-11 10:46:04 +00:00
2025-04-11 10:46:04 +00:00
2026-04-30 15:00:19 +02:00
2026-02-24 11:23:41 +01:00
2025-09-01 11:50:46 +02:00
2026-02-24 11:23:41 +01:00
2024-11-22 09:54:34 +01:00
2024-11-22 09:54:34 +01:00
2025-10-03 19:10:10 +02:00
2024-10-17 00:39:59 +08:00
2026-06-19 07:48:55 +02:00
2026-05-31 12:44:40 +02:00
2026-02-23 13:40:49 +13:00
2025-10-03 19:10:10 +02:00
2026-05-30 01:49:49 +02:00
2026-05-30 01:49:49 +02:00
2026-07-07 11:04:34 +02:00
2026-07-07 11:06:31 +02:00
2026-04-30 15:00:19 +02:00
2026-04-30 15:00:19 +02:00
2026-04-30 15:00:19 +02:00
2025-10-03 19:10:10 +02:00
2026-03-17 15:42:10 +01:00
2025-10-03 19:10:10 +02:00
2026-03-06 20:05:44 +01:00
2026-03-06 20:05:44 +01:00
2026-07-07 11:04:34 +02:00
2026-07-07 11:04:34 +02:00
2026-05-13 14:53:54 +02:00
2024-10-14 15:50:04 +02:00
2024-10-14 15:50:04 +02:00
2024-10-14 15:50:04 +02:00
2024-10-14 15:50:04 +02:00
2024-10-14 15:50:04 +02:00
2026-03-10 10:40:27 +01:00
2026-03-10 10:40:27 +01:00
2026-02-24 11:23:41 +01:00
2026-06-12 16:25:43 +02:00
2024-11-08 11:46:27 +01:00
2024-07-17 21:17:42 +12:00
2024-10-14 15:50:04 +02:00
2026-05-30 01:49:49 +02:00
2026-05-30 01:49:49 +02:00
2026-05-30 01:49:49 +02:00