Changes between Initial Version and Version 2 of Ticket #1233
- Timestamp:
- Feb 11, 2016, 9:35:29 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1233
- Property Summary WCPS1.5_Error when parsing imageCrsDomain in axis → WCPS1.5_Error when parsing imageCrsDomain, imageCrs in axis
-
Ticket #1233 – Description
initial v2 36 36 37 37 and value "170.44628099173553" 38 39 40 41 ---- 42 43 Also with imageCrs 44 45 87-get_metadata_imagecrs.test 46 47 {{{ 48 for c in (eobstest) return imageCrs(c) 49 }}} 50 51 52 {{{ 53 <ows:Exception exceptionCode="RuntimeError"> 54 <ows:ExceptionText>petascope.wcps2.error.managed.processing.WCPSProcessingError : A parsing error occurred at position=1:27. Offending symbol is=[@7,27:34='imageCrs',<78>,1:27]. 55 Parser message=no viable alternative at input 'imageCrs'.</ows:ExceptionText> 56 </ows:Exception> 57 58 }}} 59 60