Render Statement |
The syntax of the render statement differs according to the context in which is it run. The render statement must be called from within a render block (see topic: Render Blocks).
Each render statement requires a filter. This specifies which features the render statement applies to. A feature will only be rendered by the first render statement whose filter it meets.
All render statements support the all filter which will catch any features that were not matched by earlier statements.