File tree Expand file tree Collapse file tree 1 file changed +24
-4
lines changed
packages/schema/src/schema/project/layers Expand file tree Collapse file tree 1 file changed +24
-4
lines changed Original file line number Diff line number Diff line change 38
38
},
39
39
"selectedAttribute" : {
40
40
"type" : " string" ,
41
+ "title" : " Attribute" ,
41
42
"description" : " The selected attribute for varying the color" ,
42
43
},
43
44
"colorRamp" : {
44
45
"type" : " string" ,
45
46
"default" : " cool"
46
47
},
47
48
"nStops" : {
48
- "type" : " string" ,
49
- "default" : " 9"
49
+ "type" : " number" ,
50
+ "description" : " The number of segments to use when mapping colors to data values" ,
51
+ "default" : 9
50
52
},
51
53
"stopsDistributionMode" : {
52
54
"type" : " string" ,
55
+ "description" : " The method of distributing segments when mapping colors to data values" ,
53
56
"default" : " equal interval" ,
54
57
"enum" : [
55
58
" quantile" ,
58
61
" pretty" ,
59
62
" logarithmic"
60
63
]
64
+ },
65
+ "strokeColor" : {
66
+ "type" : " string" ,
67
+ "description" : " The color of the stroke for the symbol" ,
68
+ "default" : " #ffffff"
61
69
}
62
70
}
63
71
},
75
83
"description" : " The selected attribute for varying the size" ,
76
84
},
77
85
"nStops" : {
78
- "type" : " string" ,
79
- "default" : " 9"
86
+ "type" : " number" ,
87
+ "description" : " The number of segments to use when mapping colors to data values" ,
88
+ "default" : 9
80
89
},
81
90
"stopsDistributionMode" : {
82
91
"type" : " string" ,
92
+ "description" : " The method of distributing segments when mapping colors to data values" ,
83
93
"default" : " equal interval" ,
84
94
"enum" : [
85
95
" quantile" ,
88
98
" pretty" ,
89
99
" logarithmic"
90
100
]
101
+ },
102
+ "strokeThickness" : {
103
+ "type" : " number" ,
104
+ "description" : " The thickness of the stroke in pixels" ,
105
+ "default" : 1.25
106
+ },
107
+ "symbolRadius" : {
108
+ "type" : " number" ,
109
+ "description" : " The radius of the symbols in pixels" ,
110
+ "default" : 1
91
111
}
92
112
},
93
113
"additionalProperties" : false
You can’t perform that action at this time.
0 commit comments