closer zoom level + fixing loader position
This commit is contained in:
@@ -33,7 +33,7 @@ oSpot.pageInit = function(asHash)
|
||||
options:
|
||||
{
|
||||
center:{lat:oLastMsg.latitude, lng:oLastMsg.longitude},
|
||||
zoom:6,
|
||||
zoom:12,
|
||||
mapTypeId:google.maps.MapTypeId.HYBRID,
|
||||
scaleControl:true
|
||||
}
|
||||
|
||||
@@ -2751,7 +2751,7 @@
|
||||
|
||||
/* line 15, spot.scss */
|
||||
#map .loader {
|
||||
position: relative;
|
||||
position: absolute;
|
||||
font-size: 3em;
|
||||
width: 1em;
|
||||
height: 1em;
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
}
|
||||
|
||||
#map .loader {
|
||||
position:relative;
|
||||
position:absolute;
|
||||
font-size:3em;
|
||||
width:1em;
|
||||
height:1em;
|
||||
|
||||
Reference in New Issue
Block a user