From 71922dd36975e49c9e284ae1b5a084d7fb78fe66 Mon Sep 17 00:00:00 2001 From: John Wiseman Date: Sat, 19 Sep 2020 23:18:15 -0700 Subject: [PATCH] Use globe.adsbexchange.com instead of tar1090. --- src/main/lemondronor/advisorycircular.cljs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/lemondronor/advisorycircular.cljs b/src/main/lemondronor/advisorycircular.cljs index 15fef8f..41994b7 100644 --- a/src/main/lemondronor/advisorycircular.cljs +++ b/src/main/lemondronor/advisorycircular.cljs @@ -238,7 +238,7 @@ (defn ac-desc [ac] - (str (:icao ac) " " "http://tar1090.adsbexchange.com/?icao=" (:icao ac) + (str (:icao ac) " " "http://globe.adsbexchange.com/?icao=" (:icao ac) " " (:lat ac) " " (:lon ac) " " (:registration ac) " " (:alt ac) " " (:curviness ac) " " (:normalized-curviness ac)))