@koopjs/output-ogcapi-features

0.2.2 • Public • Published

@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:

  • [x] /conformance
  • [x] /collections
  • [x] /collections/:collectionId
  • [x] /collections/:collectionId/items
  • [x] /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 @koopjs/provider-ogcapi-features

Package Sidebar

Install

npm i @koopjs/output-ogcapi-features

Weekly Downloads

1

Version

0.2.2

License

Apache-2.0

Unpacked Size

14.3 kB

Total Files

20

Last publish

Collaborators

  • sanshr
  • drspacemanphd
  • sonofflynn89
  • tomtom92
  • haoliang
  • richgwozdz
  • dhatcher