[mapserver-users] pixmap not showing up

Kirk Webb skinny2 at netins.net
Fri Jan 30 11:12:19 EST 2009


I am trying to incorporate a pixmap so that I have a 
transparent tiled logo over my map.  My .sym file is 
located at:
/usr/local/apache2/htdocs/mapserver/symbols/pixmap_symbols.sym

and the code is:

SYMBOL
NAME "logo"
TYPE PIXMAP
IMAGE "logo.png"
TRANSPARENT 0
END

and my map layer in my mapfile is:

######PIXMAP Logo######
LAYER
     NAME "logo"
     STATUS DEFAULT
     TYPE point
     CLASS
        STYLE
          COLOR 255 255 0
        END
        STYLE
        SYMBOL "logo"
        COLOR 0 255 0
        OUTLINECOLOR 0 0 0
     END # class
   END
END

I am getting the layers in my map to show up but nothing 
of the pixmap logo.
Does anyone see anything wrong?
Thanks


More information about the mapserver-users mailing list