We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 162962f commit 29ae9a0Copy full SHA for 29ae9a0
src/app.ts
@@ -260,7 +260,7 @@ layers.addBaseLayer(allMapLayers['OpenTopoMap'], 'OpenTopoMap');
260
});
261
262
allMapLayers['OpenSlopeMap'] = L.tileLayer(
263
- 'https://tileserver.openslopemap.org/OSloOVERLAY_LR_All_16/{z}/{x}/{y}.png',
+ 'https://tileserver{s}.openslopemap.org/OSloOVERLAY_LR_All_16/{z}/{x}/{y}.png',
264
{
265
opacity: 0.7,
266
subdomains: '1234',
0 commit comments