[mapserver-users] MapServer - how to draw a ttf-symbol along a line which follows the line
    Astrid Emde 
    astrid.emde at wheregroup.com
       
    Mon Aug 23 13:45:57 PDT 2010
    
    
  
Hello list,
I want to draw a ttf-symbol along a line which follows the line.
With the definition I use at the moment the symbol is drawn along the
line, but the angle of the symbol is always the same and does not follow
the line.
I use MapServer 5.6.3., problem occurs with AGG and GD rendering.
Is there a parameter I missed? Any idea?
Thanks for your help
Astrid
This is my symbol:
	SYMBOL
		NAME 'hecke'
		TYPE TRUETYPE
		FONT 'symbols'
		CHARACTER 'ª'
		GAP 20
	END
This is the definition in the mapfile:
	STYLE
		COLOR 0 0 0
		SYMBOL 'hecke'
		SIZE 4
		MINSIZE 3
		MAXSIZE 5
	END
    
    
More information about the MapServer-users
mailing list