enable retina on maps

This commit is contained in:
Tom 2023-10-12 16:59:00 +02:00
parent a211909fec
commit 48fa7433d0

View File

@ -38,7 +38,7 @@ These black and white map tiles are from <a href="https://stamen.com/">Stamen de
maxZoom: 16,
ext: 'png'
});
let Stamen_Toner = L.tileLayer('https://stamen-tiles-{s}.a.ssl.fastly.net/toner/{z}/{x}/{y}.{ext}', {
let Stamen_Toner = L.tileLayer('https://stamen-tiles-{s}.a.ssl.fastly.net/toner/{z}/{x}/{y}{r}.{ext}', {
subdomains: 'abcd',
minZoom: 0,
maxZoom: 16,