Ferramentas Pessoais
Você está aqui: Entrada Documentation FAQs How do I add a copyright notice on the corner of my map?

How do I add a copyright notice on the corner of my map?

Acções do Documento
Up to table of contents

You can use an inline feature, with the FEATURE object, to make a point on your map. Use the TEXT parameter of the FEATURE object for the actual text of the notice, and a LABEL object to style the notice.

Example Layer

LAYER
  NAME copyright
  STATUS ON
  TYPE annotation
  TRANSFORM ll #set the image origin to be lower left
  FEATURE
    POINTS
      60 -10 #set the offset from lower left position in pixels
    END
    TEXT "© xyz company 2006" #this is your displaying text
  END   
  CLASS
    LABEL #defines the font, colors etc. of the text
      FONT "sans"
      TYPE TRUETYPE
      SIZE 8
      BUFFER 1
      COLOR 0 0 0
      BACKGROUNDCOLOR 255 255 255
      FORCE TRUE
    END
  END 
  UNITS PIXELS #sets the units for the feature object
END

This FAQ applies to: Any version.

por Jeff McKennaúltima modificação 2008-11-26 09:17
 

Powered by Plone