Skip to content

Commit

Permalink
Adjusting exceptionCode in WCS 2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
Schpidi committed Aug 7, 2013
1 parent ddc8d51 commit bd4693a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mapwcs20.c
Expand Up @@ -1071,7 +1071,7 @@ int msWCSParseRequest20(mapObj *map,
msSetError(MS_WCSERR, "The axis '%s' is already subsetted.",
"msWCSParseRequest20()", axis->name);
msWCSFreeSubsetObj20(subset);
msWCSException(map, "InvalidSubsetting", "subset", ows_request->version);
msWCSException(map, "InvalidAxisLabel", "subset", ows_request->version);
return MS_DONE;
}
axis->subset = subset;
Expand Down
2 changes: 1 addition & 1 deletion msautotest
Submodule msautotest updated from 4e1800 to 36caa6

0 comments on commit bd4693a

Please sign in to comment.