ExtrudeSymbol3DLayer
ExtrudeSymbol3DLayer is used to render Polygon geometries by extruding them upward from the ground, creating a 3D volumetric object.
Properties
Property | Details |
---|---|
edges | Specifies an edge visualization style. |
enable | Type:Boolean |
material | The material used to shade the geometry. |
size | Extrusion height in meters. |
type | Specifies the type of symbol used. Value of this property must be Extrude |
Example
{
"symbolLayer": {
"type": "Extrude",
"material": {
"color": [
255,
0,
0
]
},
"size": 250
}
}
Feedback on this topic?