Skip to content

Commit 43a45e8

Browse files
committed
Merge branch 'release/1.10.3'
2 parents ae171a3 + 079f652 commit 43a45e8

4 files changed

Lines changed: 9 additions & 5 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gh-datainmap",
3-
"version": "1.10.2",
3+
"version": "1.10.3",
44
"description": "",
55
"main": "index.js",
66
"scripts": {

plugins/gh-datainmap/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
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.

plugins/gh-datainmap/gh-datainmap.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Plugin Name: Data In Map
44
Plugin URI: https://bitbucket.org/gemeenteheerenveen/datainmap-plugin/src/master/
55
Description: Data In Map is a plugin for displaying maps.
6-
Version: 1.10.2
6+
Version: 1.10.3
77
Requires at least: 5.0
88
Requires PHP: 7.2
99
Author: Gemeente Heerenveen
@@ -26,7 +26,7 @@
2626
*/
2727

2828
if ( ! 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');
3030
if ( ! defined('GH_DIM_FILE')) define('GH_DIM_FILE', __FILE__);
3131
if ( ! defined('GH_DIM_DIR')) define('GH_DIM_DIR', dirname(__FILE__));
3232
if ( ! defined('GH_DIM_DEBUG')) define('GH_DIM_DEBUG', false);

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)