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 ca14235 commit 8fae8f6Copy full SHA for 8fae8f6
js/tracker.js
@@ -2987,7 +2987,8 @@ function update(response) {
2987
offline.set('positions', ctx.lastPositions);
2988
2989
if (got_positions && !zoomed_in && Object.keys(vehicles).length) {
2990
- zoom_on_payload();
+ // Disable for now.
2991
+ //zoom_on_payload();
2992
}
2993
2994
if(periodical_predictions === null) refreshPredictions();
0 commit comments