The CatalogBuilder does not store Coverage Dimensions
-----------------------------------------------------
Key: GEOS-3545
URL: http://jira.codehaus.org/browse/GEOS-3545
Project: GeoServer
Issue Type: Bug
Components: Configuration
Affects Versions: 2.0-RC1
Reporter: Alessio Fabiani
Assignee: Alessio Fabiani
The method
List<CoverageDimensionInfo> getCoverageDimensions(GridSampleDimension sampleDimensions)
of the org.geoserver.catalog.CatalogBuilder class does not correctly stores Coverage Dimensions due to a missing instruction that adds the new dimension to the empty ArrayList dims (dims.add(dim)
Basically the dimensions are thrown away as soon as they have been created.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira