The sketch edge rendering configuration of a symbol layer. Edges of type sketch are rendered with a hand-drawn look in mind.
Referenced by: Edges
Properties
| Property | Details |
|---|---|
| color | Color is represented as a three or four-element array. |
| extensionLength | A size in points by which to extend edges beyond their original end points. |
| size | Edge size in points, positive only |
| transparency | The value has to lie between 100 (full transparency) and 0 (full opacity). |
| type | The type of edge visualization. Valid value of this property sketch |
edges Example
{
"type": "sketch",
"color": [
255,
0,
0
],
"size": 0.75,
"transparency": 10,
"extensionLength": 5
}