-
Notifications
You must be signed in to change notification settings - Fork 91
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Specifying output CRS #97
Comments
There's a design issue for this (#6). This is not currently implemented. To align with the OAPIF Part 2 spec, we could provide a query property |
Having the query property would be great! Do you have any rough estimation of when this could be implemented? Is there a process on requesting a new features? Apologies for the ignorance, I am quite new to the GIS community and this repo |
This is the best place to suggest new features. Not sure about the timeline for adding this, but we are doing some work on |
Another question: do you also need to be able to specify the If so, this requires adding the OAPIF parameter |
That would be a nice to have for us. |
@ff-nlashkor this is added in #98. Are you able to build and test? |
We have built this and I can confirm that this has given us the outputs that we need for our API. Thank you! |
Good to hear! |
We have attempted to implement pg_featureserv as our middleware for our API which handles a form of mapping. Our API consumes EPSG:27700. We are not able to configure pg_featureserv into returning data using EPSG:27700 in the output. We have tried giving it a .toml file and whitelisting ST_TRANSFORM but pg_featureserv will still return the output in EPSG:4326. We investigated the issue and it looks like that the pg_featureserv is hardcoded to always give out EPSG:4326.
Is it possible to specify the output CRS that pg_featureserv provides?
The text was updated successfully, but these errors were encountered: