Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable support of transparency for a 4-band GeoTIFF used with GdalLayer #1067

Closed
wants to merge 1 commit into from

Conversation

dstenger
Copy link
Contributor

@dstenger dstenger commented Jun 4, 2020

This pull request enables support of transparency for a 4-band GeoTIFF used with GdalLayer.

Detailed description of problem: #1065

Closes #1065.

@tfr42 tfr42 added bug error issue and bug (fix) WMS deegree Web Map Service labels Jun 5, 2020
@copierrj
Copy link
Member

I'm not sure if we really want to just drop this transparency band stripping code to fix this issue. It was (most likely) added to solve another issue (probably related to handling requests with JPEG as output format). Are you sure we are not breaking something?

@stephanr
Copy link
Member

From my point of view, with this change we run the risk to help those who want to use a raster with RGB + Alpha but for users who only use the RGB part of RGB + Infrared this would cause problems.

Perhaps it would be better to make this configurable or look up what was requested.

@tfr42 tfr42 added the needs rebase PR is not up to date and needs rebase label May 16, 2022
@tfr42 tfr42 closed this in #1414 Dec 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug error issue and bug (fix) needs rebase PR is not up to date and needs rebase WMS deegree Web Map Service
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Using 4-band GeoTIFF with GdalLayer is not supporting transparency
5 participants