[Mapserver-users] Logo image

Shannon Scott sscott at gwi.net
Tue Jul 8 04:08:59 PDT 2003


Manolo,
You can set TRANSFORM OFF, and then use an "inline feature" to place the
logo in map-image coordinate space.
(example below)
# logo
LAYER
  NAME logo01
  TYPE Point
  STATUS DEFAULT
  TRANSFORM OFF
  TRANSPARENCY 50

  FEATURE
    POINTS
      41 388
    END
  END
  CLASS
    SYMBOL logo
  END
END # logo

I have the symbol defined as follows.

SYMBOL
  NAME "logo"
  TYPE PIXMAP
  IMAGE "../images/imagelogo.png"
END

I hope this helps.
Take Care
Shannon



----- Original Message -----
From: "Manuel Marichal Pérez" <marichalperez at yahoo.es>
To: "Lista MapSever" <mapserver-users at lists.gis.umn.edu>
Sent: Tuesday, July 08, 2003 4:44 AM
Subject: [Mapserver-users] Logo image


>
> Hi all. I want to put a logo image in all my maps. In order to
> achieve it, I wrote this lines in my "map" file:
>
> LAYER
> NAME "Leyenda"
> DATA "logo.gif"
> STATUS ON
> TYPE RASTER
> TRANSFORM FALSE
> END
>
> This works, but the image appears always in (0,0) position. Does
> anybody know how to get the image in other position of the
> screen?
>
> Thanks a lot,
> Manolo
>
>
>
> _______________________________________________
> Mapserver-users mailing list
> Mapserver-users at lists.gis.umn.edu
> http://lists.gis.umn.edu/mailman/listinfo/mapserver-users
>




More information about the MapServer-users mailing list