update url for norvegian topo map
This commit is contained in:
parent
c929f6ff04
commit
88d2d3d81c
1 changed files with 1 additions and 1 deletions
|
@ -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: '© <a href="https://www.geonorge.no/" target="_blank">Geonorge</a>'
|
||||
|
|
Loading…
Reference in a new issue