don't preload videos, try to fix Leaflet CSP errors
This commit is contained in:
parent
46bd223627
commit
6dc7ed86c9
6 changed files with 1308 additions and 7 deletions
|
@ -24,7 +24,7 @@
|
|||
<script>
|
||||
var map = L.map('map').setView([55, -3], 13);
|
||||
|
||||
L.tileLayer('https://tile.openstreetmap.org/{z}/{x}/{y}.png', {
|
||||
L.tileLayer('https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png', {
|
||||
maxZoom: 19,
|
||||
attribution: '© <a href="https://www.openstreetmap.org/copyright">OpenStreetMap</a>'
|
||||
}).addTo(map);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue