From: Dobrica Pavlinusic Date: Sat, 2 Apr 2011 16:49:52 +0000 (+0200) Subject: change default position and zoom level X-Git-Url: http://git.rot13.org/?p=google-map-tiles.git;a=commitdiff_plain;h=645840796507e736c4ec09dac24f0a030bce487e;hp=563c3aeaf8bdc34cc4313010d9c4df0f851e86a9 change default position and zoom level --- 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