Ticket #60 (defect)
Opened 3 years ago
Last modified 3 years ago
Simplify the intrinsic/extrinsic classification
Status: closed (fixed)
| Reported by: | anonymous | Assigned to: | seang |
|---|---|---|---|
| Priority: | major | Milestone: | 0.11 |
| Component: | Styles and Symbolizers | Version: | |
| Keywords: | classification | Cc: | |
Having a Style and ExtrinsicStyle? class is too complex, and unnecessary.
We have two classification (and rendering) paths. One is classification of features entirely within PCL. The other, unique to PCL-MapServer? is classification within MapServer?. I'm now of the opinion that the best place to specify which branch to take is at the Layer level.
layer.classifier = 'INTERNAL' (default) layer.classifier = 'EXTERNAL' (depends on the particular rendering engine)
Change History
04/09/06 12:22:25: Modified by seang
- status changed from new to assigned.
04/10/06 13:41:22: Modified by seang
- status changed from assigned to closed.
- resolution set to fixed.
Done in r378.
layer.classifier = 0 # default, internal classification layer.classifier = 1 # external, will generally be faster, but with strict limits on filter expressions

Will require small changes to mapping.interfaces.ILayer and mapping.Layer