#8905 Allow to set singletile option on a wms catalog entry#9022
#8905 Allow to set singletile option on a wms catalog entry#9022offtherailz merged 1 commit intogeosolutions-it:masterfrom
Conversation
| }, | ||
| "singleTile": { | ||
| "label": "Single Tile", | ||
| "tooltip": "La couche est rendue sous la forme d'une seule image de tuile lorsqu'elle est ajoutée à la carte avec cette option activée" |
There was a problem hiding this comment.
sous la forme d'une seule image lorsqu'elle will be clearer i think.
There was a problem hiding this comment.
@landryb like this?
| "tooltip": "La couche est rendue sous la forme d'une seule image de tuile lorsqu'elle est ajoutée à la carte avec cette option activée" | |
| "tooltip": "La couche est rendue sous la forme d'une seule image lorsqu'elle est ajoutée à la carte avec cette option activée" |
There was a problem hiding this comment.
yes i think so. @MaelREBOUX do you think that's meaningful enough ?
or rather Lorsque cette option est activée, la couche ajoutée à la carte est rendue sous la forme d'une seule image ?
|
in my limited testing, it seems to work fine for WMS catalogtype (not for CSW, i agree it is out of scope), but afaict doesnt allow to globally set and |
|
I think you need to add it under the |
oh you're right - that works perfectly, layers added from that catalog entry load in a single wms request, great. And now i think i understand better how i should mimic this in #8167 instead of adding a server-level property like i'm doing right now in my wip. |
|
I merged this PR, missing the comment about translation. |
|
@ElenaGallo can you please test in DEV and let us know if we can backport to 2023.01.xx |
|
Test passed on DEV, @allyoucanmap please backport to 2023.01.xx, thanks |
Description
This PR introduces the single tile options for wms catalogs.
This new option is visible under the advanced settings of the catalog editor.
Please check if the PR fulfills these requirements
What kind of change does this PR introduce? (check one with "x", remove the others)
Issue
What is the current behavior?
#8905
What is the new behavior?
The wms catalog advanced settings allows to select the single tile options to apply it to all the added layers
Breaking change
Does this PR introduce a breaking change? (check one with "x", remove the other)
Other useful information