changing map center

This commit is contained in:
2016-06-29 21:07:26 +02:00
parent 6387aa4686
commit 06f751ee0b

View File

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