[Mapserver-users] How to add logo on a layer ?

Jason M. Nielsen jnielsen@aero-graphics.com
Fri, 23 Apr 2004 13:47:56 -0600


Quoting "Choi,Stephanie [Ontario]" <Stephanie.Choi@ec.gc.ca>:

> Hi all,
> 
> Does anyone know how to add a logo on each layer ?
> 
> Thanks,
> Stephanie
> 
> 

LAYER
  NAME "logo"
  STATUS DEFAULT
  TRANSFORM FALSE
  TYPE ANNOTATION
  POSTLABELCACHE TRUE
  TRANSPARENCY 50
  FEATURE
    POINTS
      280 320
      280 180
      280 40 
    END
    TEXT 'company name'
  END
  CLASS
    LABEL
      TYPE TRUETYPE
      FONT "Bodina"
      SIZE 20
      ANTIALIAS TRUE
     COLOR 0 0 0 
    END
  END
END

I use that as more of a water mark but a simple single pair for the points,
other custom acjustments, different pixel coords and you should be good.

_______________________________________________
Mapserver-users mailing list
Mapserver-users@lists.gis.umn.edu
http://lists.gis.umn.edu/mailman/listinfo/mapserver-users