CrunchyData / pg_featureserv

Lightweight RESTful Geospatial Feature Server for PostGIS in Go
Apache License 2.0
459 stars 91 forks source link

Using the server as WFS? #128

Open pabloaguilarmartinez opened 2 years ago

pabloaguilarmartinez commented 2 years ago

Hi,

This is a question. I wanted to ask if it is possible to use this server as a WFS. Otherwise, does anyone know how to implement that? For example to subscribe from qgis.

Thanks a ton for your approach!

dr-jts commented 2 years ago

pg_featureserv implements the OGC API for Features (OAPIF), which is the replacement for the venerable WFS protocol. QGIS can use OAPIF as a data source. See this blog post for details on how to do this.