Opened 16 years ago

Last modified 14 years ago

#2787 new defect

Create a way to turn off labeling (or feature rendering) globally.

Reported by: sdlime Owned by: sdlime
Priority: normal Milestone: 6.0 release
Component: MapServer C Library Version: unspecified
Severity: normal Keywords:
Cc:

Description

Layered client interfaces often want just the labels for a map (or just the underlying features) so it would be handy to have a method to do this at the map level. Something like:

LABELMODE ALL|NONE|ONLY

Where ALL would get you all labels and underlying features (what we do now). NONE would get you just the feature rendering for a given map and ONLY would get you just the labels. This would affect primarily mapdraw.c where we'd do one check before actually rendering a label or a feature.

Steve

Change History (1)

comment:1 by dmorissette, 14 years ago

Milestone: 5.6 release6.0 release
Note: See TracTickets for help on using tickets.