<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE>Message</TITLE>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.6000.16788" name=GENERATOR></HEAD>
<BODY>
<DIV>
<DIV><SPAN class=177315116-09022009><FONT face=Arial color=#0000ff 
size=2>Valeria, </FONT></SPAN></DIV>
<DIV><SPAN class=177315116-09022009><FONT face=Arial color=#0000ff 
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=177315116-09022009><FONT face=Arial><FONT color=#0000ff><FONT 
size=2>It would be useful if you provided more information.  What version 
of MapServer are you using?  <SPAN class=145495216-09022009>What were 
you expecting to see?</SPAN></FONT></FONT></FONT></SPAN></DIV>
<DIV><FONT face=Tahoma><FONT size=2><FONT face=Arial><FONT color=#0000ff><SPAN 
class=145495216-09022009>Because you are setting your symbol angle to 0, I am 
guessing that you want all of the arrows to point to the top of the map.  
</SPAN></FONT></FONT></FONT></FONT></DIV>
<DIV><FONT face=Tahoma><FONT size=2><FONT face=Arial><FONT color=#0000ff><SPAN 
class=145495216-09022009></SPAN></FONT></FONT></FONT></FONT> </DIV>
<DIV><FONT face=Tahoma><FONT size=2><FONT face=Arial><FONT color=#0000ff><SPAN 
class=145495216-09022009>I am aware of a bug in AGG rendering where TrueType 
symbols are not corrrectly rotated (fixed in trunk), but I haven't seen a 
problem with pixmap symbols.  </SPAN></FONT></FONT></FONT></FONT></DIV>
<DIV><FONT face=Tahoma><FONT size=2><FONT face=Arial><FONT color=#0000ff><SPAN 
class=145495216-09022009></SPAN></FONT></FONT></FONT></FONT> </DIV>
<DIV><FONT face=Tahoma><FONT size=2><FONT face=Arial><FONT color=#0000ff><SPAN 
class=145495216-09022009>In the symbol block of your layer, try commenting out 
the SIZE property.  I think that you really just want your pixmap symbol to 
be displayed in its native size.</SPAN></FONT></FONT></FONT></FONT></DIV>
<DIV><FONT face=Tahoma><FONT size=2><FONT face=Arial><FONT color=#0000ff><SPAN 
class=145495216-09022009></SPAN></FONT></FONT></FONT></FONT> </DIV>
<DIV><FONT face=Tahoma><FONT size=2><FONT face=Arial><FONT color=#0000ff><SPAN 
class=145495216-09022009>Also, in your symbol definition at the end of your map 
file, try changing the value of GAP from -50 to 50.  
</SPAN></FONT></FONT></FONT></FONT></DIV>
<DIV><FONT face=Tahoma><FONT size=2><FONT face=Arial><FONT color=#0000ff><SPAN 
class=145495216-09022009></SPAN></FONT></FONT></FONT></FONT> </DIV>
<DIV><FONT face=Tahoma><FONT size=2><FONT face=Arial><FONT color=#0000ff><SPAN 
class=145495216-09022009>David.</SPAN></FONT></FONT></FONT></FONT></DIV>
<DIV><FONT face=Tahoma><FONT size=2><FONT face=Arial><FONT color=#0000ff><SPAN 
class=145495216-09022009></SPAN></FONT></FONT></FONT></FONT> </DIV>
<DIV><FONT face=Tahoma><FONT size=2><FONT face=Arial><FONT color=#0000ff><SPAN 
class=145495216-09022009> </SPAN><SPAN 
class=145495216-09022009> </SPAN></FONT></FONT>-----Original 
Message-----<BR><B>From:</B> mapserver-users-bounces@lists.osgeo.org 
[mailto:mapserver-users-bounces@lists.osgeo.org] <B>On Behalf Of </B>Valeria 
Muņoz<BR><B>Sent:</B> Monday, February 09, 2009 6:39 AM<BR><B>To:</B> 
mapserver-users<BR><B>Subject:</B> [mapserver-users] symbol 
problem<BR><BR></DIV></FONT></FONT></DIV>
<BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px">
  <DIV>Hi<BR>I have problems with displaying symbols,I can not give the correct 
  orientation-... do you know why does not work with this 
  configuration?<BR>attached image of my problem<BR> </DIV>
  <DIV>OUTPUTFORMAT<BR>   <STRONG>NAME png<BR>   DRIVER 
  "AGG/PNG"</STRONG><BR>   MIMETYPE "image/png"<BR>   
  IMAGEMODE RGB #RGBA transparente<BR>   EXTENSION 
  "png"<BR>   FORMATOPTION "TRANSPARENT=OFF"<BR>   
  FORMATOPTION "INTERLACE=ON"<BR>END</DIV>
  <DIV><BR>LAYER<BR>  NAME 'calle'<BR>  MAXSCALE 5000<BR>  TYPE 
  LINE<BR>  DATA 'calle.shp'<BR>  METADATA<BR>    
  'wms_title' 'calle'<BR>  END<BR>  STATUS DEFAULT<BR>  
  TRANSPARENCY 100<BR>  PROJECTION<BR>  'proj=longlat'<BR>  
  'ellps=WGS84'<BR>  'datum=WGS84'<BR>  'no_defs'<BR>  
  ''<BR>  END<BR>  #LABELITEM 'ONEWAY'<BR>  CLASS<BR>   
  EXPRESSION  ('[HWYLEVEL]' = '4' and '[ONEWAY]'='0')<BR>   
  <BR>   #TEXT (<->)<BR>     #NAME 
  'calle'      <BR>     
  STYLE<BR>        SYMBOL 
  'flecha_ambos'<BR>         SIZE 
  13      
  <BR>         ANGLE 
  0<BR>         #OUTLINECOLOR 161 189 
  196<BR>         #COLOR 0 0 
  0<BR>       END<BR>     
  LABEL <BR>     TYPE truetype<BR>     
  FONT 'georgia'<BR>     SIZE 6<BR>     
  ANTIALIAS TRUE<BR>     COLOR 156 0 0 
  <BR>     ANGLE FOLLOW<BR>     
  #MINDISTANCE -1<BR>     #MINFEATURESIZE 
  -1<BR>     OFFSET 5 0<BR>     FORCE 
  FALSE<BR>   POSITION CC<BR>     BUFFER 
  10<BR>     PARTIALS FALSE     
  <BR>     END <BR>  
  END<BR> END<BR> <BR> <BR>      SYMBOL 
  <BR>       NAME "flecha_ambos" 
  <BR>       TYPE PIXMAP 
  <BR>       IMAGE 
  "C:/ms4w/Apache/htdocs/mapFile/mapas/etc/icons/arrow_left_right.png"<BR>       
  GAP -50<BR>      
END<BR> <BR> <BR>RG</DIV></BLOCKQUOTE></BODY></HTML>