Re: [mapserver-users] Orientation of vector symbols on a LINE

2013-08-29 Thread Havard Tveite
The implementation of GAP has been fixed (center to center distance between symbols), and so has the calculation of symbol height. I guess that the following should work: STYLE SYMBOL wavy_line WIDTH 1 SIZE 2 GAP -6 COLOR 0 0 0 END Since you have y values from -1 to 1, and x values

Re: [mapserver-users] Orientation of vector symbols on a LINE

2013-08-29 Thread thomas bonfort
Given that there's alot of undefined behavior with vector symbols, the documentation for anchorpoint is pretty clear about what is supported: quote ANCHORPOINT can be used with SYMBOLs of TYPE ellipse, pixmap, svg, truetype and vector. To ensure proper behaviour for vector symbols, the left and

Re: [mapserver-users] Orientation of vector symbols on a LINE

2013-08-29 Thread TC Haddad
Thanks Havard, for the pointer to the answer and explanation of the ratio between SIZE and GAP. I feel like I will use that a lot. Thanks Thomas for your clarification - my misunderstanding was regarding the negative values, I hadn't fully internalized that y=0 was the top of the symbol. Tanya

[mapserver-users] Orientation of vector symbols on a LINE

2013-08-28 Thread TC Haddad
Hello, I'm trying to understand symbol orientation and (maybe) use of ANCHORPOINT on a line in Mapserver 6.2. The vector symbol that I have been using for line cartography in MapServer 6.0.3 is below, and I am trying to get the same effect in Mapserver 6.2.1. SYMBOL NAME wavy_line TYPE