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 GFI for requests with CRS with inverted axis order #1020

Merged
merged 1 commit into from
Apr 17, 2020

Conversation

dstenger
Copy link
Contributor

@dstenger dstenger commented Nov 26, 2019

GFI does not return the correct result if the axis order of the CRS is inverted.
For example, this is the case if WMS 1.3 is requested with CRS EPSG:4326.

Currently, when an axis aware CRS with inverted axis order is used (e.g. WMS 1.3 with CRS EPSG:4326), the axis order is inverted again without recalculating I, J, width and height.

Thus, this pull requests enables recalculation of I, J, width and height when using axis aware CRS with inverted axis order in GFI requests.

@dstenger dstenger added the bug error issue and bug (fix) label Nov 26, 2019
@tfr42 tfr42 added the WMS deegree Web Map Service label Mar 6, 2020
@copierrj copierrj merged commit 775cb60 into deegree:master Apr 17, 2020
@tfr42 tfr42 added this to the 3.4.13 milestone Apr 17, 2020
@lgoltz lgoltz deleted the gfiUnexpectedResults-6080 branch December 8, 2022 09:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug error issue and bug (fix) WMS deegree Web Map Service
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants