From d7202f208c609e37af718ace7b846be573864271 Mon Sep 17 00:00:00 2001 From: Ian Renton Date: Fri, 4 Sep 2026 17:38:46 +0100 Subject: [PATCH] Allow ACS as well as AS for aircraft scatter --- core/constants.py | 1 + templates/add_spot.html | 2 +- templates/alerts.html | 2 +- templates/bands.html | 4 ++-- templates/base.html | 10 +++++----- templates/conditions.html | 2 +- templates/map.html | 4 ++-- templates/spots.html | 4 ++-- templates/status.html | 2 +- 9 files changed, 16 insertions(+), 15 deletions(-) diff --git a/core/constants.py b/core/constants.py index d2669a4..f33d3bc 100644 --- a/core/constants.py +++ b/core/constants.py @@ -341,5 +341,6 @@ PROPAGATION_MODES = { "MS": "Meteor scatter", "RS": "Rain scatter", "AS": "Aircraft scatter", + "ACS": "Aircraft scatter", "SAT": "Satellite", } diff --git a/templates/add_spot.html b/templates/add_spot.html index f91ed41..18bd382 100644 --- a/templates/add_spot.html +++ b/templates/add_spot.html @@ -77,7 +77,7 @@ - + diff --git a/templates/alerts.html b/templates/alerts.html index 2838321..e9fed46 100644 --- a/templates/alerts.html +++ b/templates/alerts.html @@ -84,7 +84,7 @@ - + diff --git a/templates/bands.html b/templates/bands.html index 11d44d6..d408b8e 100644 --- a/templates/bands.html +++ b/templates/bands.html @@ -76,8 +76,8 @@ - - + + diff --git a/templates/base.html b/templates/base.html index 0d9ae2e..f1bc96a 100644 --- a/templates/base.html +++ b/templates/base.html @@ -1,6 +1,6 @@ {% extends "skeleton.html" %} {% block head_extra %} - + @@ -16,10 +16,10 @@ window.fetchEventSource = fetchEventSource; - - - - + + + + {% end %} {% block body %}
diff --git a/templates/conditions.html b/templates/conditions.html index 968c185..550ce64 100644 --- a/templates/conditions.html +++ b/templates/conditions.html @@ -284,7 +284,7 @@
- + diff --git a/templates/map.html b/templates/map.html index af0f39e..6189224 100644 --- a/templates/map.html +++ b/templates/map.html @@ -113,8 +113,8 @@ const CARTODB_API_KEY = "{{ web_ui_options.get('cartodb_api_key', '') }}"; - - + + diff --git a/templates/spots.html b/templates/spots.html index d6c3592..8953016 100644 --- a/templates/spots.html +++ b/templates/spots.html @@ -113,8 +113,8 @@ - - + + diff --git a/templates/status.html b/templates/status.html index 2cc90fa..67a8bd5 100644 --- a/templates/status.html +++ b/templates/status.html @@ -86,7 +86,7 @@ - +