<span style>I have WMS polygonal layer and want to draw polygon's border with the following style:</span>
<div><span style><br></span></div><div><span style><font color="#333333" face="Helvetica Neue, Helvetica, Arial, sans-serif"><a href="http://i.stack.imgur.com/J2A7x.png">http://i.stack.imgur.com/J2A7x.png</a></font></span></div>
<div><span style><font color="#333333" face="Helvetica Neue, Helvetica, Arial, sans-serif"><br></font></span></div><div><span style>My symbol's description:</span>
</div><div><span style><br></span></div><div><pre style="margin-top:0px;margin-bottom:10px;padding:5px;border:0px;font-size:12px;vertical-align:baseline;overflow:auto;width:auto;max-height:600px;font-family:Consolas,Menlo,Monaco,'Lucida Console','Liberation Mono','DejaVu Sans Mono','Bitstream Vera Sans Mono','Courier New',monospace,serif;background-color:rgb(238,238,238);color:rgb(51,51,51);line-height:18px;text-align:left">
<code style="margin:0px;padding:0px;border:0px;vertical-align:baseline;font-family:Consolas,Menlo,Monaco,'Lucida Console','Liberation Mono','DejaVu Sans Mono','Bitstream Vera Sans Mono','Courier New',monospace,serif;color:rgb(34,34,34)">SYMBOL 
  NAME "double_line" 
  TYPE vector 
  POINTS 
    0 0 1 0 -99 -99 0 1 1 1
  END 
END</code></pre></div><div><span style>CLASS section in mapfile:</span>
</div><div><span style><br></span></div><div><pre style="margin-top:0px;margin-bottom:10px;padding:5px;border:0px;font-size:12px;vertical-align:baseline;overflow:auto;width:auto;max-height:600px;font-family:Consolas,Menlo,Monaco,'Lucida Console','Liberation Mono','DejaVu Sans Mono','Bitstream Vera Sans Mono','Courier New',monospace,serif;background-color:rgb(238,238,238);color:rgb(51,51,51);line-height:18px;text-align:left">
<code style="margin:0px;padding:0px;border:0px;vertical-align:baseline;font-family:Consolas,Menlo,Monaco,'Lucida Console','Liberation Mono','DejaVu Sans Mono','Bitstream Vera Sans Mono','Courier New',monospace,serif;color:rgb(34,34,34)">CLASS
  STYLE
    OUTLINECOLOR 255 0 0
    SYMBOL 'double_line'
    SIZE 3
    WIDTH 1
  END</code></pre></div><div><span style>But in this case you can see self intersection in polygon's edge:</span>
</div><div><span style><br></span></div><div><span style><font color="#333333" face="Helvetica Neue, Helvetica, Arial, sans-serif"><a href="http://i.stack.imgur.com/5Etem.png">http://i.stack.imgur.com/5Etem.png</a></font></span></div>
<div><span style><font color="#333333" face="Helvetica Neue, Helvetica, Arial, sans-serif"><br></font></span></div><div><span style>What is the righ way to get correct border style?</span>
</div>