删除 customBreaks
This commit is contained in:
@@ -47,7 +47,7 @@ interface StyleConfig {
|
||||
showLabels: boolean;
|
||||
opacity: number;
|
||||
adjustWidthByProperty: boolean; // 是否根据属性调整线条宽度
|
||||
customBreaks: number[]; // 自定义断点(用于 custom_breaks)
|
||||
customBreaks?: number[]; // 自定义断点(用于 custom_breaks)
|
||||
}
|
||||
|
||||
// 图层样式状态接口
|
||||
|
||||
Reference in New Issue
Block a user