Kristine created an issue |
Issue Type: |
Bug |
---|---|
Assignee: |
|
Created: |
24/Sep/14 5:57 PM |
Priority: |
Major |
Reporter: |
After upgrading to Geoserver 2.5 from 2.2.4, we discovered custom dimensions are no longer being recognized in a WMS GetMap request. i.e. Given an invalid analysis time (dim_analysis_time=INVALID_TIME) should return an error. Instead, the KVP is being ignored. I tracked the error down to the WMS.java class in package org.geoserver.wms when it tries to pass down custom dimensions to the readParameters. It seems to be looking for ‘custom_dimension_ANALYSIS_TIME’ in the metadata map instead of ‘custom_dimension_analysis_time’. {time=DimensionInfoImpl [attribute=null, endAttribute=null, enabled=true, units=null, unitSymbol=null, presentation=LIST, resolution=null], elevation=DimensionInfoImpl [attribute=null, endAttribute=null, enabled=true, units=meter, unitSymbol=m, presentation=LIST, resolution=null], custom_dimension_analysis_time=DimensionInfoImpl [attribute=null, endAttribute=null, enabled=true, units=ISO8601, unitSymbol=null, presentation=LIST, resolution=null]} |
This message was sent by Atlassian JIRA (v6.1.6#6162-sha1:7af547c) |