Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: Respect maximum WMS GetMap size #4002

Merged
merged 2 commits into from
Dec 5, 2023

Conversation

rldhont
Copy link
Collaborator

@rldhont rldhont commented Dec 4, 2023

By default the maximum Lizmap WMS GetMap Size is 3000x3000. To avoid a blank map for large screen, the OL layer has to be a tile layer with tile WMS source instead of an image layer with image WMS source.

Funded by 3Liz

By default the maximum Lizmap WMS GetMap Size is 3000x3000.
To avoid a blank map for large screen, the OL layer has to be a tile layer with tile WMS source instead of an image layer with image WMS source.

Funded by 3Liz
@rldhont rldhont added user interface map viewer javascript Pull requests that update Javascript code run end2end If the PR must run end2end tests or not backport release_3_7 labels Dec 4, 2023
@github-actions github-actions bot added this to the 3.8.0 milestone Dec 4, 2023
https://docs.qgis.org/latest/en/docs/server_manual/services/wms.html#tiled

When working with tiles, symbols at or near the boundary between two tiles may appeared
cut, because they are only present in one of the tile.

Setting `TILED` parameter to `TRUE` in GetMap requests, tell QGIS Server to work in tiled
mode, and to apply the Tile buffer configured in the QGIS project. When TILED is TRUE and
when a non-zero Tile buffer is configured in the QGIS project, features outside the tile
extent are drawn to avoid cut symbols at tile boundaries.
@rldhont rldhont marked this pull request as ready for review December 5, 2023 10:44
@rldhont rldhont merged commit 4575c43 into 3liz:master Dec 5, 2023
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport release_3_7 javascript Pull requests that update Javascript code map viewer QGIS Server run end2end If the PR must run end2end tests or not user interface
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants