diff --git a/where.njk b/where.njk index d7e3c7c..38aa6d3 100644 --- a/where.njk +++ b/where.njk @@ -47,7 +47,8 @@ leafletMap: true var map = L.map('checkin-map'); L.tileLayer('https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png', { attribution: '© OpenStreetMap contributors', - maxZoom: 19 + maxZoom: 19, + crossOrigin: 'anonymous' }).addTo(map); function escHtml(s) { return String(s).replace(/&/g, '&').replace(//g, '>').replace(/"/g, '"');