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

[LegendUrl] Make legend url part of server properties #60863

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

troopa81
Copy link
Contributor

@troopa81 troopa81 commented Mar 5, 2025

Legend Url and legend Url format should be part of server properties. There are edited whitin QGIS Server tab parameters and are only used in WMS GetCapabilities.

I'm planning to refactor then those settings editing to remove duplicate code.

Funded by Ifremer

@github-actions github-actions bot added this to the 3.44.0 milestone Mar 5, 2025
Copy link

github-actions bot commented Mar 5, 2025

🪟 Windows Qt6 builds

Download Windows Qt6 builds of this PR for testing.
(Built from commit e8990c1)

🪟 Windows builds

Download Windows builds of this PR for testing.
Debug symbols for this build are available here.
(Built from commit e8990c1)

@troopa81
Copy link
Contributor Author

troopa81 commented Mar 6, 2025

unrelated test failure


void QgsMapLayer::setLegendUrl( const QString &legendUrl )
{
QGIS_PROTECT_QOBJECT_THREAD_ACCESS_NON_FATAL
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we upgrade this to the FATAL error? Or does that break existing tests?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done. Let's see if it breaks anything

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Besides the grass issue, there is a Hana test failing but I don't think it's related at all to this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants