closer zoom level + fixing loader position

This commit is contained in:
2015-12-20 12:32:57 +01:00
parent 31103414e1
commit 20829ff39a
3 changed files with 3 additions and 3 deletions

View File

@@ -33,7 +33,7 @@ oSpot.pageInit = function(asHash)
options: options:
{ {
center:{lat:oLastMsg.latitude, lng:oLastMsg.longitude}, center:{lat:oLastMsg.latitude, lng:oLastMsg.longitude},
zoom:6, zoom:12,
mapTypeId:google.maps.MapTypeId.HYBRID, mapTypeId:google.maps.MapTypeId.HYBRID,
scaleControl:true scaleControl:true
} }

View File

@@ -2751,7 +2751,7 @@
/* line 15, spot.scss */ /* line 15, spot.scss */
#map .loader { #map .loader {
position: relative; position: absolute;
font-size: 3em; font-size: 3em;
width: 1em; width: 1em;
height: 1em; height: 1em;

View File

@@ -13,7 +13,7 @@
} }
#map .loader { #map .loader {
position:relative; position:absolute;
font-size:3em; font-size:3em;
width:1em; width:1em;
height:1em; height:1em;