That's a normal Mapserver functionality. Just create an annotation layer 
in the map file (at last position), set status to 'default' (or 'on') 
and don't define the layer in the config.ini. Then the layer is always 
displayed.

like

LAYER
   NAME "disclaimer"
   TYPE Annotation
   STATUS DEFAULT
   TRANSFORM false
   FEATURE
     POINTS 1 5  END
     TEXT "Disclaimer: ..."
   END
   CLASS
     LABEL
       FORCE true
       POSITION cr
       COLOR 0 0 155
       BACKGROUNDCOLOR 230 230 230
       TYPE bitmap
       SIZE tiny
     END # Label
   END
END


Armin


luca marletta wrote:
> Hi list,
> could someone explain to me how modify the code (and where mainly) to
> get pasted a short note into the image, near the scale bar. I guess
> pmapper used GD to paste the scale bar there, could I add some few
> line near that code?
> 
> I need to get a disclaimer not in the window frame but into the image itself.
> 
> Thant a lot
> 
> luca
> --
> luca marletta  icq: 70590647
> 
> _______________________________________________
> Pmapper-users mailing list
> [EMAIL PROTECTED]
> http://faunalia.it/cgi-bin/mailman/listinfo/pmapper-users
> 
> 

Reply via email to