update 调整省边界线
This commit is contained in:
@@ -60,7 +60,7 @@ export const Map = {
|
||||
strokeWeight: 3,
|
||||
// lineJoin: 'round', //折线拐点的绘制样式
|
||||
isOutline: false,
|
||||
borderWeight: 2,
|
||||
// borderWeight: 2,
|
||||
// outlineColor: '#6ccffe',
|
||||
});
|
||||
},
|
||||
@@ -81,9 +81,9 @@ export const Map = {
|
||||
// strokeWeight: 2,
|
||||
// zIndex: 10,
|
||||
isOutline: true,
|
||||
outlineColor: '#2692fc', //88a5f8
|
||||
outlineColor: '#2692fc',
|
||||
borderWeight: 1,
|
||||
strokeColor: '#88b9f8', //2657fc
|
||||
strokeColor: '#88b9f8',
|
||||
strokeWeight: 1,
|
||||
strokeOpacity: 0.8,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user