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(wms): take wms 1.1.1 version into account for axis order #2460

Merged
merged 1 commit into from
Nov 15, 2024

Conversation

airnez
Copy link
Contributor

@airnez airnez commented Nov 8, 2024

Description

Axis order in WMS in EPSG:4326 is long/lat in version 1.X.X while it is lat/long for 1.3.0. Versions 1.0.0, 1.1.0 and 1.1.1 do exist. We were previously testing the version against '1.1.0' value to determine the order, ignoring versions 1.0.0 and 1.1.1. Now testing on version 1.3.0 to enable native compatibility with those versions as well.

@airnez airnez requested a review from Desplandis November 8, 2024 16:15
@Desplandis Desplandis self-assigned this Nov 12, 2024
@Desplandis Desplandis merged commit 0499f95 into iTowns:master Nov 15, 2024
9 checks passed
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