<div>Hi there,</div><div><br></div><div>I have two symbol definition in my mapfile:</div><div><br></div><div>    SYMBOL</div><div>        NAME        'baisse'</div><div>        TYPE        TRUETYPE</div><div>        FONT        "windg3"</div>
<div>        #CHARACTER   "È"</div><div>        CHARACTER   "&#200;"</div><div>    END</div><div>   </div><div>    SYMBOL</div><div>        NAME        'hausse'</div><div>        TYPE        TRUETYPE</div>
<div>        FONT        "windg3"</div><div>        #CHARACTER   "Ç"</div><div>        CHARACTER   "&#199;"</div><div>    END</div><div><br></div><div>While moving the map around (and without making any changes in the mapfile or in js code), sometime Mapserver is drawing the arrow up symbol (hausse), and the other time, the arrow down symbol (baisse). See attachment for this strange display. In both case, the symbol who's not displayed correctly is replaced with a little box in the center of the circle.</div>
<div><br></div><div>Here the 2 WMS call behind it (identical but BBOX is different)</div><div>http://<myserver>/cgi-wms/adnInternet?LAYERS=ADN_STATION&TRANSPARENT=true&FORMAT=image%2Fpng&ISBASELAYER=false&VISIBILITY=true&SERVICE=WMS&VERSION=1.1.1&REQUEST=GetMap&STYLES=&EXCEPTIONS=application%2Fvnd.ogc.se_inimage&SRS=EPSG%3A900913&BBOX=-8357644.0084038,5691908.0497863,-7868447.0274662,6038014.9137997&WIDTH=800&HEIGHT=566</div>
<div>http://<myserver>/cgi-wms/adnInternet?LAYERS=ADN_STATION&TRANSPARENT=true&FORMAT=image%2Fpng&ISBASELAYER=false&VISIBILITY=true&SERVICE=WMS&VERSION=1.1.1&REQUEST=GetMap&STYLES=&EXCEPTIONS=application%2Fvnd.ogc.se_inimage&SRS=EPSG%3A900913&BBOX=-8451202.9310082,5636261.8932047,-7962005.9500706,5982368.7572181&WIDTH=800&HEIGHT=566</div>
<div><br></div><div>Any tought why this happen?</div><div><br></div><div>MartinO</div>