I have a GeoTIFF in which nodata values are represented with 0. If I use rio mbtiles file.tif -o file.mbtiles --src-nodata 0 this produces black in areas of no data, rather than the transparency that I was hoping for. Is it possible to produce transparency? If so, what am I doing wrong?
I have a GeoTIFF in which nodata values are represented with 0. If I use
rio mbtiles file.tif -o file.mbtiles --src-nodata 0
this produces black in areas of no data, rather than the transparency that I was hoping for. Is it possible to produce transparency? If so, what am I doing wrong?