static/tiles2.js
changeset 34 a387bc77ad52
parent 32 aa168c7da551
child 38 0abb7289d4b8
--- a/static/tiles2.js	Wed Jan 06 16:05:02 2010 +0200
+++ b/static/tiles2.js	Wed Jan 06 16:23:35 2010 +0200
@@ -26,7 +26,7 @@
         var x = col * this.tile_width;
         var y = row * this.tile_height;
 
-        var url = this.path + "?x=" + x + "&y=" + y + "&z=" + zl + "&sw=" + sw + "&sh=" + sh;
+        var url = this.path + "?x=" + x + "&y=" + y + "&zoom=" + zl + "&sw=" + sw + "&sh=" + sh;
 
         if (this.refresh)
             url += "&ts=" + new Date().getTime();