Skip to content

Commit

Permalink
Update url for kartverket topographic background map
Browse files Browse the repository at this point in the history
  • Loading branch information
testower committed Sep 6, 2024
1 parent bb902d2 commit 17354b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Map/LeafletMap.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ export const LeafLetMap = ({
>
<TileLayer
attribution='&copy; <a href="http://www.kartverket.no">Kartverket'
url="https://opencache.statkart.no/gatekeeper/gk/gk.open_gmaps?layers=topo4&zoom={z}&x={x}&y={y}"
url="https://cache.kartverket.no/v1/wmts/1.0.0/topo/default/webmercator/{z}/{y}/{x}.png"
maxZoom="19"
/>
</BaseLayer>
Expand Down

0 comments on commit 17354b0

Please sign in to comment.