Skip to content

Experimental output plugin for OGC API - Features

License

Notifications You must be signed in to change notification settings

koopjs/output-ogcapi-features

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@koopjs/output-ogcapi-features

npm Build Status

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

Installation

npm install @koopjs/output-ogcapi-features

Usage

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

Releases

No releases published

Packages

No packages published