Skip to content

Commit

Permalink
Merge pull request #11190 from camptocamp/qgis-version
Browse files Browse the repository at this point in the history
Update the used QGIS version
  • Loading branch information
sbrunner authored Jun 26, 2024
2 parents f583464 + ced32c7 commit 1e51783
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ jobs:
- run: make build-config

# Build and lint QGIS images
- run: QGIS_VERSION=3.28-gdal3.7 make build-qgisserver
- run: QGIS_VERSION=3.28-gdal3.7 make prospector-qgisserver
- run: QGIS_VERSION=3.34-gdal3.8 make build-qgisserver
- run: QGIS_VERSION=3.34-gdal3.8 make prospector-qgisserver

# Tests
- run: make preparetest
Expand Down
4 changes: 2 additions & 2 deletions ci/create-new-project
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ docker tag "camptocamp/geomapfish:${TAG}" "camptocamp/geomapfish:$(scripts/get-v
docker tag "camptocamp/geomapfish-tools:${TAG}" "camptocamp/geomapfish-tools:$(scripts/get-version --full)"
docker tag "camptocamp/geomapfish-config:${TAG}" "camptocamp/geomapfish-config:$(scripts/get-version --major-minor)"

DOCKER_BUILDKIT=1 docker build --target=runner --build-arg=VERSION=3.28-gdal3.6 \
DOCKER_BUILDKIT=1 docker build --target=runner --build-arg=VERSION=3.34-gdal3.8 \
--build-arg="GEOMAPFISH_VERSION=${TAG}" \
--tag="camptocamp/geomapfish-qgisserver:gmf${TAG}-qgis3.28-gdal3.6" \
--tag="camptocamp/geomapfish-qgisserver:gmf${TAG}-qgis3.34-gdal3.8" \
docker/qgisserver

WORKSPACE=$1
Expand Down
2 changes: 1 addition & 1 deletion doc/integrator/backend_qgis.rst
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ With that you will not have URL encoding issues.
Landing page
============

`The QGIS documentation <https://docs.qgis.org/3.28/en/docs/server_manual/services.html#qgis-server-catalog>`_.
`The QGIS documentation <https://docs.qgis.org/latest/en/docs/server_manual/services.html#qgis-server-catalog>`_.

To have the landing page you should:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ TILECLOUDCHAIN_INTERNAL_PORT=8080
MAPSERVER_URL=http://mapserver:8080/
TINYOWS_URL=http://tinyows:8080/
QGISSERVER_URL=http://qgisserver:8080/mapserv_proxy
QGIS_VERSION=3.28-gdal3.7
QGIS_VERSION=3.34-gdal3.8
POSTGRES_TAG=13-postgis-3

DEVSERVER_HOST=webpack_dev_server:8080
Expand Down

0 comments on commit 1e51783

Please sign in to comment.