Opened 8 years ago

Closed 8 years ago

#1380 closed defect (fixed)

WMS generates encode queries with extra parameters

Reported by: Alex Dumitru Owned by: Alex Dumitru
Priority: major Milestone: 9.3
Component: petascope Version: development
Keywords: Cc:
Complexity: Medium

Description

The rasql queries generated by WMS have an extra encode parameter (bbox) that is not needed and prevents the successful execution of the query.

SELECT ENCODE(SCALE(EXTEND(BlueMarbleCov[9843:10124,1407:1686], [9843:10124,1407:1686]), [0:255, 0:255]), "png", "xmin=56.25;ymin=16.875;xmax=61.875;ymax=22.5;crs=EPSG:4326" , "nodata=null") FROM BlueMarbleCov

Furthermore the "nodata=null" parameter is wrong.

Change History (1)

comment:1 by Bang Pham Huu, 8 years ago

Milestone: 9.3
Resolution: fixed
Status: newclosed

patch was accepted, close ticket.

Note: See TracTickets for help on using tickets.