[mapserver-users] Border style of polygon

Denis Rykov rykovd at gmail.com
Tue May 29 01:45:06 PDT 2012


I have WMS polygonal layer and want to draw polygon's border with the
following style:

http://i.stack.imgur.com/J2A7x.png

My symbol's description:

SYMBOL
  NAME "double_line"
  TYPE vector
  POINTS
    0 0 1 0 -99 -99 0 1 1 1
  END
END

CLASS section in mapfile:

CLASS
  STYLE
    OUTLINECOLOR 255 0 0
    SYMBOL 'double_line'
    SIZE 3
    WIDTH 1
  END

But in this case you can see self intersection in polygon's edge:

http://i.stack.imgur.com/5Etem.png

What is the righ way to get correct border style?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/mapserver-users/attachments/20120529/3171a0cd/attachment.html>


More information about the mapserver-users mailing list