1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
| /*
| * @Author : yuan
| * @Date : 2025-06-13 14:03:54
| * @LastEditors : yuan
| * @LastEditTime : 2025-09-10 11:09:50
| * @FilePath : \src\buildConfig\mapControlConfig\defaultMapControl.js
| * @Description :
| * Copyright 2025 OBKoro1, All Rights Reserved.
| * 2025-06-13 14:03:54
| */
|
| export default {
| baseMapToggleShow: true,
| baseLayerShow: true,
| thematicLayer: true,
| tilesLayer: true,
| }
|
|