add height expression usage example
parent
6be02d65ad
commit
5c0bacb8a2
1 changed files with 5 additions and 0 deletions
|
@ -23,6 +23,11 @@ A BuildingSymbolizer is used to create a pseudo 3D effect on polygons.
|
|||
```xml
|
||||
<BuildingSymbolizer fill="#000000" height="8" fill-opacity="1" />
|
||||
```
|
||||
Height as expression:
|
||||
|
||||
```xml
|
||||
<BuildingSymbolizer fill="#000000" height="[height_db]" fill-opacity="1" />
|
||||
```
|
||||
|
||||
#### Python
|
||||
|
||||
|
|
Loading…
Reference in a new issue