度分秒
This commit is contained in:
@ -28,7 +28,7 @@ export const sysChange = async (eventBus) => {
|
|||||||
let coor = systemSetting.coordinate ? systemSetting.coordinate : 'EPSG:4326'
|
let coor = systemSetting.coordinate ? systemSetting.coordinate : 'EPSG:4326'
|
||||||
YJ.Global.setCoordinateSystem(window.earth, coor)
|
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)
|
await YJ.Global.SheetIndexStatusSwitch(window.earth, systemSetting.sheetIndexStatusSwitch)
|
||||||
@ -43,4 +43,4 @@ export const sysChange = async (eventBus) => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user