Issue Type: Bug 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="" class="code-quote">"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 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
------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349351&iu=/4140/ostg.clktrk
_______________________________________________
Geoserver-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

Reply via email to