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&nbsp; (was &quot;255 255 255&quot;: same problem)
<br>IMAGETYPE PNG24<br><br>[...]<br><br>LAYER<br>&nbsp; NAME nav_activepath<br>&nbsp; GROUP PERCORSI<br>&nbsp; TYPE LINE<br>&nbsp; STATUS OFF<br>&nbsp; [...]<br>&nbsp; TRANSPARENCY 100<br>&nbsp; CLASS<br>&nbsp;&nbsp;&nbsp; NAME &quot;Anomalia&quot;<br>&nbsp;&nbsp;&nbsp; EXPRESSION &quot;t&quot;
<br>&nbsp;&nbsp;&nbsp; STYLE<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; COLOR 100 0 100<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; WIDTH 5<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ANTIALIAS true<br>&nbsp;&nbsp;&nbsp; END<br>&nbsp; END<br>&nbsp; CLASS<br>&nbsp;&nbsp;&nbsp; NAME &quot;Normale&quot;<br>&nbsp;&nbsp;&nbsp; STYLE<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; COLOR 0 30 160<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; WIDTH 5<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ANTIALIAS true<br>
&nbsp;&nbsp;&nbsp; END<br>&nbsp; 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 &quot;PERCORSI&quot; 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 &quot;ANTIALIAS true&quot; from the style of the layer, everithing is ok.<br><br>Any idea?<br><br><br><br><br><br><br>