disable tileserver
authorDobrica Pavlinusic <dpavlin@rot13.org>
Sat, 2 Apr 2011 16:35:50 +0000 (18:35 +0200)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Sat, 2 Apr 2011 16:35:50 +0000 (18:35 +0200)
volcano.htm

index 7bbc536..95f9813 100644 (file)
@@ -37,7 +37,8 @@
       if (x < 0) {
        x += n;
       } 
-      return "tiles/tileserver.pl?Z=" + zoom + "&X=" + x + "&Y=" + tile.y ;
+//      return "tiles/tileserver.pl?Z=" + zoom + "&X=" + x + "&Y=" + tile.y ;
+      return "volcano/tiles/" + zoom + "/v_" + x + "_" + tile.y + ".png";
      },
      tileSize: new google.maps.Size(256, 256),
      opacity:1,