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 5837d75 commit 7eb886cCopy full SHA for 7eb886c
js/tracker.js
@@ -2555,7 +2555,7 @@ function mapInfoBox_handle_prediction(event) {
2555
var altitude;
2556
2557
if(offline.get('opt_imperial')) {
2558
- altitude = Math.round(alt*3.2808399) + " feet";
+ altitude = Math.round(data.alt*3.2808399) + " feet";
2559
} else {
2560
altitude = Math.round(data.alt) + " m";
2561
}
0 commit comments