0.2.2 • Published 4 years ago

@koopjs/output-ogcapi-features v0.2.2

Weekly downloads
8
License
Apache-2.0
Repository
github
Last release
4 years ago

@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 @koopjs/provider-ogcapi-features
0.2.1

4 years ago

0.2.2

4 years ago

0.2.0

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago