update 优化地图工具方法,调整地图样式

This commit is contained in:
zk
2024-06-14 18:11:09 +08:00
parent 83f768a4a0
commit 14c50baeed
24 changed files with 1312 additions and 178 deletions
+11 -1
View File
@@ -9,7 +9,17 @@ export const YinChuanOption = {
zoom: 8, //地图显示的缩放级别
mapStyle: 'darkblue', //地图样式
};
//浅色地图样式
export const lightMapOption = {
mapStyle: 'normal', //地图样式
};
export const outerLineOption = {
strokeColor: '#768ddb',
};
export const innerLineLight = {
outlineColor: '#88a2f9',
strokeColor: '#93aaf8',
};
// 地图key
export const mapKey = '4bbcb216b889f2d612cbed05ae6979c8';
// 地图插件