Adjust zoom.
This commit is contained in:
parent
6f1a9824f0
commit
d382b7bc96
|
@ -10,7 +10,7 @@
|
||||||
function initialize() {
|
function initialize() {
|
||||||
var mapOptions = {
|
var mapOptions = {
|
||||||
center: { lat: {{ lat }}, lng: {{ lng }}},
|
center: { lat: {{ lat }}, lng: {{ lng }}},
|
||||||
zoom: 8
|
zoom: 14
|
||||||
};
|
};
|
||||||
var map = new google.maps.Map(document.getElementById('map-canvas'),
|
var map = new google.maps.Map(document.getElementById('map-canvas'),
|
||||||
mapOptions);
|
mapOptions);
|
||||||
|
|
Loading…
Reference in New Issue