opengeospatial / ets-wfs20

Executable Test Suite for WFS 2.0
Other
9 stars 11 forks source link

WFS validation failling with Spatial filter errors #274

Closed JohannaOtt closed 1 week ago

JohannaOtt commented 4 months ago

Describe the bug When testing this WFS in the beta instance using version 1.41 of the WFS 2.0 validator, it fails several Spatial filter tests. From the error message, it is not clear what the issue is.

To Reproduce Steps to reproduce the behavior:

  1. Validate the WFS provided in the description with the WFS 2.0 test in version 1.41
  2. Check the error messages in the Spatial filter section.

Expected behavior Either there is an error in the test suite and the WFS should pass or the error messages should deliver a clear feedback on what the issue is.

Screenshots 335996262-09a74055-b892-4863-94bb-94c8fc763237

Additional context This issue is a follow up issue of https://github.com/opengeospatial/ets-wfs20/issues/247

dstenger commented 3 months ago

Thank you for reporting. I can reproduce the problem. We will do further investigation.

bpross-52n commented 2 weeks ago

The features of the failing test do not have a geometry (feature type SpeciesDistributionDataset). For the failing tests, a test envelope is created out of the sampled feature data. However, as other feature types have data, this should be skipped rather than failed. We will create a fix for this and also enhance the error message.

JohannaOtt commented 1 week ago

@bpross-52n That is great news, thank you!