<div dir="ltr">As others have suggested, you need to "<span style="font-size:12.8px">preprocess your </span><span style="font-size:12.8px">data to merge adjacent lines into one". This can be done with topology. PostGIS has topology support. You would have to convert (and maintain) your simple features polygons as a PostGIS topology and then render them as lines (not polygons) in MapServer. There is also TopoJSON but I have not used it. I think it provides client-side support for topology, which is not exactly what you are asking about, but might be worth a look.</span><div><span style="font-size:12.8px"><br></span></div><div><span style="font-size:12.8px">Rich</span></div><div><span style="font-size:12.8px"><br></span></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Jun 17, 2016 at 2:47 PM, Ziegler Stefan <span dir="ltr"><<a href="mailto:Stefan.Ziegler@bd.so.ch" target="_blank">Stefan.Ziegler@bd.so.ch</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Jukka<br>
<br>
Yes. Seems similar to what you can do with QGIS.<br>
<br>
Regards<br>
Stefan<br>
<br>
> -----Ursprüngliche Nachricht-----<br>
> Von: Rahkonen Jukka (MML) [mailto:<a href="mailto:jukka.rahkonen@maanmittauslaitos.fi">jukka.rahkonen@maanmittauslaitos.fi</a>]<br>
> Gesendet: Freitag, 17. Juni 2016 16:20<br>
> An: Ziegler Stefan; '<a href="mailto:mapserver-users@lists.osgeo.org">mapserver-users@lists.osgeo.org</a>'<br>
> Betreff: Re: Rendering of adjacent dashed lines<br>
<div class="HOEnZb"><div class="h5">><br>
> Hi,<br>
><br>
> The only method that really works is to remove adjacent lines. Your trick seems to be<br>
> the same as this <a href="https://knowledge.autodesk.com/support/autocad-map-" rel="noreferrer" target="_blank">https://knowledge.autodesk.com/support/autocad-map-</a><br>
> 3d/troubleshooting/caas/sfdcarticles/sfdcarticles/Using-a-dashed-line-symbol-with-<br>
> adjacent-polygons-masking.html<br>
> but they used a wider white line. However, it feels usable only if the background is also<br>
> white and there are no lines very close to each other.<br>
><br>
> -Jukka Rahkonen-<br>
><br>
><br>
> Ziegler Stefan wrote:<br>
><br>
> > Hi<br>
><br>
> > I'm trying to render some lines with a pattern. This works and looks great as long as<br>
> the lines are not adjacent. When the lines share a common border the dashed lines<br>
> may look ugly since one dashed line is rendered on top of the other rendered dashed<br>
> line. I tried to add a white solid line under the dashed line:<br>
><br>
>     CLASS<br>
>       STYLE<br>
>         COLOR 255 255 255<br>
>         WIDTH 2<br>
>         LINECAP BUTT<br>
>       END<br>
>       STYLE<br>
>         COLOR 0 0 0<br>
>         WIDTH 2<br>
>         LINECAP BUTT<br>
>         PATTERN 20 4 2 4 2 4 END<br>
>       END<br>
>     END<br>
><br>
><br>
> But the behaviour is still the same. Is there a trick/workaround for this? I'm using<br>
> MapServer 7.0.1.<br>
><br>
> Best regards<br>
> Stefan Ziegler<br>
><br>
><br>
><br>
> Freundliche Grüsse<br>
> Stefan Ziegler<br>
> Kantonsgeometer / Leiter Amt für Geoinformation<br>
><br>
> Amt für Geoinformation<br>
> Rötistrasse 4<br>
> 4500 Solothurn<br>
><br>
> Telefon +41 32 627 75 96<br>
> Telefax +41 32 627 75 98<br>
> <a href="mailto:stefan.ziegler@bd.so.ch">stefan.ziegler@bd.so.ch</a><br>
> <a href="http://www.so.ch" rel="noreferrer" target="_blank">http://www.so.ch</a><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" rel="noreferrer" target="_blank">http://lists.osgeo.org/mailman/listinfo/mapserver-users</a><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" rel="noreferrer" target="_blank">http://lists.osgeo.org/mailman/listinfo/mapserver-users</a></div></div></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr">Richard W. Greenwood, PLS<br><a href="http://www.greenwoodmap.com" target="_blank">www.greenwoodmap.com</a></div></div>
</div>