Skip to content

Commit 09868ec

Browse files
committed
add scale parameter to Thunderforest url
1 parent 9137152 commit 09868ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

leaflet-providers.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@
336336
}
337337
},
338338
Thunderforest: {
339-
url: 'https://{s}.tile.thunderforest.com/{variant}/{z}/{x}/{y}.png?apikey={apikey}',
339+
url: 'https://{s}.tile.thunderforest.com/{variant}/{z}/{x}/{y}{r}.png?apikey={apikey}',
340340
options: {
341341
attribution:
342342
'&copy; <a href="http://www.thunderforest.com/">Thunderforest</a>, {attribution.OpenStreetMap}',

0 commit comments

Comments
 (0)