Coder Social home page Coder Social logo

Comments (9)

fgdrf avatar fgdrf commented on August 18, 2024

WMS spec for version 1.3.0 states that CRS is an mandatory parameter for GetFeatureInfo Requests

from udig-platform.

nmtoken avatar nmtoken commented on August 18, 2024

Yes indeed, A GetFeatureInfo request is effectively the GetMap request (except the the request type is GetFeatureInfo) plus image (pixel) coordinates in the GetMap image for the point clicked on in the map, plus the layers to be queried, plus the information format. The issue is that the request is automatically generated by udig, so I can't add the CRS parameter manually

from udig-platform.

nprigour avatar nprigour commented on August 18, 2024

Hi @nmtoken ,

Can you explain the way (precisely steps) you issue the above mentioned request from within the udig application. I couldn't find a way to generate it. When I add a layer I can see only possibilities to select between a general wms request (usually targeting raster layers) and a wfs request targeting feature layers.
In the wms request the CRS is sent (checked against geoserver). On the other hand wfs request have a completely different format from the one you specify above.

from udig-platform.

nmtoken avatar nmtoken commented on August 18, 2024

Hi @nprigour, yes agree that the WMS GetMap operation does send the CRS otherwise I wouldn't get a map to click on, and to reiterate I am talking about WMS and not WFS.

Sorry haven't got UDIG on this PC but as per my screenshot, if you see the info option in the palette window on the right hand side, I'm using that info tool to do the on map selection, and it is making the malformed GetFeatureInfo request.

from udig-platform.

nprigour avatar nprigour commented on August 18, 2024

OK @nmtoken that makes things more clear,

I tried to perform the steps as mentioned above using a geoserver 2.13 wms service . Indeed it seems that the request sent does not include CRS info. However information about the feature clicked is correctly returned to the info view. Of course it is possible that geoserver is less restrictive regarding the actual information needed during a getFeatureInfo request. Is it possible to provide some more information regarding the type of wms server you communicate with and if there is a way to access it for testing?

from udig-platform.

mprins avatar mprins commented on August 18, 2024

ESPG:4326 has lat/long axis ordering, however some versions of mapserver have this inverted, see https://mapserver.org/ogc/wms_server.html#wms-1-3-0-support
Looking at the capabilities document can be helpful

from udig-platform.

nmtoken avatar nmtoken commented on August 18, 2024

@mprins MapServer is working correctly because the GetMap operation is generating the correct map, the issue is with the GetFeatureInfo operation. MapServer version used here is 7.2.0 so https://mapserver.org/ogc/wms_server.html#wms-1-3-0-support is not an issue

from udig-platform.

nmtoken avatar nmtoken commented on August 18, 2024

@nprigour I'm using MapServer. The issue is with UDIG not following the WMS standard, not with the server. GeoServer has an option Strict CITE compliance do you have that enabled in your test service? When I do a GetFeatureInfo request on GeoServer with Strict CITE compliance set I don't get a result if I omit the CRS.

from udig-platform.

fgdrf avatar fgdrf commented on August 18, 2024

fixed with milestone 2.1.0

from udig-platform.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.