Use satellite map type by default

This commit is contained in:
Markus Ankenbrand 2017-02-25 10:05:14 +01:00
parent 900a1fde79
commit ea37ab61ec

View file

@ -32,7 +32,8 @@ function initMap() {
markers = [];
map = new google.maps.Map(document.getElementById('map-stats'), {
center: map_center,
zoom: 15
zoom: 15,
mapTypeId: google.maps.MapTypeId.SATELLITE
});
var bounds = new google.maps.LatLngBounds();
for(var i = 0; i < places.length; i++){