Opened 14 years ago

#3242 new enhancement

Optional annotation layer legend icon text

Reported by: rblazek Owned by: sdlime
Priority: normal Milestone: 5.6.1 release
Component: MapServer C Library Version: svn-trunk (development)
Severity: normal Keywords:
Cc: rblazek

Description

It would be useful to have a possibility to define a text which is used to draw legend icon for annotation layer instead of current "Az" (msDrawLegendIcon() in maplegend.c):

msDrawLabel(map, image, marker, (char*)"Az", &label,1.0);

The text could be defined in LABELBLOCK, for example:

LABEL
    LEGENDTEXT "Canada"
END

Change History (0)

Note: See TracTickets for help on using tickets.