changing map center

This commit is contained in:
2016-06-29 21:07:26 +02:00
parent a9329012f7
commit d6a8172e8d

View File

@@ -53,9 +53,9 @@ oSpot.pageInit = function(asHash)
} }
else else
{ {
agCenter.lat = -43.5; agCenter.lat = -43.75;
agCenter.lng = 171.5; agCenter.lng = 171;
iZoom = 6; iZoom = 7;
} }
var $Map = $("#map").gmap3( var $Map = $("#map").gmap3(
{ {