From 836c9e6d4606c98260b6d2cdd0006a72996f863e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Brunner?= Date: Fri, 29 Nov 2024 12:31:05 +0000 Subject: [PATCH] Upgrade to GeoMapFish 2.9rc17 --- CONST_CHANGELOG.txt | 5 ++++- CONST_create_template/env.default | 2 +- CONST_create_template/mapserver/mapserver.map.tmpl | 9 ++++----- env.default | 2 +- 4 files changed, 10 insertions(+), 8 deletions(-) diff --git a/CONST_CHANGELOG.txt b/CONST_CHANGELOG.txt index 1544b6c80..41280ba84 100644 --- a/CONST_CHANGELOG.txt +++ b/CONST_CHANGELOG.txt @@ -23,7 +23,10 @@ Information to know before starting the upgrade - Update Webpack to version 5 and remove Babel transpilation to ES05, See the related pull request: https://github.com/camptocamp/ngeo/pull/9463. - Update FontAwesome to version 6, - See the related pull request: https://github.com/camptocamp/ngeo/pull/9470 + See the related pull request: https://github.com/camptocamp/ngeo/pull/9470. + +3. For the OGC API, the MapServer configuration changes, now multi map files are supported by default and the URL in + the admin interface should be updated, see the OGC APT - Features documentation for more information. Information =========== diff --git a/CONST_create_template/env.default b/CONST_create_template/env.default index e1657bc28..0c4f07c9b 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.16 +GEOMAPFISH_VERSION=2.9.rc.17 GEOMAPFISH_MAIN_VERSION=2.9 GEOMAPFISH_MAIN_MINOR_VERSION=2.9.0 COMPOSE_PROJECT_NAME=geomapfish diff --git a/CONST_create_template/mapserver/mapserver.map.tmpl b/CONST_create_template/mapserver/mapserver.map.tmpl index c0edf87f9..e2481e724 100644 --- a/CONST_create_template/mapserver/mapserver.map.tmpl +++ b/CONST_create_template/mapserver/mapserver.map.tmpl @@ -66,12 +66,11 @@ MAP END WEB METADATA - "wms_title" "changeme" - "wms_abstract" "changeme" + "ows_enable_request" "*" + "ows_title" "changeme" + "ows_abstract" "changeme" "ows_onlineresource" "${VISIBLE_WEB_PROTOCOL}://${VISIBLE_WEB_HOST}${VISIBLE_ENTRY_POINT}mapserv_proxy?ogcserver=MapServer" - "wms_srs" "EPSG:2056" - "wms_enable_request" "*" - "wfs_enable_request" "!*" + "ows_srs" "EPSG:2056" "wms_allow_getmap_without_styles" "true" END END diff --git a/env.default b/env.default index e1657bc28..0c4f07c9b 100644 --- a/env.default +++ b/env.default @@ -1,5 +1,5 @@ # Default values for c2cgeoportal -GEOMAPFISH_VERSION=2.9.rc.16 +GEOMAPFISH_VERSION=2.9.rc.17 GEOMAPFISH_MAIN_VERSION=2.9 GEOMAPFISH_MAIN_MINOR_VERSION=2.9.0 COMPOSE_PROJECT_NAME=geomapfish