#2617 closed defect (fixed)

WMS - FIX - if request's bbox doesn't touch layer's bbox, the output must be transparent

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

Description

For example, a layer has bbox with geo domains:

then, a WMS GetMap request with bbox: xmin,ymin,xmax,ymax = 30,20,40,30 should return a transparent image with this default rasql query:

SELECT  ENCODE ( EXTEND (<[0:0,0:0] 0c>, [0:255,0:255])  NULL VALUES [0] , "image/png", "{\"nodata\": [0]}") 

Change History (1)

comment:1 by Bang Pham Huu, 22 months ago

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