Awesome! It is works now in my 6.1-dev. Unfortunatly I can't find any reference about this feature in docs.<br><br><div class="gmail_quote">On Tue, May 29, 2012 at 4:09 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">No, this is currently not possible.<br>
<a href="http://mapserver.org/fr/development/rfc/ms-rfc-72.html" target="_blank">http://mapserver.org/fr/development/rfc/ms-rfc-72.html</a> addresses your<br>
issue, with that you could do:<br>
<div class="im"><br>
style<br>
  outlinecolor 255 0 0<br>
</div>  geomtransform (buffer([shape], -1))<br>
end<br>
<div class="im">style<br>
  outlinecolor 255 0 0<br>
</div>  width 1<br>
  geomtransform (buffer([shape], 1))<br>
end<br>
<br>
I have no idea of the timeframe expected for rfc72's implementation,<br>
maybe Steve can give you some info on that.<br>
<div class="HOEnZb"><div class="h5"><br>
On Tue, May 29, 2012 at 10:58 AM, Denis Rykov <<a href="mailto:rykovd@gmail.com">rykovd@gmail.com</a>> wrote:<br>
> Thanks for quick response!<br>
><br>
> Are any ways to draw internal line (255 255 255 color in your example) with<br>
> transparency (-1 -1 -1 doesnt work, in this case I see red line, but I would<br>
> like to see underlying layer).<br>
><br>
><br>
> On Tue, May 29, 2012 at 3:49 PM, thomas bonfort <<a href="mailto:thomas.bonfort@gmail.com">thomas.bonfort@gmail.com</a>><br>
> wrote:<br>
>><br>
>> 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>
>><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>
>> > _______________________________________________<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>
><br>
><br>
</div></div></blockquote></div><br>