From 7b3201038cbf2d9c8f44d7a39f02238221441213 Mon Sep 17 00:00:00 2001 From: Continuous integration Date: Thu, 12 Dec 2024 16:41:05 +0000 Subject: [PATCH] Upgrade to 2.9.rc.26 --- CONST_create_template/env.default | 2 +- CONST_create_template/geoportal/webpack.apps.js | 2 +- CONST_create_template/mapserver/mapserver.map.tmpl | 1 + env.default | 2 +- geoportal/webpack.apps.js | 2 +- mapserver/mapserver.map.tmpl | 1 + 6 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CONST_create_template/env.default b/CONST_create_template/env.default index e3f454b35..a988261a7 100644 --- a/CONST_create_template/env.default +++ b/CONST_create_template/env.default @@ -1,5 +1,5 @@ # Default values for c2cgeoportal -GEOMAPFISH_VERSION=2.9.rc.25 +GEOMAPFISH_VERSION=2.9.rc.26 GEOMAPFISH_MAIN_VERSION=2.9 GEOMAPFISH_MAIN_MINOR_VERSION=2.9.0 COMPOSE_PROJECT_NAME=geomapfish diff --git a/CONST_create_template/geoportal/webpack.apps.js b/CONST_create_template/geoportal/webpack.apps.js index 3d6d7c91d..2d32b20f1 100644 --- a/CONST_create_template/geoportal/webpack.apps.js +++ b/CONST_create_template/geoportal/webpack.apps.js @@ -23,7 +23,7 @@ for (const filename of ls( chunks: [name], vars: { entry_point: '${VISIBLE_ENTRY_POINT}', - version: '2.9.rc.25', + version: '2.9.rc.26', cache_version: '${CACHE_VERSION}', }, }) diff --git a/CONST_create_template/mapserver/mapserver.map.tmpl b/CONST_create_template/mapserver/mapserver.map.tmpl index e2481e724..4174abc9a 100644 --- a/CONST_create_template/mapserver/mapserver.map.tmpl +++ b/CONST_create_template/mapserver/mapserver.map.tmpl @@ -72,6 +72,7 @@ MAP "ows_onlineresource" "${VISIBLE_WEB_PROTOCOL}://${VISIBLE_WEB_HOST}${VISIBLE_ENTRY_POINT}mapserv_proxy?ogcserver=MapServer" "ows_srs" "EPSG:2056" "wms_allow_getmap_without_styles" "true" + "oga_onlineresource" "${VISIBLE_WEB_PROTOCOL}://${VISIBLE_WEB_HOST}${VISIBLE_ENTRY_POINT}mapserv_proxy/MapServer/ogcapi" END END LEGEND diff --git a/env.default b/env.default index e3f454b35..a988261a7 100644 --- a/env.default +++ b/env.default @@ -1,5 +1,5 @@ # Default values for c2cgeoportal -GEOMAPFISH_VERSION=2.9.rc.25 +GEOMAPFISH_VERSION=2.9.rc.26 GEOMAPFISH_MAIN_VERSION=2.9 GEOMAPFISH_MAIN_MINOR_VERSION=2.9.0 COMPOSE_PROJECT_NAME=geomapfish diff --git a/geoportal/webpack.apps.js b/geoportal/webpack.apps.js index 3d6d7c91d..2d32b20f1 100644 --- a/geoportal/webpack.apps.js +++ b/geoportal/webpack.apps.js @@ -23,7 +23,7 @@ for (const filename of ls( chunks: [name], vars: { entry_point: '${VISIBLE_ENTRY_POINT}', - version: '2.9.rc.25', + version: '2.9.rc.26', cache_version: '${CACHE_VERSION}', }, }) diff --git a/mapserver/mapserver.map.tmpl b/mapserver/mapserver.map.tmpl index b5d43f617..22ec206c0 100644 --- a/mapserver/mapserver.map.tmpl +++ b/mapserver/mapserver.map.tmpl @@ -75,6 +75,7 @@ MAP "ows_onlineresource" "${VISIBLE_WEB_PROTOCOL}://${VISIBLE_WEB_HOST}${VISIBLE_ENTRY_POINT}mapserv_proxy?ogcserver=MapServer" "ows_srs" "EPSG:2056" "wms_allow_getmap_without_styles" "true" + "oga_onlineresource" "${VISIBLE_WEB_PROTOCOL}://${VISIBLE_WEB_HOST}${VISIBLE_ENTRY_POINT}mapserv_proxy/MapServer/ogcapi" END END LEGEND