度分秒

This commit is contained in:
2025-11-18 13:56:24 +08:00
parent 1a4baeaad4
commit 8824d332b7

View File

@ -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) => {
}
}
}