Changes between Version 2 and Version 8 of Ticket #1318


Ignore:
Timestamp:
May 20, 2016, 1:14:23 PM (8 years ago)
Author:
Bang Pham Huu
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1318 – Description

    v2 v8  
    66subset=t(0)&outputCrs=http://www.opengis.net/def/crs/EPSG/0/3857
    77}}}
     8
     9'''Update''' For the purpose of this ticket, CoverageMetdata object can extract correctly the URIs in crsUris property.
     10
     11with irr_cube_2 it can returns from CompoundCRS:
     12
     13
     14{{{
     15http://localhost:8080/def/crs/EPSG/0/32633
     16and
     17http://localhost:8080/def/crs/OGC/0/AnsiDate
     18}}}
     19
     20so try to adapt these metadata correctly in WCS subsettingCrs, outputCrs and WCPS crsTransform().
     21
     22
     23----
     24
    825
    926The 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: