Open heidivanparys opened 5 years ago
The tests should differentiate between GML loaded from a file and GML served by WFS. In QGIS, it is apparently a complete different part of the source code that handles that, so the results can be completely different.
One example is the use of OGC HTTP URIs in srsName. This seems to work fine for GML loaded from a file, but not when it is served from a WFS. See e.g. https://issues.qgis.org/issues/21575 and https://github.com/qgis/QGIS/pull/9594 .
The problem is present when
using the OGC HTTP URI in srsName
filtering by extent
I will update the result for the WFS test providing this piece of information
The tests should differentiate between GML loaded from a file and GML served by WFS. In QGIS, it is apparently a complete different part of the source code that handles that, so the results can be completely different.
One example is the use of OGC HTTP URIs in srsName. This seems to work fine for GML loaded from a file, but not when it is served from a WFS. See e.g. https://issues.qgis.org/issues/21575 and https://github.com/qgis/QGIS/pull/9594 .