Components

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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

    • -10
    • +2
    ./src/Core.Components.Gis/Theme/CategoryTheme.cs
Added derived CategoryThemes. WTI-1887

- Added derived themes to represent the individual styling of each possible data type.

    • -0
    • +55
    ./src/Core.Components.Gis/Theme/LineCategoryTheme.cs
    • -0
    • +55
    ./src/Core.Components.Gis/Theme/PointCategoryTheme.cs
Added test factory to create instance of ValueCriterion. WTI-1887

Possible fix for background map bug. WTI-1210

Added extra method to helper to get nested collections. WTI-1889

Fixed getting right state when nested collection state is mixed. WTI-1889

Cleanup. WTI-1889

Adjusted IsVisible getter. WTI-1889

Added extra method in MapDataCollection to get visibility state. WTI-1889

Added enum for map data collection visibility. WTI-1889

Fix exception in map views when a map layer is cleared of its features but has several category themes WTI-1876

Cleanup after review WTI-1552 Paired with roberttangerman

  1. … 3 more files in changeset.
Use helper in MapDataCollectionProperties. WTI-1552

  1. … 1 more file in changeset.
Introduced MapDataCollection helper to get all child visibility states. WTI-1552

Ignore empty nested collections when determining visibility. WTI-1552

Overridden IsVisible in MapDataCollection. WTI-1552

    • -1
    • +1
    ./src/Core.Components.Gis/Data/MapData.cs
  1. … 1 more file in changeset.
Added extra constructor to TestFeatureBasedMapData. WTI-1552

Fix typo WTI-1553

Only add default category if metadata cannot be found in attribute mapping WTI-1553

Incorporated comments review 3328:

- Improved tests and test factory

Paired with ~carloslubbers

WTI-1881

Add null check WTI-1881

Added TestMapData. WTI-1856

Change type of valuecriterion to string WTI-1881

  1. … 1 more file in changeset.
Fixed typo. WTI-1856

  1. … 1 more file in changeset.
Removed unused TestUtil project. WTI-1856

  1. … 1 more file in changeset.
Moved TestFeatureBasedMapData to correct project. WTI-1856

Changed copyright year. Paired with lubbers. WTI-1828

  1. … 6081 more files in changeset.
Fix Setup and TearDown locations in test:

- Moved Setup and TearDown overrides to the top of test file documents for cleanups that are already performed

WTI-1767

  1. … 4 more files in changeset.
Ran Deltares Cleanup:

- Applied for Core.Components

WTI-1767

    • -0
    • +1
    ./src/Core.Components.Chart/Data/ChartData.cs
  1. … 52 more files in changeset.
Cleanup: Equality comparison of floating point numbers. WTI-1767