Working on support for LLOTA #97 and WWTOTA #98

This commit is contained in:
Ian Renton
2026-01-15 20:57:36 +00:00
parent abdf8d3065
commit 5ce5e98fda
8 changed files with 103 additions and 3 deletions

View File

@@ -120,6 +120,10 @@ def populate_sig_ref_info(sig_ref):
if not sig_ref.name:
sig_ref.name = sig_ref.id
sig_ref.url = "https://www.beachesontheair.com/beaches/" + sig_ref.name.lower().replace(" ", "-")
elif sig.upper() == "LLOTA":
sig_ref.url = "https://llota.app/list/ref/" + ref_id
elif sig.upper() == "WWTOTA":
sig_ref.url = "https://wwtota.com/seznam/karta_rozhledny.php?ref=" + ref_id
elif sig.upper() == "WAB" or sig.upper() == "WAI":
ll = wab_wai_square_to_lat_lon(ref_id)
if ll: