You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
979 B
JSON

{
"color" : "color('red')",
"show" : "${id} < 100.0",
"pointSize" : "${id} / 100.0",
"pointOutlineColor" : "color('blue')",
"pointOutlineWidth" : "5.0",
"labelColor" : "color('yellow')",
"labelOutlineColor" : "color('orange')",
"labelOutlineWidth" : "6.0",
"font" : "'24px Helvetica'",
"labelStyle" : "1",
"labelText" : "'label text'",
"backgroundColor" : "color('coral')",
"backgroundPadding" : "vec2(1.0, 2.0)",
"backgroundEnabled" : "true",
"scaleByDistance" : "vec4(1.0, 2.0, 3.0, 4.0)",
"translucencyByDistance" : "vec4(5.0, 6.0, 7.0, 8.0)",
"distanceDisplayCondition" : "vec2(3.0, 4.0)",
"heightOffset" : "10.0",
"anchorLineEnabled" : "true",
"anchorLineColor" : "color('fuchsia')",
"image" : "'url/to/invalid/image'",
"disableDepthTestDistance" : "1000.0",
"horizontalOrigin" : "0",
"verticalOrigin" : "0",
"labelHorizontalOrigin" : "0",
"labelVerticalOrigin" : "0"
}