Another problem with colors and transparecis with PNG24.<br>Ka-Map generates bad images, while the same map-file accessed as WMS generates the correct image.<br><br>My map file contains:<br><br>IMAGECOLOR 254 254 253 (was "255 255 255": same problem)
<br>IMAGETYPE PNG24<br><br>[...]<br><br>LAYER<br> NAME nav_activepath<br> GROUP PERCORSI<br> TYPE LINE<br> STATUS OFF<br> [...]<br> TRANSPARENCY 100<br> CLASS<br> NAME "Anomalia"<br> EXPRESSION "t"
<br> STYLE<br> COLOR 100 0 100<br> WIDTH 5<br> ANTIALIAS true<br> END<br> END<br> CLASS<br> NAME "Normale"<br> STYLE<br> COLOR 0 30 160<br> WIDTH 5<br> ANTIALIAS true<br>
END<br> END<br>END<br><br>The image generated by mapserver (as WMS server) is correct (see file WMS_Image.png).<br>The image generated by tile.php the lines of the layer group "PERCORSI" looks very strange (see file kamap_image.png). Also the legend generated by ka-map present a similar problem (see kamap_legend.png).
<br><br>If I remove the directive "ANTIALIAS true" from the style of the layer, everithing is ok.<br><br>Any idea?<br><br><br><br><br><br><br>