Skip to content

Commit 7451f8a

Browse files
jorritsmitbrunob
authored andcommitted
fix: add scale parameter to Thunderforest url
1 parent 51dd4e0 commit 7451f8a

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
@@ -343,7 +343,7 @@
343343
}
344344
},
345345
Thunderforest: {
346-
url: 'https://{s}.tile.thunderforest.com/{variant}/{z}/{x}/{y}.png?apikey={apikey}',
346+
url: 'https://{s}.tile.thunderforest.com/{variant}/{z}/{x}/{y}{r}.png?apikey={apikey}',
347347
options: {
348348
attribution:
349349
'&copy; <a href="http://www.thunderforest.com/">Thunderforest</a>, {attribution.OpenStreetMap}',

0 commit comments

Comments
 (0)