Artem Pavlenko

Results 235 comments of Artem Pavlenko

> > @artemp maybe rebase on current master? > > @mathisloge Sure, shall I merge this PR into master > > > @artemp maybe rebase on current master? > >...

@flippmoke - could you attach a small sample TIFF that exhibit this issue, pls.

@flippmoke - the TIFF above hasn't got `nodata` value set as reported by ```c++ raster_nodata = red->GetNoDataValue(&raster_has_nodata); ``` Did you mean to add a different TIFF ? /cc @mapsam ^

@zdila - thanks for reporting, could you attach GeoTIFF (small-ish) I can use for debugging?

`gdalinfo` ``` ... Band 1 Block=5000x1 Type=Byte, ColorInterp=Red Mask Flags: PER_DATASET ALPHA Band 2 Block=5000x1 Type=Byte, ColorInterp=Green Mask Flags: PER_DATASET ALPHA Band 3 Block=5000x1 Type=Byte, ColorInterp=Blue Mask Flags: PER_DATASET ALPHA...

> @zdila Have you tried to set nodata value explicitly to the datasource? > > ``` > 255 > ``` @zdila have you ? And what version of `mapnik` are...

@hholzgra - Thanks for trying! I think you need to add `lexeme` directive to avoid skipping. Take a look * https://www.boost.org/doc/libs/1_75_0/libs/spirit/doc/x3/html/spirit_x3/tutorials/employee.html * https://www.boost.org/doc/libs/1_75_0/libs/spirit/doc/x3/html/spirit_x3/quick_reference/directive.html