[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: [mapserver-users] add a line of text at the bottom of each map generated



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