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
_______________________________________________
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users

Reply via email to