From 0a0a220a839a902bbd89157f72260b11673096e3 Mon Sep 17 00:00:00 2001 From: Emile Date: Thu, 9 Apr 2020 13:41:56 +0200 Subject: no wrap --- v0/map.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v0/map.js b/v0/map.js index 7458e07..e249ae9 100644 --- a/v0/map.js +++ b/v0/map.js @@ -129,7 +129,7 @@ $(function() { L.tileLayer("/tiles/{z}/{x}/{y}.jpg", { attribution: 'Original project by blinry (source) | Source', - noWrap: false, + noWrap: true, detectRetina: true, }).addTo(map) -- cgit 1.4.1