From ea37ab61ec341979edf8b0f8efd887b23b88c39b Mon Sep 17 00:00:00 2001 From: Markus Ankenbrand Date: Sat, 25 Feb 2017 10:05:14 +0100 Subject: [PATCH] Use satellite map type by default --- js/page-pins-map.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/js/page-pins-map.js b/js/page-pins-map.js index b328632..79e267a 100644 --- a/js/page-pins-map.js +++ b/js/page-pins-map.js @@ -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++){