diff options
-rw-r--r-- | v0/map.js | 2 |
1 files changed, 1 insertions, 1 deletions
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 <a href="https://github.com/blinry/">blinry<a> (<a href="https://github.com/blinry/map.recurse.com">source</a>) | <a href="#">Source</a>', - noWrap: false, + noWrap: true, detectRetina: true, }).addTo(map) |