Updated CategoryTheme. WTI-1887- Made class abstract, as it serves as a base for the specific Map type data- Removed Color property as it is already contained within the derived classes and their specific styling
Added update logic to view. WTI-1554- Introduced update logic to rerender the assembly results when there's a notification of the assessment section or failure mechanisms.
Created geometry for the MapDataFeature. WTI-1554- Applied the helper in Integration.Util to retrieve the geometry from a section start, section end and the reference line.
Moved geometry retrieval of a section to a generic place. WTI-1554- Moved the helper method from IO to Util to make it also accessible for .Forms project in order to create the map features.