Feature request #1727

Support Multiple Rules per Style for a Layer

Added by springmeyer - almost 15 years ago. Updated almost 14 years ago.

Status:Closed
Priority:Low
Assignee:nobody -
Category:Symbology
Pull Request or Patch supplied: Resolution:fixed
Easy fix?:No Copied to github as #:11787

Description

It appears that currently QGIS can only apply one style (or set of 'symbols') to a layer (one2one relationship). But to support proper scale dependent rendering of layers it will be necessary to allow multiple rules (with their own min/max visibility) to contain sets of symbols and be applied to a single layer (many2one between style rules-> layer).

This is essentially what all the major web rendering engines support, and well described by the SLD spec (see request for SLD support in #1167).

The challenge here is not writing the code to process and render multiple rules, but in designing and supporting a good user interface to expose the ability to edit styles in this way. It is notable that even the new GeoExt Styler does not yet support this (but has it as a first item on the roadmap as of June 10,2008):

From http://projects.opengeo.org/styler : *
Symbolizer improvements

In order to support features like roads with outlines, we need the ability to define more than one symbolizer on a rule. Right now there is an assumption that each rule only has one symbolizer. This is not a constraint of SLD, just on what we've built thus far. The first release of Styler also does not support all the potential options for SLD strokes and labels. These should be accessible in the UI, to give users full control over their output.

Design proposal: Symbolizers
Implementation details: http://projects.opengeo.org/styler/wiki/Symbolizers and http://projects.opengeo.org/styler/ticket/39 *

Nevertheless this is an essential feature, that if implemented will bring QGIS to a high level of usefulness for creating mapping styles for web applications.

rulebasedrenderer_v2.diff Magnifier (54 KB) Martin Dobias, 2010-06-10 03:48 AM

History

#1 Updated by springmeyer - almost 15 years ago

Whoops, meant to link to the SLD request at: #1726

#2 Updated by Jürgen Fischer almost 14 years ago

see also #2584

#3 Updated by Martin Dobias almost 14 years ago

The attached patch rulebasedrenderer_v2.diff adds a rule-based renderer to symbology-ng, together with python bindings and GUI that enables user to effectively work with the rules.

#4 Updated by Paolo Cavallini almost 14 years ago

Can this be closed following 0a4f1c59 (SVN r13711)?

#5 Updated by Martin Dobias almost 14 years ago

  • Resolution set to fixed
  • Status changed from Open to Closed

Also available in: Atom PDF