diff --git a/src/assets/mapUtils/map.ts b/src/assets/mapUtils/map.ts index 8e8a270..5d40c8d 100644 --- a/src/assets/mapUtils/map.ts +++ b/src/assets/mapUtils/map.ts @@ -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, });