|
@@ -33,7 +33,7 @@ const baseDrawConfig = {
|
|
|
lineWidth: 1, // LineString的线段宽度,默认1
|
|
|
lineType: 0, // LineString的线段类型索引,默认0,实线,取globalLineDash数组索引
|
|
|
lineDash: null, // LineString的线段类型,默认null,优先级比lineType高
|
|
|
- polyColor: 'rgba(20, 129, 241, 0.3)', // Polygon的填充色,默认蓝色
|
|
|
+ polyColor: 'rgba(20, 129, 241, 0.1)', // Polygon的填充色,默认蓝色
|
|
|
polyBorderColor: '#2860F1', // Polygon的边框颜色,默认蓝色
|
|
|
polyBorderWidth: 1, // Polygon的边框宽度,默认1
|
|
|
polyBorderType: 0, // Polygon的边框类型索引,默认0,实线,取globalLineDash数组索引
|