<!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>&nbsp;</DIV>
<DIV><SPAN class=177315116-09022009><FONT face=Arial><FONT color=#0000ff><FONT 
size=2>It would be useful if you provided more information.&nbsp; What version 
of MapServer are you using?&nbsp;&nbsp;<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.&nbsp; 
</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>&nbsp;</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.&nbsp; </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>&nbsp;</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.&nbsp; 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>&nbsp;</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.&nbsp; 
</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>&nbsp;</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>&nbsp;</DIV>
<DIV><FONT face=Tahoma><FONT size=2><FONT face=Arial><FONT color=#0000ff><SPAN 
class=145495216-09022009>&nbsp;</SPAN><SPAN 
class=145495216-09022009>&nbsp;</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>&nbsp;</DIV>
  <DIV>OUTPUTFORMAT<BR>&nbsp;&nbsp; <STRONG>NAME png<BR>&nbsp;&nbsp; DRIVER 
  "AGG/PNG"</STRONG><BR>&nbsp;&nbsp; MIMETYPE "image/png"<BR>&nbsp;&nbsp; 
  IMAGEMODE RGB #RGBA transparente<BR>&nbsp;&nbsp; EXTENSION 
  "png"<BR>&nbsp;&nbsp; FORMATOPTION "TRANSPARENT=OFF"<BR>&nbsp;&nbsp; 
  FORMATOPTION "INTERLACE=ON"<BR>END</DIV>
  <DIV><BR>LAYER<BR>&nbsp; NAME 'calle'<BR>&nbsp; MAXSCALE 5000<BR>&nbsp; TYPE 
  LINE<BR>&nbsp; DATA 'calle.shp'<BR>&nbsp; METADATA<BR>&nbsp;&nbsp;&nbsp; 
  'wms_title' 'calle'<BR>&nbsp; END<BR>&nbsp; STATUS DEFAULT<BR>&nbsp; 
  TRANSPARENCY 100<BR>&nbsp; PROJECTION<BR>&nbsp; 'proj=longlat'<BR>&nbsp; 
  'ellps=WGS84'<BR>&nbsp; 'datum=WGS84'<BR>&nbsp; 'no_defs'<BR>&nbsp; 
  ''<BR>&nbsp; END<BR>&nbsp; #LABELITEM 'ONEWAY'<BR>&nbsp; CLASS<BR>&nbsp;&nbsp; 
  EXPRESSION&nbsp; ('[HWYLEVEL]' = '4' and '[ONEWAY]'='0')<BR>&nbsp;&nbsp; 
  <BR>&nbsp;&nbsp; #TEXT (&lt;-&gt;)<BR>&nbsp;&nbsp;&nbsp;&nbsp; #NAME 
  'calle'&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <BR>&nbsp;&nbsp;&nbsp;&nbsp; 
  STYLE<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SYMBOL 
  'flecha_ambos'<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SIZE 
  13&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
  <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ANGLE 
  0<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; #OUTLINECOLOR 161 189 
  196<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; #COLOR 0 0 
  0<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; END<BR>&nbsp;&nbsp;&nbsp;&nbsp; 
  LABEL <BR>&nbsp;&nbsp;&nbsp;&nbsp; TYPE truetype<BR>&nbsp;&nbsp;&nbsp;&nbsp; 
  FONT 'georgia'<BR>&nbsp;&nbsp;&nbsp;&nbsp; SIZE 6<BR>&nbsp;&nbsp;&nbsp;&nbsp; 
  ANTIALIAS TRUE<BR>&nbsp;&nbsp;&nbsp;&nbsp; COLOR 156 0 0 
  <BR>&nbsp;&nbsp;&nbsp;&nbsp; ANGLE FOLLOW<BR>&nbsp;&nbsp;&nbsp;&nbsp; 
  #MINDISTANCE -1<BR>&nbsp;&nbsp;&nbsp;&nbsp; #MINFEATURESIZE 
  -1<BR>&nbsp;&nbsp;&nbsp;&nbsp; OFFSET 5 0<BR>&nbsp;&nbsp;&nbsp;&nbsp; FORCE 
  FALSE<BR>&nbsp;&nbsp; POSITION CC<BR>&nbsp;&nbsp;&nbsp;&nbsp; BUFFER 
  10<BR>&nbsp;&nbsp;&nbsp;&nbsp; PARTIALS FALSE&nbsp;&nbsp;&nbsp;&nbsp; 
  <BR>&nbsp;&nbsp;&nbsp;&nbsp; END <BR>&nbsp; 
  END<BR>&nbsp;END<BR>&nbsp;<BR>&nbsp;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SYMBOL 
  <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; NAME "flecha_ambos" 
  <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; TYPE PIXMAP 
  <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; IMAGE 
  "C:/ms4w/Apache/htdocs/mapFile/mapas/etc/icons/arrow_left_right.png"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
  GAP -50<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
END<BR>&nbsp;<BR>&nbsp;<BR>RG</DIV></BLOCKQUOTE></BODY></HTML>