[mapserver-users] copyright annotation problem

2009-01-27 Thread Kirk Webb
I am inserting the copyright annotation provided on the Mapserver web site FAQ's. here it is LAYER NAME "copyright" STATUS ON TYPE annotation TRANSFORM ll #set the image origin to be lower left FEATURE POINTS 60 -10 #set the offset from lower left position in pixels END

[mapserver-users] displaying a logo in map(in background or transparent)

2009-01-29 Thread Kirk Webb
Hi all, I am trying to display a symbol (logo) in my map that is transparent or atleast sits in the background so as not to obscure the visualization of the map features. How are some of the ways I can do this? I had thought about possibly creating a transparent png of my logo but then, how

[mapserver-users] pixmap not showing up

2009-01-30 Thread Kirk Webb
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 mapfil

[mapserver-users] horizontally arranged symbols for watermarking

2009-02-02 Thread Kirk Webb
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 i