mirror of
https://git.ianrenton.com/ian/spothole.git
synced 2026-03-16 04:44:29 +00:00
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user