update url for norvegian topo map

This commit is contained in:
vcoppe
2024-07-16 15:05:22 +02:00
parent c929f6ff04
commit 88d2d3d81c

View File

@@ -183,7 +183,7 @@ export const basemaps: { [key: string]: string | Style; } = {
sources: {
norwayTopo: {
type: 'raster',
tiles: ['https://opencache.statkart.no/gatekeeper/gk/gk.open_gmaps?layers=topo4&zoom={z}&x={x}&y={y}', 'https://opencache2.statkart.no/gatekeeper/gk/gk.open_gmaps?layers=topo4&zoom={z}&x={x}&y={y}', 'https://opencache3.statkart.no/gatekeeper/gk/gk.open_gmaps?layers=topo4&zoom={z}&x={x}&y={y}'],
tiles: ['https://cache.kartverket.no/v1/wmts/1.0.0/topo/default/webmercator/{z}/{y}/{x}.png'],
tileSize: 256,
maxzoom: 20,
attribution: '&copy; <a href="https://www.geonorge.no/" target="_blank">Geonorge</a>'