Add venue map zoom setting

This commit is contained in:
Brian Miyaji
2015-09-18 12:19:44 +10:00
parent 1d710b6e2b
commit cefbd283f2
3 changed files with 26 additions and 2 deletions

View File

@@ -9,7 +9,7 @@
var ll = new google.maps.LatLng(latitude,longitude);
var mapOptions = {
scrollwheel: false,
zoom: 12,
zoom: parseInt(vars.zoom),
center: ll,
mapTypeId: google.maps.MapTypeId[vars.map_type]
};