Skip to content

Commit

Permalink
Endret url til kartverket-wmts iht. gjeldende dok
Browse files Browse the repository at this point in the history
  • Loading branch information
gruble committed Nov 27, 2024
1 parent 8697210 commit 09b16c6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,8 @@ export const settings: ISettings = {
statensKartverk: {
// Alternativ url (sånn bruker norgeskart.no dette):
// url: 'https://cache.kartverket.no/topo/v1/wmts/1.0.0/?layer=topo&style=default&tilematrixset=googlemaps&Service=WMTS&Request=GetTile&Version=1.0.0&Format=image%2Fpng&TileMatrix={z}&TileCol={x}&TileRow={y}',
url: 'https://cache.kartverket.no/topo/v1/wmts/1.0.0/default/googlemaps/{z}/{y}/{x}.png',
// Se https://cache.kartverket.no/ for dokumentasjon
url: 'https://cache.kartverket.no/v1/wmts/1.0.0/topo/default/webmercator/{z}/{y}/{x}.png',
options: {
zIndex: MapLayerZIndex.OnlineBackgroundLayer,
bounds: [
Expand Down

0 comments on commit 09b16c6

Please sign in to comment.