PHPwfs

This is a old project I've revisited because I need a Web Feature Service, which can be deployed quick and with a minimum of configuration. Back end is a PostGIS database and the script reads the 'f_geometry_column' meta data table and expose the layers as WFS. Only set the data base connection parameters.

The WFS is tested with QGIS, MapInfo and Gaia. It supports GETCAPABILITIES, DESCRIBEFEATURETYPE and GETFEATURE. Both GET and POST.

The script is part of the AppForMap project at Sourceforge.net

I'll soon post some examples.