Use globe.adsbexchange.com instead of tar1090.

This commit is contained in:
John Wiseman 2020-09-19 23:18:15 -07:00
parent a78ef85b3e
commit 71922dd369
1 changed files with 1 additions and 1 deletions

View File

@ -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)))