We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ab637d commit 9c70704Copy full SHA for 9c70704
js/tracker.js
@@ -572,7 +572,9 @@ function habitat_data(jsondata, alternative) {
572
"radiation": "Radiation (CPM)",
573
"temperature_radio": "Temperature, Radio",
574
"uplink_rssi": "Uplink RSSI",
575
- "light_intensity": "Light Intensity"
+ "light_intensity": "Light Intensity",
576
+ "pred_lat": "Onboard Prediction (Lat)",
577
+ "pred_lon": "Onboard Prediction (Lon)"
578
};
579
580
var hide_keys = {
0 commit comments