Hello,

I want to display a layer with symbol TYPE ELLIPSE. 
SIZE depends on an attribute.
When loading the layer in Qgis, symbols are "cut" by, I guess, the extent of
the layer (?). But I can't fix it.

LAYER
        NAME "nombre de cas"
        TYPE POINT
        PROJECTION
                "init=epsg:2154"
        END
        CONNECTIONTYPE POSTGIS
        CONNECTION ...
        DATA "geom from ...
        SIZEUNITS KILOMETERS
        CLASS
                STYLE 
                        SYMBOL "isolat"
                        SIZE [nb_cas]
                        COLOR 255 150 0 
                END #fin style
                STYLE #just to see what's happening
                        SYMBOL "isolat"                 
                        WIDTH 50
                        OUTLINECOLOR 255 0 0 
                END #fin style
        END #fin class unique
        METADATA
                "wms_title" "nombre de cas"
        END
ENDa

<http://osgeo-org.1560.x6.nabble.com/file/t372757/Capture.png> 

Thanks for help.




--
Sent from: http://osgeo-org.1560.x6.nabble.com/Mapserver-User-f4226646.html
_______________________________________________
mapserver-users mailing list
mapserver-users@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/mapserver-users

Reply via email to