Changes between Version 2 and Version 8 of Ticket #1318
- Timestamp:
- May 20, 2016, 1:14:23 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1318 – Description
v2 v8 6 6 subset=t(0)&outputCrs=http://www.opengis.net/def/crs/EPSG/0/3857 7 7 }}} 8 9 '''Update''' For the purpose of this ticket, CoverageMetdata object can extract correctly the URIs in crsUris property. 10 11 with irr_cube_2 it can returns from CompoundCRS: 12 13 14 {{{ 15 http://localhost:8080/def/crs/EPSG/0/32633 16 and 17 http://localhost:8080/def/crs/OGC/0/AnsiDate 18 }}} 19 20 so try to adapt these metadata correctly in WCS subsettingCrs, outputCrs and WCPS crsTransform(). 21 22 23 ---- 24 8 25 9 26 The coverage is 3D and slicing in Time axis to 2D and native CRS is 4326, it is valid to project to output 3857. However, in handle class, such as GeotiffFormatExtension.java. What it was done is: