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 +}