Skip to content

Commit 8fae8f6

Browse files
committed
Disable payload zoom on pageload
1 parent ca14235 commit 8fae8f6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

js/tracker.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2987,7 +2987,8 @@ function update(response) {
29872987
offline.set('positions', ctx.lastPositions);
29882988

29892989
if (got_positions && !zoomed_in && Object.keys(vehicles).length) {
2990-
zoom_on_payload();
2990+
// Disable for now.
2991+
//zoom_on_payload();
29912992
}
29922993

29932994
if(periodical_predictions === null) refreshPredictions();

0 commit comments

Comments
 (0)