File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change @@ -183,9 +183,9 @@ store.dispatch(setSearchProjection(settings.search_coord_system));
183183store . dispatch ( setSearchTownship ( settings . search_filter_township ) ) ;
184184
185185store . 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) ) ;
You can’t perform that action at this time.
0 commit comments