<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.2722" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hi All,</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I've found in <A 
href="http://dl.maptools.org/dl/mapserver_Changelog.txt">http://dl.maptools.org/dl/mapserver_Changelog.txt</A> 
a reference to ANGLEITEM for points (see 2005-08-05 14:45&nbsp; sdlime). This is 
a good new because a rotation management for point symbols is strongly 
recommended in a map renderer.</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I've just compiled mapserver 4.6.1 and I tried to 
create a layer with this attribute, but I get a parse error.</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Anybody knows if this attribute i 
supported?</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>This is my layer definition:</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>LAYER<BR>&nbsp;NAME "Segnali"<BR>&nbsp;TYPE 
POINT</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&nbsp;CONNECTIONTYPE 
oraclespatial<BR>&nbsp;CONNECTION "<A 
href="mailto:ti_segnali/avs@franz">ti_segnali/avs@franz</A>"<BR>&nbsp;DATA "GEOM 
FROM (SELECT a.fid, g.orientation, a.geom FROM ic_segnali a, ic_segnali_geo g 
WHERE a.fid=g.fid) USING UNIQUE fid NONE" <BR>&nbsp;STATUS 
DEFAULT<BR>&nbsp;ANGLEITEM "orientation" <BR>&nbsp;<BR>&nbsp;CLASS <BR>&nbsp; 
NAME 'segnale'<BR>&nbsp; SYMBOL 'triangle'<BR>&nbsp; COLOR 0 255 0<BR>&nbsp; 
OUTLINECOLOR 183 183 183<BR>&nbsp; TEMPLATE "templates/default.html" 
<BR>&nbsp;END <BR>END </FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Best regards</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Francesco</FONT></DIV></BODY></HTML>