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 95da406 + be96d09 commit 4193b7fCopy full SHA for 4193b7f
js/tracker.js
@@ -1006,7 +1006,7 @@ function gotoSite() {
1006
if (sites.hasOwnProperty(focusID)) {
1007
var site = sites[focusID];
1008
var latlng = new L.LatLng(site["position"][0], site["position"][1]);
1009
- map.setView(latlng, 5);
+ map.setView(latlng, 9);
1010
for (var i in launches._layers) {
1011
marker = launches._layers
1012
if (marker[i].title == focusID) {
0 commit comments