Changes between Version 9 and Version 10 of Ticket #1318
- Timestamp:
- May 24, 2016, 10:08:51 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1318 – Description
v9 v10 36 36 37 37 {{{ 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 38 select encode( 39 project( 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") 41 from eobstest AS c where oid(c)=1537 41 42 }}} 42 43