<!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">
I looked again over your example, and now I understand the difference
from what I tried. Thanks!<br>
<br>
thomas bonfort wrote:
<blockquote
 cite="mid:d2b988930811130044l542e072eod1038838a97895ea@mail.gmail.com"
 type="cite">
  <pre wrap="">you don't have to... you can use the multiple style blocks as I showed
in my last email....
althoug you will have to play with offsets to avoid the symbols overlapping

thomas

On Thu, Nov 13, 2008 at 09:40, Adrian Popa <a class="moz-txt-link-rfc2396E" href="mailto:adrian_gh.popa@romtelecom.ro">&lt;adrian_gh.popa@romtelecom.ro&gt;</a> wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Thanks for the reply Thomas,

I will try a workaround by creating a third symbol with both arrows on top
of it &gt;&lt;

Thanks,

thomas bonfort wrote:

Hi,



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?)


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



--
Adrian Popa

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


    </pre>
  </blockquote>
  <pre wrap=""><!---->
  </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>