This commit is contained in:
2025-12-15 16:37:56 +08:00
parent e61afe5c69
commit 50b4501b7a
3 changed files with 8 additions and 6 deletions

View File

@ -872,7 +872,7 @@ function getDMS() {
return positionType
}
function setDMS(sdk, type) {
if (coordinateSystem !== 'EPSG:4326') {
if (coordinateSystem !== 'EPSG:4326' && coordinateSystem !== 'EPSG:4490') {
return
}
positionType = type