[mapserver-users] Vector symbol drawing problem

Jez Walters jez.walters at ipl.com
Mon Aug 9 12:00:01 EDT 2010


Hello fellow MapServer users!

I'm trying to draw a really simple vector SYMBOL using MapServer - it's just
a straight line!  I expected this to be easy, but I can only get MapServer
to render vertical lines!  The following SYMBOL definition correctly draws a
vertical line:

  SYMBOL
    NAME "VerticalLine"
    TYPE VECTOR
    POINTS
       0 0
       0 1
    END
  END

However, when I change this to draw a horizontal line nothing is output:

  SYMBOL
    NAME "HorizontalLine"
    TYPE VECTOR
    POINTS
       0 0
       1 0
    END
  END

Is this a bug or am I doing something wrong?

Jez
-- 
View this message in context: http://osgeo-org.1803224.n2.nabble.com/Vector-symbol-drawing-problem-tp5389524p5389524.html
Sent from the Mapserver - User mailing list archive at Nabble.com.


More information about the mapserver-users mailing list