From 645840796507e736c4ec09dac24f0a030bce487e Mon Sep 17 00:00:00 2001 From: Dobrica Pavlinusic Date: Sat, 2 Apr 2011 18:49:52 +0200 Subject: [PATCH 1/1] change default position and zoom level --- koha.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/koha.html b/koha.html index c21359e..74872a1 100644 --- a/koha.html +++ b/koha.html @@ -26,7 +26,7 @@ // Load the map... function initialize() { - var myLatlng = new google.maps.LatLng(35,-95); + var myLatlng = new google.maps.LatLng(45,15); // Create the volcano tile layer... @@ -51,7 +51,7 @@ // Map options... var myOptions = { - zoom: 4, + zoom: 6, scrollwheel: false, center: myLatlng, mapTypeId: google.maps.MapTypeId.TERRAIN -- 2.20.1