We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
After a restore GWC should still allow caching of multiple styles
At the moment, also when requesting a style different from the default one, gwc returns the defaul styling.
The problem is that geoserver is not backing up the gwc config, so a command was added to restore any non existing tile layer
We need to improve the create_tile_layers command in order to automatically deal with assigned styles.
create_tile_layers
The text was updated successfully, but these errors were encountered:
[Fixes #11912] GWC layers only cache default style after B/R restore
56b2f44
f8ca029
[Fixes #11912] GWC layers only cache default style after B/R restore (#…
9bca77b
…11913) Co-authored-by: G. Allegri <giohappy@gmail.com>
[Backport 4.2.x ] [Fixes #11912] GWC layers only cache default style …
c4c52c1
…after B/R restore … (#11914) * [Fixes #11912] GWC layers only cache default style after B/R restore (#11913) Co-authored-by: G. Allegri <giohappy@gmail.com> * Reformatting for latest Black --------- Co-authored-by: Emanuele Tajariol <etj@geo-solutions.it>
[Backport 4.1.x][Fixes #11912] GWC layers only cache default style af…
39d0d18
…ter B/R restore
1a13365
…ter B/R restore (#11942)
[Backport 4.2.x ] [Fixes GeoNode#11912] GWC layers only cache default…
f865a53
… style after B/R restore … (GeoNode#11914) * [Fixes GeoNode#11912] GWC layers only cache default style after B/R restore (GeoNode#11913) Co-authored-by: G. Allegri <giohappy@gmail.com> * Reformatting for latest Black --------- Co-authored-by: Emanuele Tajariol <etj@geo-solutions.it>
etj
No branches or pull requests
After a restore GWC should still allow caching of multiple styles
At the moment, also when requesting a style different from the default one, gwc returns the defaul styling.
The problem is that geoserver is not backing up the gwc config, so a command was added to restore any non existing tile layer
We need to improve the
create_tile_layers
command in order to automatically deal with assigned styles.The text was updated successfully, but these errors were encountered: