|
I have just recently started using geoserver (2.6.0) in combination with geotools (13.SNAPSCHOT). I am experimenting with ImagePyramids that have a time dimension. I used the test-dataset �timepyramid� provided in the test resources of the ImagePyramid package. However when I load this ImagePyramid in Geoserver and accessed the WMS getCapabilities for the timepyramid layer I see that the dimension time is not being picked up for the �timepyramid� layer. I tried to google this but could not really find any information so I dubugged the code.
What I notice is that the ImagePyramidReader class does not override the method �String getMetadataValue(String coverageName, String name)� and therefore does not return the time related metadata values, which it does do in the method �String getMetadataValue(String name)�. I tested this by adding the method and now it works.
|