Hi Matt,<br><br>with symbol you are limited to 50 by default but can redefined to something bigger, see MAXSIZE for CLASS<span class="HOEnZb"></span> in docs<br>though you can create a new polygon to cover the sea near the coast. I&#39;m not sure which way is faster in production, just make some tests<br>

<br>regards, michael<br><br><div class="gmail_quote">On Tue, Jan 3, 2012 at 5:25 AM, Matt McClelland <span dir="ltr">&lt;<a href="mailto:matt@wildwalks.com">matt@wildwalks.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

Happy new year<br><br>I am wanting to run a wide line down the coast of a map (to cover up some less then perfect data underneath).<br><br>Basically I want to draw a thin blue line for the coast, and a thick (say 1000px) light blue line to the right to cover the ocean.<br>


<br>I have tried parallel lines (using Offset) but this gave a messy result.<br>So I have now tried using a symbol to fill the area to the right of the line.  This works OK but I seem to be limited to the size.<br><br>Any other better idea on how to solve this issue??<br>


<br><br>this is the relevant section of the map file for the attached image.<br>    CLASS<br>        EXPRESSION &#39;coastline&#39;<br>        STYLE<br>          COLOR 181 209 240<br>          SYMBOL &quot;coastline&quot;<br>


          SIZE 500<br>          WIDTH 1 <br>      #LINEJOIN miter<br>      #OFFSET 14 14<br>        END # STYLE<br>        STYLE<br>          COLOR 100 100 255<br>          WIDTH 2<br>        END # STYLE<br>    END<br><br>


SYMBOL<br>  NAME &quot;coastline&quot;<br>  TYPE vector<br>  FILLED true<br>  POINTS<br>    0 500<br>    0 1000<br>    500 1000<br>    500 500<br>  END # POINTS<br>END # SYMBOL<span class="HOEnZb"><font color="#888888"><br>

<br clear="all">Matt  :)<br>
</font></span><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></blockquote></div><br>