merge icons 50% to better represent overlaping ones
[google-map-tiles.git] / koha.html
index c21359e..6867b16 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
      mapdiv.style.width = '100%';
      mapdiv.style.height = '100%';
     } else {     
-     mapdiv.style.width = '1024px';
-     mapdiv.style.height = '768px';
+/*
+     mapdiv.style.width = '800px';
+     mapdiv.style.height = '600px';
+*/
+     mapdiv.style.width = '100%';
+     mapdiv.style.height = '100%';
     }
    }