Skip to content

Commit 0946b60

Browse files
committed
Set urls to the right adress: https + /tiles/services
1 parent 8b4e8a2 commit 0946b60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/fetch_wmts_providers.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ def process_metadata(
110110
data, tilematrixsets = pt.wmts_metadata(url)
111111

112112
base_url = (
113-
"http://geodata.nationaalgeoregister.nl/wmts?"
113+
"https://geodata.nationaalgeoregister.nl/tiles/service/wmts?"
114114
"SERVICE=WMTS"
115115
"&REQUEST=GetTile"
116116
"&VERSION=1.0.0"

0 commit comments

Comments
 (0)