Skip to content

Commit 6f1f968

Browse files
committed
Nieuwe kaart-URL voor location picker in backend
1 parent 23f4806 commit 6f1f968

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

plugins/gh-datainmap/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
- Fix voor kaartweergave in de backend bij beheren locatie. Deze weas door een verouderde URL niet zichtbaar.
2+
13
**1.10.2 (2021-12-07)**
24

35
- Documentatie wijziging, nieuwe URL voor standaard kaart.

src/admin-locationpicker.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,9 +183,9 @@ store.dispatch(setSearchProjection(settings.search_coord_system));
183183
store.dispatch(setSearchTownship(settings.search_filter_township));
184184

185185
store.dispatch(fetchWMTSLayer(
186-
'https://geodata.nationaalgeoregister.nl/tiles/service/wmts?request=GetCapabilities&service=WMTS',
186+
'https://service.pdok.nl/brt/achtergrondkaart/wmts/v2_0?request=getcapabilities&service=wmts',
187187
{
188-
layer: 'brtachtergrondkaart',
188+
layer: 'standaard',
189189
matrixSet: 'EPSG:3857'
190190
}, { opacity: 1, zIndex: 1}
191191
));

0 commit comments

Comments
 (0)