<div>hi thomas</div>
<div>&nbsp;</div>
<div>in december i did not use AGG/PNG configuration. now my problem is &quot;AGG/PNG &quot;</div>
<div>&nbsp;</div>
<div>RG<br><br></div>
<div class="gmail_quote">2009/2/9 thomas bonfort <span dir="ltr">&lt;<a href="mailto:thomas.bonfort@gmail.com">thomas.bonfort@gmail.com</a>&gt;</span><br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">upgrading to 5.2.x should fix this.<br>I&#39;m surprised you&#39;re having this problem again as you posted the same<br>
message in december and noted that you had solved the problem.<br><br>regards,<br><br>--<br>thomas<br>
<div>
<div></div>
<div class="Wj3C7c"><br><br>On Mon, Feb 9, 2009 at 18:34, Valeria Muņoz &lt;<a href="mailto:valemunoz@gmail.com">valemunoz@gmail.com</a>&gt; wrote:<br>&gt; mapserver version is 5.0.2 .<br>&gt;<br>&gt; RG<br>&gt;<br>&gt; 2009/2/9 Fawcett, David &lt;<a href="mailto:David.Fawcett@state.mn.us">David.Fawcett@state.mn.us</a>&gt;<br>
&gt;&gt;<br>&gt;&gt; Valeria,<br>&gt;&gt;<br>&gt;&gt; It would be useful if you provided more information. &nbsp;What version of<br>&gt;&gt; MapServer are you using? &nbsp;What were you expecting to see?<br>&gt;&gt; Because you are setting your symbol angle to 0, I am guessing that you<br>
&gt;&gt; want all of the arrows to point to the top of the map.<br>&gt;&gt;<br>&gt;&gt; I am aware of a bug in AGG rendering where TrueType symbols are not<br>&gt;&gt; corrrectly rotated (fixed in trunk), but I haven&#39;t seen a problem with<br>
&gt;&gt; pixmap symbols.<br>&gt;&gt;<br>&gt;&gt; In the symbol block of your layer, try commenting out the SIZE property.<br>&gt;&gt; I think that you really just want your pixmap symbol to be displayed in its<br>&gt;&gt; native size.<br>
&gt;&gt;<br>&gt;&gt; Also, in your symbol definition at the end of your map file, try changing<br>&gt;&gt; the value of GAP from -50 to 50.<br>&gt;&gt;<br>&gt;&gt; David.<br>&gt;&gt;<br>&gt;&gt; &nbsp; -----Original Message-----<br>
&gt;&gt; From: <a href="mailto:mapserver-users-bounces@lists.osgeo.org">mapserver-users-bounces@lists.osgeo.org</a><br>&gt;&gt; [mailto:<a href="mailto:mapserver-users-bounces@lists.osgeo.org">mapserver-users-bounces@lists.osgeo.org</a>] On Behalf Of Valeria Muņoz<br>
&gt;&gt; Sent: Monday, February 09, 2009 6:39 AM<br>&gt;&gt; To: mapserver-users<br>&gt;&gt; Subject: [mapserver-users] symbol problem<br>&gt;&gt;<br>&gt;&gt; Hi<br>&gt;&gt; I have problems with displaying symbols,I can not give the correct<br>
&gt;&gt; orientation-... do you know why does not work with this configuration?<br>&gt;&gt; attached image of my problem<br>&gt;&gt;<br>&gt;&gt; OUTPUTFORMAT<br>&gt;&gt; &nbsp; &nbsp;NAME png<br>&gt;&gt; &nbsp; &nbsp;DRIVER &quot;AGG/PNG&quot;<br>
&gt;&gt; &nbsp; &nbsp;MIMETYPE &quot;image/png&quot;<br>&gt;&gt; &nbsp; &nbsp;IMAGEMODE RGB #RGBA transparente<br>&gt;&gt; &nbsp; &nbsp;EXTENSION &quot;png&quot;<br>&gt;&gt; &nbsp; &nbsp;FORMATOPTION &quot;TRANSPARENT=OFF&quot;<br>&gt;&gt; &nbsp; &nbsp;FORMATOPTION &quot;INTERLACE=ON&quot;<br>
&gt;&gt; END<br>&gt;&gt; LAYER<br>&gt;&gt; &nbsp; NAME &#39;calle&#39;<br>&gt;&gt; &nbsp; MAXSCALE 5000<br>&gt;&gt; &nbsp; TYPE LINE<br>&gt;&gt; &nbsp; DATA &#39;calle.shp&#39;<br>&gt;&gt; &nbsp; METADATA<br>&gt;&gt; &nbsp; &nbsp; &#39;wms_title&#39; &#39;calle&#39;<br>
&gt;&gt; &nbsp; END<br>&gt;&gt; &nbsp; STATUS DEFAULT<br>&gt;&gt; &nbsp; TRANSPARENCY 100<br>&gt;&gt; &nbsp; PROJECTION<br>&gt;&gt; &nbsp; &#39;proj=longlat&#39;<br>&gt;&gt; &nbsp; &#39;ellps=WGS84&#39;<br>&gt;&gt; &nbsp; &#39;datum=WGS84&#39;<br>&gt;&gt; &nbsp; &#39;no_defs&#39;<br>
&gt;&gt; &nbsp; &#39;&#39;<br>&gt;&gt; &nbsp; END<br>&gt;&gt; &nbsp; #LABELITEM &#39;ONEWAY&#39;<br>&gt;&gt; &nbsp; CLASS<br>&gt;&gt; &nbsp; &nbsp;EXPRESSION &nbsp;(&#39;[HWYLEVEL]&#39; = &#39;4&#39; and &#39;[ONEWAY]&#39;=&#39;0&#39;)<br>&gt;&gt;<br>&gt;&gt; &nbsp; &nbsp;#TEXT (&lt;-&gt;)<br>
&gt;&gt; &nbsp; &nbsp; &nbsp;#NAME &#39;calle&#39;<br>&gt;&gt; &nbsp; &nbsp; &nbsp;STYLE<br>&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; SYMBOL &#39;flecha_ambos&#39;<br>&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;SIZE 13<br>&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;ANGLE 0<br>&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;#OUTLINECOLOR 161 189 196<br>&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;#COLOR 0 0 0<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp;END<br>&gt;&gt; &nbsp; &nbsp; &nbsp;LABEL<br>&gt;&gt; &nbsp; &nbsp; &nbsp;TYPE truetype<br>&gt;&gt; &nbsp; &nbsp; &nbsp;FONT &#39;georgia&#39;<br>&gt;&gt; &nbsp; &nbsp; &nbsp;SIZE 6<br>&gt;&gt; &nbsp; &nbsp; &nbsp;ANTIALIAS TRUE<br>&gt;&gt; &nbsp; &nbsp; &nbsp;COLOR 156 0 0<br>&gt;&gt; &nbsp; &nbsp; &nbsp;ANGLE FOLLOW<br>
&gt;&gt; &nbsp; &nbsp; &nbsp;#MINDISTANCE -1<br>&gt;&gt; &nbsp; &nbsp; &nbsp;#MINFEATURESIZE -1<br>&gt;&gt; &nbsp; &nbsp; &nbsp;OFFSET 5 0<br>&gt;&gt; &nbsp; &nbsp; &nbsp;FORCE FALSE<br>&gt;&gt; &nbsp; &nbsp;POSITION CC<br>&gt;&gt; &nbsp; &nbsp; &nbsp;BUFFER 10<br>&gt;&gt; &nbsp; &nbsp; &nbsp;PARTIALS FALSE<br>&gt;&gt; &nbsp; &nbsp; &nbsp;END<br>
&gt;&gt; &nbsp; END<br>&gt;&gt; &nbsp;END<br>&gt;&gt;<br>&gt;&gt;<br>&gt;&gt; &nbsp; &nbsp; &nbsp; SYMBOL<br>&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp;NAME &quot;flecha_ambos&quot;<br>&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp;TYPE PIXMAP<br>&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp;IMAGE<br>&gt;&gt; &quot;C:/ms4w/Apache/htdocs/mapFile/mapas/etc/icons/arrow_left_right.png&quot;<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp;GAP -50<br>&gt;&gt; &nbsp; &nbsp; &nbsp; END<br>&gt;&gt;<br>&gt;&gt;<br>&gt;&gt; RG<br>&gt;<br></div></div>&gt; _______________________________________________<br>&gt; mapserver-users mailing list<br>&gt; <a href="mailto:mapserver-users@lists.osgeo.org">mapserver-users@lists.osgeo.org</a><br>
&gt; <a href="http://lists.osgeo.org/mailman/listinfo/mapserver-users" target="_blank">http://lists.osgeo.org/mailman/listinfo/mapserver-users</a><br>&gt;<br>&gt;<br></blockquote></div><br>