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 2986065 + 19b0a10 commit be96d09Copy full SHA for be96d09
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