Use satellite map type by default
This commit is contained in:
parent
900a1fde79
commit
ea37ab61ec
1 changed files with 2 additions and 1 deletions
|
|
@ -32,7 +32,8 @@ function initMap() {
|
||||||
markers = [];
|
markers = [];
|
||||||
map = new google.maps.Map(document.getElementById('map-stats'), {
|
map = new google.maps.Map(document.getElementById('map-stats'), {
|
||||||
center: map_center,
|
center: map_center,
|
||||||
zoom: 15
|
zoom: 15,
|
||||||
|
mapTypeId: google.maps.MapTypeId.SATELLITE
|
||||||
});
|
});
|
||||||
var bounds = new google.maps.LatLngBounds();
|
var bounds = new google.maps.LatLngBounds();
|
||||||
for(var i = 0; i < places.length; i++){
|
for(var i = 0; i < places.length; i++){
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue