Replies: 2 comments
-
The error message is quite meaningful, you're trying to create a PNG tile with 5 bands (4 data bands and 1 alpha band) It's a 4 bands data (none of the band tagged as alpha or mask) so when creating a tile you need to pass band indexes (bidx=1&bidx=2&bidx=3) |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks for the reply. Would it be possible to automatiaclly identify the fourth band as the alpha channel? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Problem description
[this should explain why the current behavior is a problem and why the expected output is a better solution.]
When using the titiler to render remote COGs as tile layer. One works and One does not.
A xyz tile for the working one
A xyz tile not working one
Expected Output
Both of them should work...
Environment Information
Javascript and python
Beta Was this translation helpful? Give feedback.
All reactions