change default position and zoom level
authorDobrica Pavlinusic <dpavlin@rot13.org>
Sat, 2 Apr 2011 16:49:52 +0000 (18:49 +0200)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Sat, 2 Apr 2011 16:49:52 +0000 (18:49 +0200)
koha.html

index c21359e..74872a1 100644 (file)
--- 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