Skip to content

Commit

Permalink
Upgrade to 2.7.1.16
Browse files Browse the repository at this point in the history
  • Loading branch information
Continuous integration committed Nov 27, 2023
1 parent f7c3a14 commit d437635
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CONST_create_template/env.default
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion CONST_create_template/geoportal/webpack.apps.js
Original file line number Diff line number Diff line change
Expand Up @@ -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}',
},
})
Expand Down
2 changes: 1 addition & 1 deletion env.default
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 3 additions & 3 deletions geoportal/CONST_vars.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion geoportal/webpack.apps.js
Original file line number Diff line number Diff line change
Expand Up @@ -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}',
},
})
Expand Down

0 comments on commit d437635

Please sign in to comment.