[mapserver-users] Rendering of Static Text is different using gd or AGG ?

"Schönhammer, Herbert" Schoenhammer.Herbert at Regensburg.de
Tue May 6 06:32:04 PDT 2008


Hi list,

Using gd the declaration "©"renders the "copyright"-Sign:

LAYER
  NAME "copyright"
  REQUIRES ..
  ...

  FEATURE
     POINTS
      3 10 
     END
   END
    
 ... 

  CLASS
    TEXT "© xxx"
    LABEL
      TYPE TRUETYPE
      FONT 'arial'
      SIZE 9
      POSITION cr
      COLOR 0 0 0
      OUTLINECOLOR  255 255 254
    END
  END
  
END # LAYER 



But using agg, the text ""© xxx" is rendered in the map.

Please lokk at the examples !

Does anybody know,
how to render the html-code like done in gd ?

Does anybody know another way to render signs like "copyright"  with gd ?

Thanks very much

greetings
Herbert

 <<gd-rendering.gif>>  <<agg-rendering.gif>> 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/mapserver-users/attachments/20080506/c98bbe82/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: gd-rendering.gif
Type: image/gif
Size: 4408 bytes
Desc: gd-rendering.gif
URL: <http://lists.osgeo.org/pipermail/mapserver-users/attachments/20080506/c98bbe82/attachment.gif>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: agg-rendering.gif
Type: image/gif
Size: 4429 bytes
Desc: agg-rendering.gif
URL: <http://lists.osgeo.org/pipermail/mapserver-users/attachments/20080506/c98bbe82/attachment-0001.gif>


More information about the MapServer-users mailing list