All,

The only way that might be possible, would be if the colosed polygons were always drawn in the same direction, clockwise, or counterclockwise. Otherwise, there is no method for defining right or left. If the direction of the polygon can be garenteed, then it's a pretty simple matter to accomplish.

bobb



On 2/19/2010 7:03 AM, Fons Arts wrote:
Hello list,

I'm trying to create a linetype, see attached image.
The spikes has to follow the line. For example, in a rectangle all the
spikes pointing to the inside.

Any suggestions would be welcome.

Mapserver 5.0

Symbol file
SYMBOL
NAME "test"
TYPE VECTOR
POINTS
0 0
1 0
0.5 7
0 0
END
FILLED TRUE
STYLE
1 10 1 10
END
END

Map file

                CLASS
                  STYLE
                        SYMBOL 'circle'
                        OUTLINECOLOR 0 0 0
                        SIZE 2
                 END
                  STYLE
                        SYMBOL 'test'
                        OUTLINECOLOR 0 0 0
                        SIZE 4
                  END



thanks in advance
Fons



_______________________________________________
mapserver-users mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/mapserver-users
_______________________________________________
mapserver-users mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/mapserver-users

Reply via email to