Changes between Version 9 and Version 10 of Ticket #1318


Ignore:
Timestamp:
May 24, 2016, 10:08:51 AM (8 years ago)
Author:
Bang Pham Huu
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1318 – Description

    v9 v10  
    3636
    3737{{{
    38 service=WCS&version=2.0.1&request=GetCoverage&coverageId=eobstest
    39 &subset=Lat(45,60)&subset=Long(25,30)&subset=t(0)&format=image/tiff
    40 &outputCrs=http://localhost:8080/def/crs/EPSG/0/4269
     38select encode(
     39project( c[0,0:10,31:61], "25.0,45.0,30.0,60.0", "EPSG:4326", ":" ),
     40 "GTiff", "xmin=25.0;xmax=30.0;ymin=45.0;ymax=60.0;crs=EPSG:4326")
     41from eobstest AS c where oid(c)=1537
    4142}}}
    4243