mirror of
https://github.com/TomHodson/tomhodson.github.com.git
synced 2025-06-26 10:01:18 +02:00
enable retina on maps
This commit is contained in:
parent
a211909fec
commit
48fa7433d0
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user