-
Notifications
You must be signed in to change notification settings - Fork 24
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
Support configurable CRS in WCS services #314
Support configurable CRS in WCS services #314
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great! Could you also push these changes into the WCS DescribeCoverage request?
The request example: http://localhost:9000/?service=WCS&request=DescribeCoverage&identifiers=us-ned
b5d1bac
to
d4e2829
Compare
d4e2829 does the |
@jisantuc I think the main goal of the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks!
2e81a0f
to
2d286e9
Compare
Overview
This PR adds a
supportedProjections
attribute to theWcsConf
case class, adds example configuration to thestac-example
andogc-example
projects, and consumes those supported projections when rendering theGetCapabilities
response.Checklist
Demo
Notes
Optional. Ancillary topics, caveats, alternative strategies that didn't work out, anything else.
Testing Instructions
application.conf
Closes #305