Project: QGIS

Version: 2.2.0

Feature: Else rule in rule based renderer

The Rule based renderer now supports a ELSE rule that will be run if none of the other rules on that level match. Else rules can be nested just like any other rules.

An example might be:

type = 'water' (style grey)
ELSE (style red)