Hi, I'm using the Java API and I want to display a geoTIFF which I generate with an alpha-channel. I load the geoTIFF file as a RasterSource, reproject it and display the result as an RasterLayer. Thus far everything is fine, except of the fact, that the alpha channel is ignored. Is there some paramter I have to activate or something? Thanks in advance!
... View more