|
Issue Type:
|
Bug
|
Affects Versions:
|
2.4.2
|
Assignee:
|
Andrea Aime
|
Components:
|
GWC
|
Created:
|
27/Nov/13 3:10 AM
|
Description:
|
My WMS correctly declares the time dimension like this:
<Dimension name="time" default="current" units="ISO8601">
2013-06-21T00:00:00.000Z,2013-10-11T00:00:00.000Z,2013-10-21T00:00:00.000Z,2013-11-01T00:00:00.000Z,2013-11-11T00:00:00.000Z
</Dimension>
However, in the corresponding WMTS layer declaration, the time dimension is not present. The WMTS spec does allow this. This example can be found on schemas.opengis.net:
<Layer>
<ows:Title>Coastlines</ows:Title>
<ows:Abstract>Coastline/shorelines (BA010)</ows:Abstract>
<ows:WGS84BoundingBox>
<ows:LowerCorner>-180 -90</ows:LowerCorner>
<ows:UpperCorner>180 90</ows:UpperCorner>
</ows:WGS84BoundingBox>
<ows:Identifier>coastlines</ows:Identifier>
<Style isDefault="true">
<ows:Title>Dark Blue</ows:Title>
<ows:Identifier>DarkBlue</ows:Identifier>
<LegendURL format="image/png" xlink:href="http://www.miramon.uab.es/wmts/Coastlines/coastlines_darkBlue.pn g"/>
</Style>
<Style>
<ows:Title>Thick And Red</ows:Title>
<ows:Abstract>
Specify this style if you want your maps to have thick red coastlines.
</ows:Abstract>
<ows:Identifier>thickAndRed</ows:Identifier>
</Style>
<Format>image/png</Format>
<Format>image/gif</Format>
<Dimension>
<ows:Title>Time</ows:Title>
<ows:Abstract>Monthly datasets</ows:Abstract>
<ows:Identifier>TIME</ows:Identifier>
<Value>2007-05</Value>
<Value>2007-06</Value>
<Value>2007-07</Value>
</Dimension>
<TileMatrixSetLink>
<TileMatrixSet>BigWorld</TileMatrixSet>
</TileMatrixSetLink>
</Layer
|
Project:
|
GeoServer
|
Priority:
|
Major
|
Reporter:
|
Jeroen Dries
|
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: [http://www.atlassian.com/software/jira](http://www.atlassian.com/software/jira)