File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "name" : " gh-datainmap" ,
3- "version" : " 1.10.2 " ,
3+ "version" : " 1.10.3 " ,
44 "description" : " " ,
55 "main" : " index.js" ,
66 "scripts" : {
Original file line number Diff line number Diff line change 1+ ** 1.10.3 (2021-12-14)**
2+
3+ - Fix voor kaartweergave in de backend bij beheren locatie. Deze weas door een verouderde URL niet zichtbaar.
4+
15** 1.10.2 (2021-12-07)**
26
37- Documentatie wijziging, nieuwe URL voor standaard kaart.
Original file line number Diff line number Diff line change 33Plugin Name: Data In Map
44Plugin URI: https://bitbucket.org/gemeenteheerenveen/datainmap-plugin/src/master/
55Description: Data In Map is a plugin for displaying maps.
6- Version: 1.10.2
6+ Version: 1.10.3
77Requires at least: 5.0
88Requires PHP: 7.2
99Author: Gemeente Heerenveen
2626*/
2727
2828if ( ! defined ( 'ABSPATH ' ) ) exit ; // Exit if accessed directly
29- if ( ! defined ('GH_DIM_VERSION ' )) define ('GH_DIM_VERSION ' , '1.10.2 ' );
29+ if ( ! defined ('GH_DIM_VERSION ' )) define ('GH_DIM_VERSION ' , '1.10.3 ' );
3030if ( ! defined ('GH_DIM_FILE ' )) define ('GH_DIM_FILE ' , __FILE__ );
3131if ( ! defined ('GH_DIM_DIR ' )) define ('GH_DIM_DIR ' , dirname (__FILE__ ));
3232if ( ! defined ('GH_DIM_DEBUG ' )) define ('GH_DIM_DEBUG ' , false );
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