Skip to content

Commit be96d09

Browse files
authored
Merge pull request #187 from LukePrior/testing
increase zoom level
2 parents 2986065 + 19b0a10 commit be96d09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/tracker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1006,7 +1006,7 @@ function gotoSite() {
10061006
if (sites.hasOwnProperty(focusID)) {
10071007
var site = sites[focusID];
10081008
var latlng = new L.LatLng(site["position"][0], site["position"][1]);
1009-
map.setView(latlng, 5);
1009+
map.setView(latlng, 9);
10101010
for (var i in launches._layers) {
10111011
marker = launches._layers
10121012
if (marker[i].title == focusID) {

0 commit comments

Comments
 (0)