At the mapserver web site
http://mapserver.org/mapfile/symbology/construction.html#signatures-of-type-pixmap
it explains how to construct horizontally arranged area symbols. I have a logo with a symbol file and a pixmap layer in my mapfile that displays the logo in the middle of the page. But it is not displaying multiple horizontally arranges symbols of my logo. Am I missing something here?

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

######PIXMAP Logo######
LAYER
    NAME logo
    STATUS DEFAULT
    TYPE point
    TRANSFORM OFF
    FEATURE
    POINTS
      300 300
    END
END
    TRANSPARENCY 8
    CLASS
       STYLE
          SIZE 20
          COLOR 0 0 0
     END
       STYLE
       SYMBOL "logo"
       SIZE 60
       COLOR 0 0 0
       OUTLINECOLOR 0 0 255
    END # class
  END
END
_______________________________________________
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users

Reply via email to