Skip to content

Commit

Permalink
PB-438: Fix transparency, time and lang of WMS layers in print
Browse files Browse the repository at this point in the history
WMS layer based on the WMS specification, prints background in white unless
the query parameter TRANSPARENT is set to true. The WMS parameter were not
passed to print. Due to this external layers were not transparent and layer with
time and/or lang did not print the correct content.

This was a bug in the geoblocks/mapfishprint library, see geoblocks/mapfishprint#30

Geoadmin layers have a bug and their default behavior is transparent=true instead
of false, see https://jira.swisstopo.ch/browse/PB-439

Also fix
  • Loading branch information
ltshb committed Apr 24, 2024
1 parent 0456283 commit 0e6ad04
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@fortawesome/free-solid-svg-icons": "^6.5.2",
"@fortawesome/vue-fontawesome": "^3.0.6",
"@geoblocks/cesium-compass": "^0.5.0",
"@geoblocks/mapfishprint": "^0.2.11",
"@geoblocks/mapfishprint": "^0.2.12",
"@geoblocks/ol-maplibre-layer": "^0.1.3",
"@ivanv/vue-collapse-transition": "^1.0.2",
"@mapbox/togeojson": "^0.16.2",
Expand Down

0 comments on commit 0e6ad04

Please sign in to comment.