Hello,

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:


SYMBOLSET ".../symbols.sym"

LAYER
  NAME "locaterSymbol"
  TYPE POINT
  STATUS DEFAULT
  PROJECTION
    "proj=latlong"
  END
  CLASS
      SYMBOL 'star'
      SIZE 175
      COLOR 255 0 0
  END
END ## Layer

...&mode=map&map_locaterSymbol_feature=new&map_locaterSymbol_feature_points=130+40


Using MapServer 4.6.2. Any help would be much appreciated, thank you.

Ian

Attachment: star.png
Description: PNG image

Reply via email to