update 优化地图工具方法,调整地图样式
This commit is contained in:
@@ -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';
|
||||
// 地图插件
|
||||
|
||||
Reference in New Issue
Block a user