Hi !

An example to begin.
Just add the following layer definition in your mapfile as Armin said.

LAYER
    NAME "credits"
    STATUS DEFAULT
    TRANSFORM lr
    TYPE ANNOTATION
    FEATURE
        POINTS
            -5 -5
        END
        TEXT 'Hello !'
    END
    CLASS
        LABEL
            TYPE BITMAP
            POSITION UL
            COLOR 0 0 0
            BUFFER 5
            BACKGROUNDCOLOR  240 240 240
        END
    END
END

Thomas

Armin Burger a écrit :
> On 29/04/2008 18:03, Rony (PMPG) wrote:
>   
>> Hi all,
>>
>> Does anybody know how to generate water mark (images or text) on the images 
>> in map view?
>>
>> Thanks,
>>
>> Rony
>> -------------------------------------------------------------------------
>> This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
>> Don't miss this year's exciting event. There's still time to save $100. 
>> Use priority code J8TL2D2. 
>> http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
>> _______________________________________________
>> pmapper-users mailing list
>> pmapper-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/pmapper-users
>>
>>     
>
>
> just add a layer with
> STATUS default
>
> to the map file and don't add it in the config.ini. Then it's drawn 
> always. This layer can be e.g. a feature layer with an image as symbol 
> (AFAIR), and set to higher transparency will make it a watermark.
>
> Details about layer definition might be better asked on the Mapserver 
> mailing list.
>
> armin
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
> Don't miss this year's exciting event. There's still time to save $100. 
> Use priority code J8TL2D2. 
> http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
> _______________________________________________
> pmapper-users mailing list
> pmapper-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/pmapper-users
>
>
>
>
>
>   
-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users

Reply via email to