Experimental output plugin for OGC API - Feature (AKA WFS 3.0). This output turns the dataset from any provider into a single-collection service.
Implemented specs:
Implemented routes:
-
/conformance
-
/collections
-
/collections/:collectionId
-
/collections/:collectionId/items
-
/collections/:collectionId/items/:featureId
npm install @koopjs/output-ogcapi-features
This provider can be registered in a Koop app.
const Koop = require("koop");
const ogcOutput = require("@koopjs/output-ogcapi-features");
Koop.register(ogcOutput);
If the app is developed using the Koop CLI, it can be auto-registered with
koop add output @koopjs/provider-ogcapi-features