Adjust zoom.

This commit is contained in:
Kevin Dungs 2014-11-17 14:05:57 +01:00
parent 6f1a9824f0
commit d382b7bc96
1 changed files with 1 additions and 1 deletions

View File

@ -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);