Expected Behavior
Switching the wms transparency parameter should allow for images to be returned with or without a transparent background
Actual Behavior
All requests made by the WMS have the transparent parameter set to true, regardless of what the parameter actually is.
Steps to Reproduce the Problem
- Using the EMP3 test basic app, add a WMS with the transparency set to true
- Notice that you can see through the background
- Remove the WMS
- Add the same WMS again, but with the transparency set to false
- Notice that you can still see through the background, even though it should be non transparent
Sample WMS Request
https://nowcoast.noaa.gov/arcgis/services/nowcoast/mapoverlays_admin_fedgov/MapServer/WMSServer?service=WMS&version=1.3.0&request=GetMap&layers=8&styles=&bbox=41.33,-88.67,43.69,-85.26&width=512&height=256&crs=EPSG:4326&format=image%2Fpng&transparent=false&bgcolor=0x000000
If you switch the transparent value to true, you will see no background (white), but when it's false you see the correct bgcolor (black)
Specifications
Expected Behavior
Switching the wms transparency parameter should allow for images to be returned with or without a transparent background
Actual Behavior
All requests made by the WMS have the transparent parameter set to true, regardless of what the parameter actually is.
Steps to Reproduce the Problem
Sample WMS Request
https://nowcoast.noaa.gov/arcgis/services/nowcoast/mapoverlays_admin_fedgov/MapServer/WMSServer?service=WMS&version=1.3.0&request=GetMap&layers=8&styles=&bbox=41.33,-88.67,43.69,-85.26&width=512&height=256&crs=EPSG:4326&format=image%2Fpng&transparent=false&bgcolor=0x000000
If you switch the transparent value to true, you will see no background (white), but when it's false you see the correct bgcolor (black)
Specifications