Skip to content

Commit 820a76a

Browse files
authored
Update map.js
1 parent 7d84579 commit 820a76a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/map.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ $(window).on('load', function() {
2727
* to specified (lat, lon) and zoom if all three are specified
2828
*/
2929
function centerAndZoomMap(points) {
30-
var lat, lon, zoom = 12; // Default zoom
30+
var lat, lon, zoom = 16; // Default zoom
3131
var center;
3232

3333
// Use settings if specified

0 commit comments

Comments
 (0)