The current GeoServer implementation of the time dimension continuous interval is contrary to the standard. Current implementation is: 'smallest domain value/biggest domain value/PT1S'.
The WMS specification says:
'Data which are refreshed at regular intervals but not archived are represented using time/time/period, where both time values are the same (that of the latest data) and the period indicates the refresh rate.'
For example: With the current GeoServer implementation you cannot express a continuous interval of 10 minutes. The right time dimension should be: 'biggest domain value/biggest domain value/PT10M'.
|