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