Hello,<br>
<br>
I am plotting points dynamically on the map via inline features and it
works, however the symbol is extremely transparent and difficult to
see. Overlaying a second symbol on top does not solve the problem, nor
does using a background color, and I haven't found any solutions yet.
It happens with circle symbols as well. Part of my link and mapfile is
below, and I've attached an image of the resulting symbol:<br>
<br>
<br>
SYMBOLSET ".../symbols.sym"<br>
<br>
LAYER<br>
NAME "locaterSymbol"<br>
TYPE POINT<br>
STATUS DEFAULT<br>
PROJECTION<br>
"proj=latlong"<br>
END<br>
CLASS<br>
SYMBOL 'star'<br>
SIZE 175<br>
COLOR 255 0 0<br>
END<br>
END ## Layer<br>
<br>
...&mode=map&map_locaterSymbol_feature=new&map_locaterSymbol_feature_points=130+40<br>
<br>
<br>
Using MapServer 4.6.2. Any help would be much appreciated, thank you.<br>
<br>
Ian<br>