wujingjing
2025-02-26 948c5662b643593c5d0d50140775affb8791e7fd
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',