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

deegree WMS GFI through QGIS desktop client results in error message #1723

Open
julianzz98 opened this issue Jul 10, 2024 · 0 comments
Open
Labels
bug error issue and bug (fix) WMS deegree Web Map Service

Comments

@julianzz98
Copy link
Contributor

Requirements:

  1. A deegree WMS (1.3.0) with vector data is configured and added as a connection in the QGIS desktop client
  2. The vector layer is imported into the layer panel (the default CRS is EPSG:4326)
  • As a test, a GFI is done through the QGIS client and results in a valid response
  1. The CRS is changed for the whole QGIS project to another CRS, i.e. EPSG:25832
  • Another GFI is done through the QGIS client, this time it results in the following error:
<ServiceExceptionReport>
  <ServiceException code="InvalidPoint">
    The I/J parameters do not fit in the image dimensions.
  </ServiceException>
</ServiceExceptionReport>

In my test case, the I/J parameters were set with [0,1] with a height and width parameter of [2,2] configured. Nevertheless, changing the I/J parameters to the value of [1,1] gives out a valid response.

Still, the OGC WMS 1.3.0 specification specifies that

the value of I shall be between 0 and the maximum value of the i axis;
the value of J shall be between 0 and the maximum value of the j axis;

as well as

The point (I,J) represents the centre of the indicated pixel.
If the value of I or of J is invalid, the server shall issue a service exception (code = InvalidPoint).

@julianzz98 julianzz98 added bug error issue and bug (fix) WMS deegree Web Map Service labels Jul 10, 2024
@julianzz98 julianzz98 changed the title GFI through QGIS desktop client results in error message deegree WMS GFI through QGIS desktop client results in error message Jul 10, 2024
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

No branches or pull requests

1 participant