ogc-api-features-testclient

Test client for OGC API Features and API Records

Basic test client for OGC API Features and API Records, built with Leaflet JS and jQuery. Just to show how to access an OGC API Features / Records implementation, to see if it provides data.

In a logging screen it shows the requests sent to the API, to understand what is happening.

This test client originated from an earlier experiment of the Dutch OpenGeoGroep on WFS 3 (OGC API - Features), see https://github.com/opengeogroep/wfs3-experiment/. It has been further developed during the OGC Code sprint in September 2022.

Scope

This client is work in progress and meant for just a basic demo / test to access an oapi-features implementation. No more than that (so it is not a full client on OGC API Features / Records for example).

Prerequisites of an API implementation

Limitations

The live version on github.io has limitations:

External software

This test client uses and is built on LeafletJS with plugins for gesture handling and Proj4Leaflet, and jQuery.

Many thanks to all the contributors of these projects.