about summary refs log tree commit diff
diff options
context:
space:
mode:
authorEmile <hanemile@protonmail.com>2020-04-09 13:41:56 +0200
committerEmile <hanemile@protonmail.com>2020-04-09 13:41:56 +0200
commit0a0a220a839a902bbd89157f72260b11673096e3 (patch)
tree21db3b00ccddb56eb4ac5ed981f371d637f7bf67
parentb964b3105c20c476914f65fb8e441c5be7821a07 (diff)
no wrap
-rw-r--r--v0/map.js2
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)