[mapserver-users] add a line of text at the bottom of each map generated
Vladimir Guzmán
vguzman at bigfoot.com
Mon Apr 1 11:35:54 PST 2002
Aaron:
You can defina a layer in your .map file like this:
LAYER
NAME credits
STATUS DEFAULT
TRANSFORM FALSE
TYPE ANNOTATION
FEATURE
POINTS 4 596 END #Coordinates in pixels where you want your text
TEXT 'Type your text here'
END
CLASS
LABEL
TYPE TRUETYPE
FONT Arial
SIZE 7
ANTIALIAS TRUE
COLOR 0 0 0
POSITION UR
END
END
END
Hope this helps.
--
Vladimir Guzmán R.
-----------------
www.main-task.com
Aaron D. Hunt wrote:
> Is there any way to have mapserver add a line of text and maybe a logo
> at the bottom of each map generated?
>
>
>
>
>
> Aaron D. Hunt
>
More information about the MapServer-users
mailing list