Opened 4 years ago

Closed 4 years ago

#2368 closed defect (fixed)

Petascope - wms error with grid bounds at corner cases

Reported by: Bang Pham Huu Owned by: Bang Pham Huu
Priority: major Milestone: 10.0
Component: petascope Version: 9.8
Keywords: Cc:
Complexity: Medium

Description

On Mundi with request:
https://mundi.rasdaman.com/rasdaman/ows?service=WMS&request=GetMap&version=1.3.0&transparent=TRUE&layers=S2_MSIL2A_TCI_Germany_mosaic&styles=&format=image/png&width=256&height=256&crs=EPSG:4326&bbox=50.5625,15.75,51.375,16.3125

Generated rasql query:

SELECT ENCODE( ( project( ( ( c0[6372:6371,-2636:888] ) ), "809760,
5528935.692294993, 809760, 5810935.692294993" , "EPSG:32632" , "15.75,
50.5625, 16.3125, 51.375" , "EPSG:4326" , 256, 256, near, 0.125 ) ) ,
"png", "{
  \"nodata\" : [ 0 ]
}") FROM S2_MSIL2A_TCI_Germany_mosaic_8 AS c0'... evaluating query with
new engine...

Error: Invalid interval: lower bound greater than the upper bound

Change History (1)

comment:1 by Bang Pham Huu, 4 years ago

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.