Skip to content

Commit

Permalink
Use new PDOK NL WMTS URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
justb4 authored Jun 13, 2024
1 parent bec2b7f commit 399ada3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/specs/components/ol/Map.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ describe('ol/Map.vue', () => {
mapLayers: [{
type: 'XYZ',
lid: 'brtachtergrondkaart',
url: 'https://geodata.nationaalgeoregister.nl/tiles/service/wmts/brtachtergrondkaart/EPSG:28992/{z}/{x}/{y}.png',
url: 'https://service.pdok.nl/brt/achtergrondkaart/wmts/v2_0/standaard/EPSG:28992/{z}/{x}/{y}.png',
projection: 'EPSG:28992',
tileGridRef: 'dutch_rd',
displayInLayerList: true,
Expand Down

0 comments on commit 399ada3

Please sign in to comment.