We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
I'm looking at WCS 2.0.1 support in MapServer version 6.4.1.
I've noticed that a GetCapabilities request doesn't return all the versions of WCS supported by the server.
GetCapabilities with acceptversions=2.0.1 reports only 2.0.1 support
GetCapabilities with no versions reports only 2.0.1 support
GetCapabilities with version=1.1.0 reports only 1.1.0 support
This appears to be a bug
The text was updated successfully, but these errors were encountered:
@Schpidi, is this something you can look at or should I? --Steve
Sorry, something went wrong.
This actually looks like an omission. I'll see if I find some spare time...
Adjusting expected results to MapServer/MapServer#5046. Adjusting WCS…
d41b2ab
… versions.
bf27d13
Should be corrected for WCS now. I guess this also applies to WFS and probably other OGC services? @rouault, what do you think about WFS?
No branches or pull requests
I'm looking at WCS 2.0.1 support in MapServer version 6.4.1.
I've noticed that a GetCapabilities request doesn't return all the versions of WCS supported by the server.
GetCapabilities with acceptversions=2.0.1 reports only 2.0.1 support
GetCapabilities with no versions reports only 2.0.1 support
GetCapabilities with version=1.1.0 reports only 1.1.0 support
This appears to be a bug
The text was updated successfully, but these errors were encountered: