Skip to content

BuildingSymbolizer

Jez Nicholson edited this page Jan 23, 2018 · 10 revisions

Symbolizer that specifies rendering of a pseudo 3D effect for polygons giving them a building-like appearance.

Often used instead of a PolygonSymbolizer.

Configuration Options

parameter value default
fill CSS colour gray
fill-opacity float 1.0
height float (static value or expression) 0

Examples

Default

FIXME: Add image

XML

    <BuildingSymbolizer fill="#000000" height="8" fill-opacity="1" />

Height as expression:

    <BuildingSymbolizer fill="#000000" height="[height_db]" fill-opacity="1" />

Python

FIXME

C++

FIXME

Clone this wiki locally