Opened 17 months ago
Closed 16 months ago
#2748 closed enhancement (fixed)
FIX - WMS GetMap supports BGCOLOR paramter
Reported by: | Bang Pham Huu | Owned by: | Bang Pham Huu |
---|---|---|---|
Priority: | major | Milestone: | 10.2 |
Component: | petascope | Version: | 10.2 |
Keywords: | Cc: | Dimitar Misev | |
Complexity: | Medium |
Description (last modified by )
In OGC WMS 1.3.0 test, it contains request which needs to show an image with blue pixels (`0x0000FF) as background for transparent pixels.
Hence, BGCOLOR
and optional parameter in WMS GetMap request needs to be supported in petascope for this request.
http://conformance.rasdaman.com/rasdaman/ows? BgCoLoR=0x0000FF &StYlEs=&VeRsIoN=1.3.0&BbOx=0,-0.0020,0.0040,0&HeIgHt=100&ReQuEsT=GetMap&WiDtH=200&CrS=CRS:84&FoRmAt=image%2Fpng&LaYeRs=Lakes
NOTE:
This
BGCOLOR
parameter is only applied when TRANSPARENT=FALSE
(with TRANSPARENT=TRUE
then pixels with null values are transparent as usual) and it will convert output to 3 bands PNG.
Change History (2)
comment:1 by , 17 months ago
Description: | modified (diff) |
---|
comment:2 by , 16 months ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.