From d43763556ea09365c97071fa145fa4baf9476a73 Mon Sep 17 00:00:00 2001 From: Continuous integration Date: Mon, 27 Nov 2023 08:24:00 +0000 Subject: [PATCH] Upgrade to 2.7.1.16 --- CONST_create_template/env.default | 2 +- CONST_create_template/geoportal/webpack.apps.js | 2 +- env.default | 2 +- geoportal/CONST_vars.yaml | 6 +++--- geoportal/webpack.apps.js | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CONST_create_template/env.default b/CONST_create_template/env.default index 617142867..03ce4a1e1 100644 --- a/CONST_create_template/env.default +++ b/CONST_create_template/env.default @@ -1,5 +1,5 @@ # Default values for c2cgeoportal -GEOMAPFISH_VERSION=2.7.1.15 +GEOMAPFISH_VERSION=2.7.1.16 GEOMAPFISH_MAIN_VERSION=2.7 GEOMAPFISH_MAIN_MINOR_VERSION=2.7.1 COMPOSE_PROJECT_NAME=geomapfish diff --git a/CONST_create_template/geoportal/webpack.apps.js b/CONST_create_template/geoportal/webpack.apps.js index 04c39458a..d38040c6e 100644 --- a/CONST_create_template/geoportal/webpack.apps.js +++ b/CONST_create_template/geoportal/webpack.apps.js @@ -21,7 +21,7 @@ for (const filename of ls(path.resolve(__dirname, 'geomapfish_geoportal/static-n chunks: [name], vars: { entry_point: '${VISIBLE_ENTRY_POINT}', - version: '2.7.1.15', + version: '2.7.1.16', cache_version: '${CACHE_VERSION}', }, }) diff --git a/env.default b/env.default index 617142867..03ce4a1e1 100644 --- a/env.default +++ b/env.default @@ -1,5 +1,5 @@ # Default values for c2cgeoportal -GEOMAPFISH_VERSION=2.7.1.15 +GEOMAPFISH_VERSION=2.7.1.16 GEOMAPFISH_MAIN_VERSION=2.7 GEOMAPFISH_MAIN_MINOR_VERSION=2.7.1 COMPOSE_PROJECT_NAME=geomapfish diff --git a/geoportal/CONST_vars.yaml b/geoportal/CONST_vars.yaml index 133229c8a..86f867037 100644 --- a/geoportal/CONST_vars.yaml +++ b/geoportal/CONST_vars.yaml @@ -642,9 +642,9 @@ vars: - name: snappingConfig type: json description: > - The snapping configuration for the layer. If set, the layer is considered to be - "snappable", even if the config itself is empty. Example value: {"tolerance": 50, "edge": - false}. + The snapping configuration for the layer. If set, even if empty, the layer is considered to be + "snappable" and snapping is activated by default. To disable snapping by default, set "activated" + to false. Example value: {"tolerance": 50, "edge": false}. relevant_for: - layer_wms - name: geometryValidation diff --git a/geoportal/webpack.apps.js b/geoportal/webpack.apps.js index 04c39458a..d38040c6e 100644 --- a/geoportal/webpack.apps.js +++ b/geoportal/webpack.apps.js @@ -21,7 +21,7 @@ for (const filename of ls(path.resolve(__dirname, 'geomapfish_geoportal/static-n chunks: [name], vars: { entry_point: '${VISIBLE_ENTRY_POINT}', - version: '2.7.1.15', + version: '2.7.1.16', cache_version: '${CACHE_VERSION}', }, })