OneGeology / TechnicalDiscussion

A location for TIG, TAG, and any future OneGeology technical group to discuss technical issues surrounding portal, catalogue, service implementations, etc
3 stars 1 forks source link

Request for backdrops uses incorrect transparency value (true should be FALSE) #68

Open nmtoken opened 2 years ago

nmtoken commented 2 years ago

GetMap requests for backdrops request transparent images but backdrops should not be transparent.

That is requests use TRANSPARENT=true& but should use TRANSPARENT=FALSE&

For example

ARTIC BACKDROP request is:

http://portal.onegeology.org/OnegeologyGlobal/proxycesium?url=http%3A%2F%2Fogc2.bgs.ac.uk%2Fgeoserver%2FOneG%2Fows%3FSERVICE%3DWMS%26VERSION%3D1.3.0%26REQUEST%3DGetMap%26FORMAT%3Dimage%252Fjpeg%26TRANSPARENT%3Dtrue%26LAYERS%3DARCTIC_NASA_BLUEMARBLE%26CRS%3DEPSG%253A3413%26STYLES%3D%26WIDTH%3D1673%26HEIGHT%3D906%26BBOX%3D-4194303.9999999995%252C-2271392.3634190075%252C4194303.9999999995%252C2271392.3634190075&_=1630517562131

and ANTARCTIC BACKDROP request is:

http://portal.onegeology.org/OnegeologyGlobal/proxycesium?url=http%3A%2F%2Fogc.bgs.ac.uk%2Fcgi-bin%2FLIMA%2Fows%3FSERVICE%3DWMS%26VERSION%3D1.3.0%26REQUEST%3DGetMap%26FORMAT%3Dimage%252Fjpeg%26TRANSPARENT%3Dtrue%26LAYERS%3DATA_USGS_LIMA%26CRS%3DEPSG%253A3031%26STYLES%3D%26WIDTH%3D1673%26HEIGHT%3D906%26BBOX%3D-12400000%252C-6715122.534369396%252C12400000%252C6715122.534369396&_=1630517562132

nmtoken commented 2 years ago

also see https://github.com/OneGeology/TechnicalDiscussion/issues/69

nmtoken commented 8 months ago

Not fixed on staging or production. Corrected case of transparent parameter value from true to TRUE, but should be FALSE (or omitted as default is FALSE)