We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Defined: int msWCSException11(mapObj *map, const char *locator, const char *exceptionCode, const char *version)
Called: return msWCSException11( map, code, locator, version );
That means exceptionCode and locator are switched.
At least in 6.0.3 and current master.
The text was updated successfully, but these errors were encountered:
Adjusting expected results for MapServer/MapServer#4388
e420f0c
Correcting and harmonizing exceptionCode and locator usage in WCS (#4388
c37b3bc
).
f03837d
some things need time... sorry for not handling earlier
Sorry, something went wrong.
Schpidi
No branches or pull requests
Defined:
int msWCSException11(mapObj *map, const char *locator, const char *exceptionCode, const char *version)
Called:
return msWCSException11( map, code, locator, version );
That means exceptionCode and locator are switched.
At least in 6.0.3 and current master.
The text was updated successfully, but these errors were encountered: