Skip to content

Commit 15ec8d7

Browse files
authored
Merge pull request #70 from darksidelemm/main
Switch float predictions to use sondehub tawhiri api
2 parents dc021ec + 8a35367 commit 15ec8d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/tracker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1632,7 +1632,7 @@ function createHysplit(callsign, adjustment, alt_color) {
16321632

16331633
var lon = ((360 + (vehicle.curr_position.gps_lon % 360)) % 360)
16341634

1635-
var url = "https://predict.cusf.co.uk/api/v1/?profile=float_profile"
1635+
var url = "https://api.v2.sondehub.org/tawhiri?profile=float_profile"
16361636
+ "&launch_latitude=" + vehicle.curr_position.gps_lat
16371637
+ "&launch_longitude=" + lon
16381638
+ "&launch_altitude=" + (altitude-1)

0 commit comments

Comments
 (0)