[mapserver-users] Raster layer as a way of branding

Lime, Steve D (DNR) Steve.Lime at state.mn.us
Fri Jan 22 16:34:42 EST 2010


Sure, that's possible too. Just use the image in question as a symbol (e.g. SYMBOL 'mylogo.png') and the same
strategy should work.

# place a logo in the lower right corner
LAYER
  NAME 'logo'
  TYPE POINT
  STATUS DEFAULT
  TRANSFORM LR
  FEATURE POINTS -10 10 END END
  CLASS
    STYLE SYMBOL 'mylogo.png' END
  END
END

Or something close to this...

Steve

-----Original Message-----
From: mapserver-users-bounces at lists.osgeo.org [mailto:mapserver-users-bounces at lists.osgeo.org] On Behalf Of Rahkonen Jukka
Sent: Friday, January 22, 2010 3:11 PM
To: Fawcett, David (MPCA); Frost89; mapserver-users at lists.osgeo.org
Subject: Re: [mapserver-users] Raster layer as a way of branding

Hi,

But I understood that the aim is to burn a logo from an image file in png format into output map, not a plain text annotation. Is that possible?

-Jukka Rahkonen-

Fawcett, David wrote:


> This example should help:  http://mapserver.org/faq.html#how-do-i-add-a-copyright-notice-on-the-corner-of-my-map

> David.

> -----Original Message-----
> From: mapserver-users-bounces at lists.osgeo.org [mailto:mapserver-users-bounces at lists.osgeo.org] On Behalf Of Frost89
> Sent: Friday, January 22, 2010 3:48 AM
> To: mapserver-users at lists.osgeo.org
> Subject: [mapserver-users] Raster layer as a way of branding


> Hi
> I was wondering if it's possible to generate a map with a raster layer/png
in the bottom right corner? As a way of branding the map with our company
logo.
/Kristian
-- 
View this message in context: http://n2.nabble.com/Raster-layer-as-a-way-of-branding-tp4439127p4439127.html
Sent from the Mapserver - User mailing list archive at Nabble.com.
_______________________________________________
mapserver-users mailing list
mapserver-users at lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users
_______________________________________________
mapserver-users mailing list
mapserver-users at lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users

_______________________________________________
mapserver-users mailing list
mapserver-users at lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users


More information about the mapserver-users mailing list