From e4c3a52299ce1ef685cb67e9538fa6be23b5bb49 Mon Sep 17 00:00:00 2001
From: Ian Renton
Date: Tue, 23 Jun 2026 06:45:03 +0100
Subject: [PATCH] Add support for DME. Closes #114.
---
README.md | 2 ++
templates/about.html | 6 +++---
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 +-
webassets/apidocs/openapi.yml | 1 +
11 files changed, 21 insertions(+), 18 deletions(-)
diff --git a/README.md b/README.md
index 00e04e2..a966bdf 100644
--- a/README.md
+++ b/README.md
@@ -19,6 +19,8 @@ Supported data sources include DX Clusters, the Reverse Beacon Network (RBN), th
SOTA, WWFF, GMA, WWBOTA, HEMA, Parks 'n' Peaks, ZLOTA, WOTA, BOTA, LLOTA, WWTOTA, Tiles on the Air, the UK Packet
Repeater Network, NG3K, and any site based on the xOTA software by nischu.
+Additional Special Interest Groups (SIGs) without their own specific data source include WAB, WAI and DME.
+


diff --git a/templates/about.html b/templates/about.html
index db9a44f..5982461 100644
--- a/templates/about.html
+++ b/templates/about.html
@@ -101,9 +101,9 @@
(MOTA), the Amateur Radio Lighthouse Socirty (ARLHS), International Lighthouse Lightship Weekend (ILLW), Silos
on the Air (SIOTA), World Castles Award (WCA), New Zealand on the Air (ZLOTA), Keith Roget Memorial National
Parks Award (KRMNPA), Wainwrights on the Air (WOTA), Beaches on the Air (BOTA), Lagos y Lagunas On the Air
- (LLOTA), Towers on the Air (WWTOTA), Tiles on the Air, Worked All Britain (WAB), Worked All Ireland (WAI), and
- Toilets on the Air (TOTA).
-
As of the time of writing in November 2025, I think Spothole captures essentially all outdoor radio programmes
+ (LLOTA), Towers on the Air (WWTOTA), Tiles on the Air, Worked All Britain (WAB), Worked All Ireland (WAI), el
+ Diploma Municipios de EspaƱa (DME) and Toilets on the Air (TOTA).
+
As of the time of writing in June 2026, I think Spothole captures essentially all outdoor radio programmes
that have a defined reference list, and almost certainly those that have a spotting/alerting API. If you know of
one I've missed, please let me know!
Why can I filter spots by both SIG and Source? Isn't that basically the same thing?