From 948c5662b643593c5d0d50140775affb8791e7fd Mon Sep 17 00:00:00 2001
From: wujingjing <gersonwu@qq.com>
Date: 星期三, 26 二月 2025 11:51:21 +0800
Subject: [PATCH] 修改背景切换

---
 src/model/map/OLMap.ts |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/model/map/OLMap.ts b/src/model/map/OLMap.ts
index 578dcc4..93b490b 100644
--- a/src/model/map/OLMap.ts
+++ b/src/model/map/OLMap.ts
@@ -38,13 +38,13 @@
 export type LangType = 'zh_cn' | 'en';
 export const enum GaoDeSourceType {
 	/** @description 榛樿鍦板浘 */
-	Default = 0,
+	Default = 'default',
 	/** @description 褰卞儚鍦板浘 */
-	Satellite = 1,
+	Satellite = 'satellite',
 	/** @description 鐭㈤噺鍦板浘 */
-	Vector = 2,
+	Vector = 'standard',
 	/** @description 褰卞儚璺綉 */
-	SatelliteRoad = 3,
+	SatelliteRoad = 'road_network',
 }
 export const enum OverlayType {
 	Marker = 'marker',

--
Gitblit v1.9.3