update 调整省边界线

This commit is contained in:
zk
2024-02-20 13:19:54 +08:00
parent 2def3738c2
commit 65a3ee7eb5
+3 -3
View File
@@ -60,7 +60,7 @@ export const Map = {
strokeWeight: 3, strokeWeight: 3,
// lineJoin: 'round', //折线拐点的绘制样式 // lineJoin: 'round', //折线拐点的绘制样式
isOutline: false, isOutline: false,
borderWeight: 2, // borderWeight: 2,
// outlineColor: '#6ccffe', // outlineColor: '#6ccffe',
}); });
}, },
@@ -81,9 +81,9 @@ export const Map = {
// strokeWeight: 2, // strokeWeight: 2,
// zIndex: 10, // zIndex: 10,
isOutline: true, isOutline: true,
outlineColor: '#2692fc', //88a5f8 outlineColor: '#2692fc',
borderWeight: 1, borderWeight: 1,
strokeColor: '#88b9f8', //2657fc strokeColor: '#88b9f8',
strokeWeight: 1, strokeWeight: 1,
strokeOpacity: 0.8, strokeOpacity: 0.8,
}); });