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

[Backport 2024.02.xx] #10732 fix displaying WMS layers from data.geopf.fr in 3d mode (#10592) #10749

Merged
merged 1 commit into from
Jan 14, 2025

Conversation

landryb
Copy link
Collaborator

@landryb landryb commented Jan 14, 2025

data.geopf.fr only supports WMS 1.3.0. Cesium defaults to 1.1.1. Pass the version from the options, and default to 1.1.1 if unset.

Description

Please check if the PR fulfills these requirements

What kind of change does this PR introduce? (check one with "x", remove the others)

  • Bugfix

Issue

What is the current behavior?

#10592

What is the new behavior?

Breaking change

Does this PR introduce a breaking change? (check one with "x", remove the other)

  • Yes, and I documented them in migration notes
  • No

Other useful information

…-it#10592)

data.geopf.fr only supports WMS 1.3.0. Cesium defaults to 1.1.1.
Pass the version from the options, and default to 1.1.1 if unset.
@tdipisa tdipisa linked an issue Jan 14, 2025 that may be closed by this pull request
1 task
@tdipisa tdipisa added bug 3D All issues related to the 3D rendering in CesiumJs Interoperability BackportNeeded Commits provided for an issue need to be backported to the milestone's stable branch labels Jan 14, 2025
@tdipisa tdipisa modified the milestone: 2025.01.00 Jan 14, 2025
@tdipisa tdipisa merged commit 3d60c36 into geosolutions-it:2024.02.xx Jan 14, 2025
6 checks passed
@tdipisa
Copy link
Member

tdipisa commented Jan 14, 2025

@ElenaGallo please manage for functional tests also in QA for this one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3D All issues related to the 3D rendering in CesiumJs BackportNeeded Commits provided for an issue need to be backported to the milestone's stable branch bug Interoperability
Projects
None yet
Development

Successfully merging this pull request may close these issues.

cesium/3d mode forces wms requests to version 1.1.1
2 participants