Thanks for quick response!<div><br></div><div>Are any ways to draw internal line (255 255 255 color in your example) with transparency (-1 -1 -1 doesnt work, in this case I see red line, but I would like to see underlying layer).<br>
<br><div class="gmail_quote">On Tue, May 29, 2012 at 3:49 PM, thomas bonfort <span dir="ltr"><<a href="mailto:thomas.bonfort@gmail.com" target="_blank">thomas.bonfort@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
something like this should work, with no "symbol"<br>
<br>
style<br>
  outlinecolor 255 0 0<br>
  width 3<br>
end<br>
style<br>
  outlinecolor 255 255 255<br>
  width 1<br>
end<br>
<br>
--<br>
thomas<br>
<div><div class="h5"><br>
On Tue, May 29, 2012 at 10:45 AM, Denis Rykov <<a href="mailto:rykovd@gmail.com">rykovd@gmail.com</a>> wrote:<br>
> I have WMS polygonal layer and want to draw polygon's border with the<br>
> following style:<br>
><br>
> <a href="http://i.stack.imgur.com/J2A7x.png" target="_blank">http://i.stack.imgur.com/J2A7x.png</a><br>
><br>
> My symbol's description:<br>
><br>
> SYMBOL<br>
>   NAME "double_line"<br>
>   TYPE vector<br>
>   POINTS<br>
>     0 0 1 0 -99 -99 0 1 1 1<br>
>   END<br>
> END<br>
><br>
> CLASS section in mapfile:<br>
><br>
> CLASS<br>
>   STYLE<br>
>     OUTLINECOLOR 255 0 0<br>
>     SYMBOL 'double_line'<br>
>     SIZE 3<br>
>     WIDTH 1<br>
>   END<br>
><br>
> But in this case you can see self intersection in polygon's edge:<br>
><br>
> <a href="http://i.stack.imgur.com/5Etem.png" target="_blank">http://i.stack.imgur.com/5Etem.png</a><br>
><br>
> What is the righ way to get correct border style?<br>
><br>
</div></div>> _______________________________________________<br>
> mapserver-users mailing list<br>
> <a href="mailto:mapserver-users@lists.osgeo.org">mapserver-users@lists.osgeo.org</a><br>
> <a href="http://lists.osgeo.org/mailman/listinfo/mapserver-users" target="_blank">http://lists.osgeo.org/mailman/listinfo/mapserver-users</a><br>
><br>
</blockquote></div><br></div>