From 8824d332b7275ac95b9d5e2bdd46c6706994e69c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=8F=E5=A4=A7=E8=83=86?= <1101282782@qq.com> Date: Tue, 18 Nov 2025 13:56:24 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BA=A6=E5=88=86=E7=A7=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/renderer/src/utils/sysChange.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/renderer/src/utils/sysChange.ts b/src/renderer/src/utils/sysChange.ts index 091d135..908631d 100644 --- a/src/renderer/src/utils/sysChange.ts +++ b/src/renderer/src/utils/sysChange.ts @@ -28,7 +28,7 @@ export const sysChange = async (eventBus) => { let coor = systemSetting.coordinate ? systemSetting.coordinate : 'EPSG:4326' YJ.Global.setCoordinateSystem(window.earth, coor) //设置坐标格式 - // YJ.Global.setDMS(window.earth, systemSetting.positionType) + YJ.Global.setDMS(window.earth, systemSetting.positionType) //比例尺 await YJ.Global.SheetIndexStatusSwitch(window.earth, systemSetting.sheetIndexStatusSwitch) @@ -43,4 +43,4 @@ export const sysChange = async (eventBus) => { } -} \ No newline at end of file +}