Add vector style
Access Level Rules
Processing Units
Parameters
Name
Description
Required
Default
Sample requests for different methods
//Assings the same color to all vectors
{
"name": "Vector Style",
"dashedLine": null,
"method": "singleColor",
"popupProperty":"propertyToDisplayAsTextLabel",
"parameters": {
"alpha": 0.5,
"width": 2,
"radius": {
"method": "constant",
"parameters": {
"value": 7
}
},
"color": "#c75b1c",
"pattern":null,
"icon":null,
"borderColor": "#934314"
}
}RECOMMENDED READING
ποΈVector styling methodsLast updated