From: Robert Kaiser Date: Mon, 18 Aug 2014 00:22:30 +0000 (+0200) Subject: Merge branch 'master' of github.com:KaiRo-at/lantea X-Git-Tag: producution~27 X-Git-Url: https://git-public.kairo.at/?p=lantea.git;a=commitdiff_plain;h=0ff45a551df5cc4624119ec7203f461f3e680cf8;hp=64dac5e1fc28b6084393c7e413b271c10cf21cfb Merge branch 'master' of github.com:KaiRo-at/lantea --- diff --git a/js/map.js b/js/map.js index ff5112a..b3ddc11 100644 --- a/js/map.js +++ b/js/map.js @@ -1103,8 +1103,8 @@ var gTileService = { .replace("{x}", norm.x) .replace("{y}", norm.y) .replace("{z}", norm.z) - .replace("[a-c]", String.fromCharCode(97 + Math.floor(Math.random() * 2))) - .replace("[1-4]", 1 + Math.floor(Math.random() * 3)), + .replace("[a-c]", String.fromCharCode(97 + Math.floor(Math.random() * 3))) + .replace("[1-4]", 1 + Math.floor(Math.random() * 4)), true); XHR.responseType = "blob"; XHR.addEventListener("load", function () {