[mapserver-users] Is this a CGI problem?

Gery gamejihou at hotmail.com
Thu Jun 11 14:35:52 PDT 2015


danke Mathias, but I have that settings already, check this out please:

MAP
        NAME                    "todas_capas"
        IMAGETYPE               PNG
        EXTENT                  -79.861667 -12.386528 -77.103611 -7.250694
        UNITS                   dd
        SIZE                    800 600
        MAXSIZE                 4000
        SHAPEPATH               /home/gery/myTrash
        FONTSET                 "../extras/set"
        SYMBOLSET               "../extras/set"
        IMAGEQUALITY            100

        OUTPUTFORMAT
                NAME                    "png"
                DRIVER                  "AGG/PNG"
                MIMETYPE                "image/png"
                IMAGEMODE               RGBA
                EXTENSION               "png"
                FORMATOPTION            "INTERLACE=OFF"
        END

and the layer,

var MapFileUrl = '/ms?';
var ptp2014 = new
OpenLayers.Layer.WMS('1eraTemporadadePesca2014',MapFileUrl,{
                layers: 'Temporada1eraPesca2014',
                transparent: true,
                format: 'image/png'
        },{
                transitionEffect: 'resize',
                singleTile: true,
                ratio: 1,
                isBaseLayer: false,
                wrapDateLine: true
        });
    map.addLayers([gphy, gmap, ghyb, gsat, ptp2014]);



--
View this message in context: http://osgeo-org.1560.x6.nabble.com/Is-this-a-CGI-problem-tp5210276p5210501.html
Sent from the Mapserver - User mailing list archive at Nabble.com.


More information about the mapserver-users mailing list