INSPIRE-MIF / caniuse

Which INSPIRE GML and GeoJSON features can I use in which software?
5 stars 8 forks source link

Difference between GML from file and GML from WFS - HTTP URI #15

Open heidivanparys opened 5 years ago

heidivanparys commented 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 .

sMorrone commented 5 years ago

The problem is present when

I will update the result for the WFS test providing this piece of information