<!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> </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 sdlime). This is
a good new because a rotation management for point symbols is strongly
recommended in a map renderer.</FONT></DIV>
<DIV> </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> </DIV>
<DIV><FONT face=Arial size=2>Anybody knows if this attribute i
supported?</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>This is my layer definition:</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>LAYER<BR> NAME "Segnali"<BR> TYPE
POINT</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2> CONNECTIONTYPE
oraclespatial<BR> CONNECTION "<A
href="mailto:ti_segnali/avs@franz">ti_segnali/avs@franz</A>"<BR> 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> STATUS
DEFAULT<BR> ANGLEITEM "orientation" <BR> <BR> CLASS <BR>
NAME 'segnale'<BR> SYMBOL 'triangle'<BR> COLOR 0 255 0<BR>
OUTLINECOLOR 183 183 183<BR> TEMPLATE "templates/default.html"
<BR> END <BR>END </FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>Best regards</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>Francesco</FONT></DIV></BODY></HTML>