Skip to content

Commit efc6b64

Browse files
committed
[spalenque] - #13181 * set max zoom for venues map
1 parent 0edb279 commit efc6b64

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

summit/javascript/summitapp-venues.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ function initMap() {
4747
bounds = new google.maps.LatLngBounds();
4848
map = new google.maps.Map(document.getElementById('map'), {
4949
scrollwheel: false,
50-
zoom: 4
50+
zoom: 4,
51+
maxZoom: 18
5152
});
5253

5354
for (var i in primary_locations) {

0 commit comments

Comments
 (0)