Open tbonfort opened 12 years ago
Author: nsavard@mapgears.com Date: 2004/10/22 - 15:36
Reassigned to Assefa.
Author: nsavard@mapgears.com Date: 2004/10/22 - 15:47
More info:
When the default time parameter "wms_timedefault" is set to something valid like:
"wms_timedefault" "T15:10:00Z", the same service exception described in this
bug description is returned. MapServer is not looking for the correct
"wms_timedefault" parameter value.
Author: assefa Date: 2004/10/22 - 18:14
Norm,
I just tested this. I get the following exception when the time value is not
given and there is no default time set.
<?xml version='1.0' encoding="ISO-8859-1" standalone="no" ?>
<!DOCTYPE ServiceExceptionReport SYSTEM
"http://schemas.opengis.net/wms/1.1.1/WMS_exception_1_1_1.dtd">
<ServiceExceptionReport version="1.1.1">
<ServiceException code="MissingDimensionValue">
msWMSApplyTime: WMS server error. No Time value was given, and no default time
value defined.
</ServiceException>
</ServiceExceptionReport>
It is weird that the value of 2004-01-01 14:10:00 is returned in the exception
if nothing in the map file was set. You should maybe send me your map file if
this is still a real bug.
Author: assefa Date: 2004/10/25 - 16:52
I reproduced this with you test map file. It is corrected in mapws.c (r1.124).
There was a missing test to check the layer status before applying the time
(only on layers given in the request).
Reporter: nsavard@mapgears.com Date: 2004/10/22 - 15:35