<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/4.1.92">
</HEAD>
<BODY>
Hallo List,<BR>
<BR>
I'm trying to upgrade my app from Mapserver 5.6 to Mapserver 6.0. <BR>
The Problem is, that the same Mapfile produces two different maps with the to Mapserver version. The map by mapserver 6.0 appears like "out of focus".<BR>
See the attachments for a example. I'm missing something regarding OUTPUTFORMAT?<BR>
In the WMS Request I'm using  " format=png " or  " format=png24 ", with the same result.<BR>
The mapfile is below.<BR>
  <BR>
Greetings Tommaso<BR>
<BR>
MAP<BR>
    NAME test-map<BR>
    STATUS ON<BR>
    UNITS meters<BR>
    IMAGETYPE AGG<BR>
<BR>
    OUTPUTFORMAT<BR>
       NAME 'AGG'<BR>
       DRIVER AGG/PNG<BR>
       IMAGEMODE RGB<BR>
    END<BR>
<BR>
    PROJECTION<BR>
        "proj=utm"<BR>
        "zone=32"<BR>
        "ellps=WGS84"<BR>
        "datum=WGS84"<BR>
        "units=m"<BR>
        "no_defs"<BR>
        "towgs84=0,0,0"<BR>
    END<BR>
<BR>
    WEB<BR>
        IMAGEPATH "/tmp/mapserver"<BR>
        IMAGEURL "/tmp/mapserver"<BR>
        METADATA<BR>
            WMS_SRS "epgs:32632"<BR>
            ows_enable_request   "*"<BR>
        END<BR>
    END<BR>
<BR>
    LAYER<BR>
        NAME "stand_test"<BR>
        STATUS ON<BR>
        TYPE POLYGON<BR>
        INCLUDE "connection"<BR>
        DATA "geom from geo.stand_test  using UNIQUE id USING srid=32632"<BR>
        LABELITEM  "name"<BR>
        CLASS<BR>
            STYLE<BR>
                #COLOR '#ffffff'<BR>
                OUTLINECOLOR  '#000000'<BR>
            END<BR>
        END<BR>
    END<BR>
<BR>
END       ### END MAP #####
</BODY>
</HTML>