Fixes #285 (was forgotten about this one) completely: all OAFeat client requests through OWSLib now enforce JSON responses via proper Accept: HTTP header from endpoint-metadata (type), like the landing or collection pages.
The UI now completely uses official OGC API Features naming convention (no "WFS3" anymore)
Still TODO, but I prefer in separate issues:
enum OGC:WFS3 and package class renaming, still uses WFS3, requires DB change, but is all internal.
implement new OGCAPIFeaturesCollection Probe class where a single Collection can be selected (ala WMS Layers)
Fixes #285 (was forgotten about this one) completely: all OAFeat client requests through OWSLib now enforce JSON responses via proper Accept: HTTP header from endpoint-metadata (
type
), like the landing or collection pages.The UI now completely uses official OGC API Features naming convention (no "WFS3" anymore)
Still TODO, but I prefer in separate issues:
OGC:WFS3
and package class renaming, still uses WFS3, requires DB change, but is all internal.OGCAPIFeaturesCollection
Probe class where a single Collection can be selected (ala WMS Layers)