tweak layout

Jez Nicholson 2018-01-23 12:48:25 +00:00
parent 6f384e4c64
commit 37abae6fe5

@ -2,15 +2,17 @@
<!-- Version: 3 --> <!-- Version: 3 -->
<!-- Last-Modified: 2009/02/06 07:56:36 --> <!-- Last-Modified: 2009/02/06 07:56:36 -->
<!-- Author: jamierob --> <!-- Author: jamierob -->
## Configuration Options for BuildingSymbolizer Specifies the rendering of a pseudo 3D effect for polygons giving them a building-like appearance.
A BuildingSymbolizer is used to create a pseudo 3D effect on polygons. Often used instead of a [[PolygonSymbolizer]].
[[/images/BuildingSymbolizer.png]]
## Configuration Options
|**parameter**|**value**|**default**| |**parameter**|**value**|**default**|
|:-----------:|:-------:|:---------:| |:-----------:|:-------:|:---------:|
| fill | CSS colour | gray | | fill | CSS colour | gray |
| fill-opacity | float | 1.0 | | fill-opacity | float | 1.0 |
| height | float | 0 | | height | float (static value or expression) | 0 |
## Examples ## Examples
@ -36,9 +38,3 @@ Height as expression:
#### C++ #### C++
` FIXME ` ` FIXME `
----
Example output:
[[/images/BuildingSymbolizer.png]]