Skip to content

allanfrankwork/ogc-api-features-testclient

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

Test client for OGC API Features

Basic test client for OGC API Features (a.k.a. WFS 3), based on Leaflet JS and jQuery. Just to access an OGC API Features (oapi-features) 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/.

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 WFS 3 / OGC API Features for example). The code is kept simple and (hopefully) readable. So it is not intended

Prerequisites of an API implementation

Live version

The live version from master is available at https://opengeogroep.github.io/ogc-api-features-testclient/src/

Limitations

The live version on github.io has limitations:

  • only support APIs using https (secured connections): because of blocking mixed content in browsers, github.io is running on https, the API also must support https connections

About

Test client for OGC API - Features (a.k.a. WFS 3)

Resources

Stars

Watchers

Forks