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 e383f30 commit f0d7fdfCopy full SHA for f0d7fdf
js/tracker.js
@@ -1285,7 +1285,7 @@ function updateVehicleInfo(vcallsign, newPosition) {
1285
landing_image_src_size = [48,38];
1286
landing_image_src_offset = [0,-38];
1287
1288
- latlngs = new L.latLng(position.data.pred_lat, position.data.pred_lon);
+ latlngs = new L.latLng(newPosition.data.pred_lat, newPosition.data.pred_lon);
1289
1290
landing_icon = new L.icon({
1291
iconUrl: landing_image_src,
0 commit comments