CrunchyData / pg_featureserv

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

OGC-API testing CRS requirement class failing #85

Open hannesaddec opened 3 years ago

hannesaddec commented 3 years ago

tested an instance of PG_featureserv against https://cite.opengeospatial.org/teamengine/rest/suites/ogcapi-features-1.0/ and observed that it complains about CRS requirement class failing - with that most other parts are also not validated in Cordinate Reference Systems by Reference. Seems a more general issue as geoserver ogc feature service has a similar issue. image

image

dr-jts commented 2 years ago

Thanks for this. It's not too much of a surprise. The pg_featureserv CRS support is a work-in-progress. And it's possible that we will never fully meet the OGC spec, since it has quite a few requirements which are perhaps more complex than we need in pg_fs.

hannesaddec commented 2 years ago

should we prepare a PR for this ?