mrmap-community / Mapbender2.8

Other
4 stars 1 forks source link

mod_linkedDataProxy - Inconsistent Coordinate Axis for Collection and Item View #98

Closed SvenTUM closed 11 months ago

SvenTUM commented 2 years ago

Describe the bug

The coordinate axis is swapped for a particular collection when accessing one of the items.

To Reproduce

Steps to reproduce the behavior:

  1. Visit the collection page
  2. Note the map representation
  3. Click on a link for one of the items
  4. Note the feature coordinates are swapped

Expected behavior

Both representations should have the same axis order.

Screenshots

clipboard-202205181318-ftjzf

clipboard-202205181319-mcbwc

SvenTUM commented 2 years ago

Maybe the filtered request looks for (and successfully finds) a higher WFS version in the background and therefor has the swapped coordinate axis in the result.

armin11 commented 2 years ago

as i remember it is a problem of the esri wfs :-( - please test a mapserver based one and compare the results

SvenTUM commented 2 years ago

The questionable WFS certainly is an ArcGIS Server WFS. I don't know of any MapServer WFS in out registry.

Something obviously is done differently for the two API calls. If it's an actual bug in the AGS WFS implementation we could close this issue.

lvgl-cs commented 11 months ago

This indeed was an issue with the ArcGIS server and can be closed due to that.