PostgreSQL/PostGIS tables are currently supported but views are not.
Add support for views.
The main obstacle to support is likely to be difficulties identifying a suitable unique field in each view, as a view is not required to have a Primary Key. It may be possible to provide this information via oaff.collections (formerly feapi.collections) or an alternate metadata entity within the oaff schema.
PostgreSQL/PostGIS tables are currently supported but views are not.
Add support for views.
The main obstacle to support is likely to be difficulties identifying a suitable unique field in each view, as a view is not required to have a Primary Key. It may be possible to provide this information via
oaff.collections
(formerlyfeapi.collections
) or an alternate metadata entity within theoaff
schema.