Hello everyone,

I have a little problem with symbols in mapserver.
As seen in the image below, when my symbols are one above the other, they
seem to have been cut. 
My symbol is in PNG with transparent background format.
The image will immediately show you the trouble:

http://www.hostingpics.net/viewer.php?id=294605prob1.jpg
<http://www.hostingpics.net/viewer.php?id=294605prob1.jpg>  
<http://osgeo-org.1560.x6.nabble.com/file/n5293584/mini_294605prob1.jpg> 


And here's the code that I use in my map file


MAP
        SYMBOL
                NAME "pt2"
                TYPE PIXMAP
                IMAGE "symbols/redmarker24.png"
        END 
...

        LAYER
                NAME "liscai"
                METADATA
                        "ows_title"         "Estimation"
                        "ows_srs"           "EPSG:4326"
                        "gml_include_items" "all"
                        "gml_featureid"     "ID" 
                        "ows_enable_request" "*"
                    "wms_enable_request" "*"    
                        "gml_include_items" "all"
                        "wms_include_items" "all" 
                END
                HEADER "template/gfihe.html" # header html template
                TEMPLATE "template/gfice.html" # content html template
                FOOTER "template/gfife.html" # footer html template
                DUMP TRUE
                STATUS ON
                DATA 'data/liscai'
                PROJECTION
                        "init=epsg:4326"
                END     
                TYPE POINT
                CLASS
                        SYMBOL "pt2"
                        SIZE 24
                END
END
        
If someone has an idea, I'm interested.

Thank you all,



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Mapserver-Symbol-s-problem-tp5293584.html
Sent from the Mapserver - User mailing list archive at Nabble.com.
_______________________________________________
mapserver-users mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/mapserver-users

Reply via email to