Skip to content

Commit 29ae9a0

Browse files
committed
Fix OpenSlopeMap
1 parent 162962f commit 29ae9a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ layers.addBaseLayer(allMapLayers['OpenTopoMap'], 'OpenTopoMap');
260260
});
261261

262262
allMapLayers['OpenSlopeMap'] = L.tileLayer(
263-
'https://tileserver.openslopemap.org/OSloOVERLAY_LR_All_16/{z}/{x}/{y}.png',
263+
'https://tileserver{s}.openslopemap.org/OSloOVERLAY_LR_All_16/{z}/{x}/{y}.png',
264264
{
265265
opacity: 0.7,
266266
subdomains: '1234',

0 commit comments

Comments
 (0)