[mapserver-users] Vector symbol drawing problem
Fawcett, David (MPCA)
David.Fawcett at state.mn.us
Mon Aug 9 09:02:59 PDT 2010
What does the rest of the map file look like? What is your map extent?
David.
-----Original Message-----
From: mapserver-users-bounces at lists.osgeo.org [mailto:mapserver-users-bounces at lists.osgeo.org] On Behalf Of Jez Walters
Sent: Monday, August 09, 2010 11:00 AM
To: mapserver-users at lists.osgeo.org
Subject: [mapserver-users] Vector symbol drawing problem
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.
_______________________________________________
mapserver-users mailing list
mapserver-users at lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users
More information about the MapServer-users
mailing list