Riskeer

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Added guard to prevent exceptions when referenceline is NULL. WTI-1554

- Don't render anything in the view if there's no referenceline present.

Fixed compilation errors. WTI-977

Removed SectionLength and N from general wave impact input. WTI-977

Connected view to the plugin. WTI-1554

- Added viewinfo to wire

- fixed test name

Added extra method to resolve N dynamically. WTI-977

Moved string values to resources. WTI-1554

Changed order of treenodes. WTI-1554

Changed default visibility of labels of the assembly results map layer. WTI-1554

Changed order of MapLayers on view. WTI-1554

Cleanup. WTI-977

Fixed compilation errors. WTI-977

Fixed compilation errors. WTI-977

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.

Improved MapDataFeaturesFactory. WTI-1554

- Return empty map features when an AssemblyException is thrown.

Fixed compilation errors. WTI-977

Added missing test to assert that manual assembly is used. WTI-1554

Added logic to draw assembly results in the map view. WTI-1554

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.

Added Util project to move helper from IO to a more generic place. WTI-1554

Fixed compilation errors. WTI-977

Fixed compilation errors. WTI-977

Fixed compilation errors. WTI-977

Fixed compilation errors. WTI-977

Added map data features factory. WTI-1554

Fixed compilation errors. WTI-977

Removed SectionLength from ProbabilityAssessmentInput. WTI-977

Possible fix for background map bug. WTI-1210

Improved MapData factory for combined failure mechanism sections. WTI-1554

- Applied MapTheme factory

- Used resources instead of string values

Extracted MapTheme creation to a separate factory. WTI-1554

- Extracted as a preparation for CombinedFailureMechanismSection MapData. This data uses the same theming as the existing code

- Extracted testhelper to prevent code duplication of asserts

- Cleaned up existing implementations