Skip to content

ISSUE-166: Added support for compound/concatenated transformations; The tests switched to JUnit5.

Viktor Martynov requested to merge trusted-issue-166-concatenated-trf into master

Description: #166 (closed) : Added support for compound/concatenated transformations; The tests switched to JUnit5.

Type of change Enhancement

Does this introduce a change in the common core logic? Yes

Does this introduce a change in the cloud provider implementation, if so which cloud? No

What is the current behavior? Fallback implementation of compound trf CompoundFallbackWGS84TransformWithCode

What is the new/expected behavior? The new code would transform points via concatenated transformation with the higher precision

Have you added/updated Unit Tests and Integration Tests? Yes

Dev Checklist:

  • Added Unit Tests, wherever applicable.
  • Updated the Readme, if applicable.
  • Existing Tests pass
  • Verified functionality locally
  • Self Reviewed my code for formatting and complex business logic.

Merge request reports