1
This commit is contained in:
@@ -347,7 +347,8 @@ func IntCoordinate2MarsStandard(gpsLng, gpsLat int, coordinateType int) (marsLng
|
||||
Type: coordSys,
|
||||
})
|
||||
if err != nil {
|
||||
return 0, 0, err
|
||||
globals.SugarLogger.Debugf("--TencentCoordinateChange err := %v", err)
|
||||
return marsLng, marsLat, nil
|
||||
}
|
||||
|
||||
return utils.Str2Float64(result[0].Lng), utils.Str2Float64(result[0].Lat), nil
|
||||
|
||||
Reference in New Issue
Block a user