Skip to content

Latest commit

 

History

History
67 lines (46 loc) · 2.98 KB

File metadata and controls

67 lines (46 loc) · 2.98 KB

Implementations

Servers

ldproxy-based

Server for the hackathon - landing page for several services:

New capabilities added / bugs fixed:

Other servers (OpenAPI documents):

Golang server implementing core wfs3 w/ zero-config GeoPackage data source support & geojson encoding plus filtering. Looking for other golang developers to fill it out & solidify it for production use. Examples of good places to contribute:

  • Add support for PostGIS backends
  • Add html encoding support
  • Now that its starting to settle, tests would be good.
  • Clean up endpoints; filtering params may be better suited for PUT requests than GET params.
  • More detalied configuration to limit features / add metadata to data sources.
  • Migrate OpenAPI spec from v2 -> v3

Running at:

Running at:

GeoServer

An incomplete implementation of the WFS3 specification is available at http://cloudsdi.geo-solutions.it/geoserver/wfs3/ It is a community module developed from scratch during the WFS 3 hackaton. At the time of writing, still misses HTML outputs, conformance call, paging links (supports random paging with startIndex), single feature outputs and attribute filtering.

(add your own implementations)

...

Clients

(add your own implementations)

...