Hi Sev<br><br>Yes you can.<br><br>If you can get a handle on this page<br><a href="http://mapserver.org/mapfile/symbology/construction.html">http://mapserver.org/mapfile/symbology/construction.html</a><br>You can do some pretty amazing things.<br>
<br>Here is what I did for cliffs<br>This example puts the detail to the right of the line, you can change it to move it to the left side.<br><br>    CLASS<br>        EXPRESSION &#39;cliff&#39;<br>        STYLE<br>          COLOR &quot;#868f72&quot;<br>
          WIDTH 2<br>        END # STYLE<br>        STYLE<br>          COLOR &quot;#868f72&quot;<br>          SYMBOL &quot;cliff&quot;<br>          SIZE 20.0<br>          WIDTH 1<br>          #ANGLE 25<br>          GAP -20<br>
        END # STYLE<br>    END<br><br><br><br>SYMBOL  ## triangle option<br>  NAME &quot;cliff&quot;<br>  TYPE vector<br>  FILLED true<br>  POINTS<br>    0 5<br>    3 10<br>    6 5<br>    0 5<br>  END # POINTS<br>END # SYMBOL<br>
<br>SYMBOL ## line option (a little different from your, but you can do it still)<br>  NAME &quot;cliff&quot;<br>  TYPE vector<br>  FILLED true<br>  POINTS<br>    0 5<br>    0 10<br>  END # POINTS<br>END # SYMBOL<br><br>Hope that helps<br>
<br clear="all">Matt  :)<br><br clear="all"><br>
<br><br><div class="gmail_quote">On Mon, Feb 6, 2012 at 8:11 AM, mmypost mmypost <span dir="ltr">&lt;<a href="mailto:mmypost@yandex.ru">mmypost@yandex.ru</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi!<br>
<br>
Sorry for my bad English.<br>
Can I to create mapserver complex line symbols like attachments?<br>
&quot;Offset&quot; and &quot;Angle&quot; to help create the lines for small part line without frequent turnings.<br>
Mapserver version is 5.6.6.<br>
<br>
<br>
Yours sincerely,<br>
Sev<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></blockquote></div><br>