[mapserver-users] horizontally arranged symbols for watermarking

Kirk Webb skinny2 at netins.net
Mon Feb 2 09:34:12 EST 2009


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


More information about the mapserver-users mailing list