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.
2 parents a7b6377 + ca831af commit 58a0fbbCopy full SHA for 58a0fbb
js/tracker.js
@@ -825,10 +825,10 @@ function panTo(vcallsign) {
825
update_lookangles(vcallsign);
826
827
// pan map
828
- if (map.getZoom() > 10) {
+ if (map.getZoom() > 8) {
829
map.setView(vehicles[vcallsign].marker.getLatLng());
830
} else {
831
- map.setView(vehicles[vcallsign].marker.getLatLng(), 10);
+ map.setView(vehicles[vcallsign].marker.getLatLng(), 8);
832
}
833
834
0 commit comments