<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Thanks for the reply Thomas,<br>
<br>
I will try a workaround by creating a third symbol with both arrows on
top of it &gt;&lt;<br>
<br>
Thanks,<br>
<br>
thomas bonfort wrote:
<blockquote
 cite="mid:d2b988930811120746q766d88f5k6aadd172937cdb0@mail.gmail.com"
 type="cite">
  <pre wrap="">Hi,

  </pre>
  <blockquote type="cite">
    <pre wrap="">Case 3: displaying both arrows on the same element:
  CLASS
    NAME "Right"
    EXPRESSION /^FO040314$/
    STYLE
        SYMBOL right
        SIZE 24
        COLOR 51 102 0
    END
   END
   CLASS
    NAME "Left"
    EXPRESSION /^FO040314$/
    STYLE
        SYMBOL left
        SIZE 24
        COLOR 102 51 0
    END
   END

How can I display both arrows on the same object (or do they display, but
they overlap completely?)
    </pre>
  </blockquote>
  <pre wrap=""><!---->
only ONE class is drawn for each feature, the first one in the rder of
the mapfile to meet the expression and scale tests. so your second
class is never rendered in this case.

CLASS
     NAME "Rightand left"
     EXPRESSION /^FO040314$/
     STYLE
         SYMBOL right
         SIZE 24
         COLOR 51 102 0
     END
     STYLE
         SYMBOL left
         SIZE 24
         COLOR 102 51 0
     END
END


cheers,
thomas

  </pre>
</blockquote>
<br>
<br>
<pre class="moz-signature" cols="72">-- 
Adrian Popa

Network Engineer
Romtelecom S.A.
Divizia Centrul National de Operare Retea
Departament Transport IP &amp; Metro
Compartiment IP Core

</pre>
</body>
</html>