Move icons back into SIG data

This commit is contained in:
Ian Renton
2026-08-31 17:31:13 +01:00
parent 12e9b6a4ca
commit d83a979e46
18 changed files with 76 additions and 72 deletions
+4
View File
@@ -78,6 +78,10 @@ def get_sig_ref_info(sig, ref_id):
sig_ref.url = f"https://www.beachesontheair.com/beaches/{sig_ref.name.lower().replace(' ', '-')}"
return sig_ref
elif sig.upper() == "BIWOTA":
# For BIWOTA there are no references, all we can set is a type
sig_ref.ref_type = "Waterway"
elif sig.upper() == "GMA Islands":
# GMA Islands is a bit of a mess of GMA and IOTA references. Try looking them both up and see what returns
# the best result.