Opened 21 years ago

Closed 16 years ago

#307 closed defect (fixed)

box around point symbols in legend although key word outlinecolor not set

Reported by: andreas.maul@… Owned by: sdlime
Priority: high Milestone:
Component: MapServer CGI Version: 3.6
Severity: normal Keywords:
Cc:

Description (last modified by sdlime)

System information:
W2K, IIS 5, precompiled mapserver 3.6.4 from dmsolutions download directory, 
php 4.3.1

Problem:
I have some layers with point, line and polygon data. For the point objects I 
have created several symbols (eg. yellow triangle with black border using 
LAYER
  NAME "wells"
  DATA "shapes\wells"
  TYPE POINT
  STATUS OFF
  ... projection stuff and others
  CLASS
    NAME "wells"
    SYMBOL triangle
    COLOR 255 204 0     # yellow
    OUTLINECOLOR 0 0 0  # black border
    ...
   END
END)

My legend section of the map file looks like

LEGEND
  STATUS ON
  TRANSPARENT ON  
  LABEL
    FONT "arial"
    TYPE TRUETYPE
    SIZE 10
    COLOR 0 0 0
    ANTIALIAS true 
  END
END

Now I get a rectangular box around the point symbols in my legend although the 
key word "outlinecolor" is not present in the legend section. The other layer 
types (line and area symbols) are displayed as expected.
Regards
Andreas

Change History (2)

comment:1 by andreas.maul@…, 21 years ago

Same effect (box around the symbols in legend) with line and polygon data if 
outlinecolor in class statement included.
Regards,
Andreas

comment:2 by sdlime, 16 years ago

Description: modified (diff)
Resolution: fixed
Status: newclosed

Certainly not an issue with newer versions so it was fixed along the way and the ticket never updated. Closing as fixed.

Steve

Note: See TracTickets for help on using tickets.