Changed wiring in the HydraRingInitializationService: WTI-1923- Removed directory constructor parameters, as they are grouped into a ConfigurationSettings object. -- Adjusted the calculator base and cleaned up its tests which still use the directories as argument
Simplified CalculationSettings object: WTI-1923- Removed unused property-- Renamed property- Removed filepath checks-- Checks are already performed on the calling side, so there's no need to check again.
Incorporated comments review 3395: WTI-1887- Fixed compilation errors in the converters after changes in the datamodel for the derived classes of the FeatureBasedMapData-- Moved all generic functions to the base class-- Moved general operation definitions to the base class
Incorporated comments review 3395: WTI-1887- Fixed compilation errors as a consequence of changes in the derived classes of FeatureBasedMapData-- Fixed for the demo thematical map
Incorporated comments review 3395: WTI-1887- Fixed compilation errors as a consequence of changes in the derived classes of FeatureBasedMapData-- Fixed for the property classes
Incorporated comments review 3395: WTI-1887- Fixed compilation errors due to changes in the derived classes from the FeatureBasedMapData-- Fixed for the MapDataFactories
Incorporated comments review 3395: WTI-1887- Fixed compilation errors of the derived classes from the FeatureBasedMapData as a consequence of the data model change.