You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<span>You can report a recovery here. Enter the serial number (no type code, e.g. 'S1234567'), tick recovered/not recovered, and add some notes. You must have location enabled, a callsign set above, and be within 50km of the radiosonde position.</span>
326
+
<span>You can report a recovery here. Enter the serial number (no type code, e.g. 'S1234567'), tick recovered/not recovered, and add some notes. You must have location enabled, and a callsign set above. If the sonde is currently on the map, you must be located within 50km of it.</span>
Copy file name to clipboardExpand all lines: js/tracker.js
+62-27Lines changed: 62 additions & 27 deletions
Original file line number
Diff line number
Diff line change
@@ -2591,35 +2591,28 @@ function refreshRecoveries() {
2591
2591
}
2592
2592
});
2593
2593
2594
-
// Test data
2595
-
// var test_recovery = [
2596
-
// {
2597
-
// "serial": "S1234567",
2598
-
// "lat": -34.0,
2599
-
// "lon": 138.0,
2600
-
// "alt": 100.0,
2601
-
// "datetime": "2021-06-04T12:00Z",
2602
-
// "recovered": true,
2603
-
// "recovered_by": "VK5QI",
2604
-
// "description": "In a gigantic tree. <script>alert('xssfox');</script> But I had a pole."
2605
-
// },
2606
-
// {
2607
-
// "serial": "S1112234",
2608
-
// "lat": -34.1,
2609
-
// "lon": 138.1,
2610
-
// "alt": 100.0,
2611
-
// "recovered": false,
2612
-
// "recovered_by": "VK5FAIL",
2613
-
// "datetime": "2021-06-04T13:00Z",
2614
-
// "description": "In a gigantic tree. But I didn't have a pole. Yo listen up here's a story, about a little guy that lives in a blue world, and all day and all night and everything he sees is blue."
0 commit comments