修改
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user