Opened 5 years ago
Closed 5 years ago
#2189 closed defect (fixed)
WCPS - SubsettingCRS does not work
Reported by: | Bang Pham Huu | Owned by: | Bang Pham Huu |
---|---|---|---|
Priority: | critical | Milestone: | 10.0 |
Component: | petascope | Version: | 9.8 |
Keywords: | Cc: | Dimitar Misev, Vlad Merticariu | |
Complexity: | Medium |
Description
Subsetting WGS84 CRS on coverage with UTM32 CRS (the coordinates are equivalent between 2 CRSs).
for c in (utm32) return encode(crsTransform( c[E:"http://localhost:8080/def/crs/EPSG/0/4326"7.56330512055:9.1462768724), N:"http://localhost:8080/def/crs/EPSG/0/4326"(51.3544323479:53.2495367342)] / 15, { N:"http://localhost:8080/def/crs/EPSG/0/4326", E:"http://localhost:8080/def/crs/EPSG/0/4326"}, {}), "image/png", "nodata=0")
returns error
<ows:ExceptionText>subsetting '7.56330512055:9.1462768724' is not within coverage's geo bounds '399960:509760' for axis 'E'.</ows:ExceptionText>
Change History (3)
comment:1 by , 5 years ago
Milestone: | 10.0 → 11.0 |
---|
comment:2 by , 5 years ago
Cc: | added |
---|---|
Milestone: | 11.0 → 10.0 |
Priority: | major → critical |
comment:3 by , 5 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.