Components

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Cleanup: explain why exception can be ignored. WTI-1787

Reduce sonarqube Bugs WTI-1787

  1. … 3 more files in changeset.
Reduce code smells from sonarqube in Core namespace WTI-1787

  1. … 1 more file in changeset.
Add enum value and fix tests WTI-1789

  1. … 11 more files in changeset.
Improve utils WTI-1789

  1. … 37 more files in changeset.
Added timer to MapControl. WTI-1022

Added timer to MapControl. WTI-1022

add timer to map control.

Incorporated comments review 2977: - Remove exception messages for NotSupportedExceptions that only occur in the 'default' switch state.

WTI-1694

  1. … 20 more files in changeset.
Incorporated comments review 2755: - Changed the EnumValueTestFixture to type <enum, int> for consistency - Removed expression body

WTI-1679

  1. … 29 more files in changeset.
Set parrallelizable attribute to test projects

  1. … 183 more files in changeset.
Rename GetFromRange to NextDouble WTI-1616

  1. … 25 more files in changeset.
Update System.Data.SQLite.* to version 1.0.106.0 WTI-1587

    • -1
    • +1
    ./src/Core.Components.BruTile/app.config
    • -1
    • +1
    ./test/Core.Components.Gis.Test/app.config
  1. … 42 more files in changeset.
Improve argumentexceptions in MapTheme. WTI-1551 Paired with SiuHinTang

Final review related cleanup. Updated tests/test names, updated resources and updated xmldocs. WTI-1551 Paired with SiuHinTang

  1. … 6 more files in changeset.
Improvements after review. WTI-1558

  1. … 26 more files in changeset.
- Added test for the enum ValueCriterionOperator to verify its integer values

WTI-1551

Turned protected backing fields into protected properties. WTI-1559

  1. … 4 more files in changeset.
Turned protected backing fields into protected properties. WTI-1559

  1. … 2 more files in changeset.
Renamed Criteria -> Criterion as it is a singular item to be applied.

WTI-1551

    • -8
    • +8
    ./src/Core.Components.Gis/Theme/CategoryTheme.cs
    • -62
    • +0
    ./src/Core.Components.Gis/Theme/ValueCriteria.cs
    • -0
    • +62
    ./src/Core.Components.Gis/Theme/ValueCriterion.cs
  1. … 3 more files in changeset.
Removed 'Theme' folder in test util: - There's only one criteria implementation remaining, making the folder obsolete

WTI-1551

- Removed ICriteria: -- There's only one concrete implementation present, hence no need to define an interface to be able to use multiple types of criteria -- Removed concrete test implementation, there's no need to to have an empty test object anymore

WTI-1551

    • -2
    • +2
    ./src/Core.Components.Gis/Theme/CategoryTheme.cs
    • -28
    • +0
    ./src/Core.Components.Gis/Theme/ICriteria.cs
    • -1
    • +1
    ./src/Core.Components.Gis/Theme/ValueCriteria.cs
Removed 'Criteria' folder: - There's only one criteria implementation remaining making the folder obsolete

WTI-1551

    • -1
    • +0
    ./src/Core.Components.Gis/Theme/CategoryTheme.cs
    • -0
    • +28
    ./src/Core.Components.Gis/Theme/ICriteria.cs
    • -0
    • +62
    ./src/Core.Components.Gis/Theme/ValueCriteria.cs
  1. … 5 more files in changeset.
Start removal of interval criteria: - Does not work in DotSpatial, ranges are specified as a "substring" rather than a full string (e.g. x<= 5 would also include results <=5x, where x is an arbitrary number of digits_

WTI-1551

- Added thematical test data for point map data - Fixed bug, surround values with ' in the filter expressions for ValueCriteria send to DotSpatial components

WTI-1551

  1. … 1 more file in changeset.
Corrected filter expression when an unequal operator is used for the ValueCriteria

WTI-1551

- Renamed enum values of the RangeCriteria operator to resolve ambiguity - Implemented generic tests for the FeatureBasedMapDataConverter to assert correctness of the applied algorithm

WTI-1551

- Converted algorithm to create (categorial) schemes according to the Template Pattern => made mandatory functions abstract - Implemented categorial theming conversion for the polygon map data

WTI-1551

Pulled generic elements of the converters up: - Removed duplicate definitions - Converted algorithm to create (categorial) schemes according to the Template Pattern

WTI-1551

- Created first (specific) implementation of categories for the MapLineData

WTI-1551