Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
* Introduced WmtsMapData class * Extended AssessmentSection with BackgroundMapData property. * AssessmentSection.BackgroundMapData exposed in project tree. * Refactoring common code for test stub implementation of IAssessmentSection. Related to Issue [WTI-1085]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@7721 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: d2fbeb9b138f4410f10feba12b416b00984a3bfb

Former-commit-id: a51d7b249c1e2a0257b91407dbef3ebeaf964c5c

    • -0
    • +12
    ./Core.Components.Gis/Core.Components.Gis.csproj
    • -0
    • +152
    ./Core.Components.Gis/Data/WmtsMapData.cs
    • -0
    • +111
    ./Core.Components.Gis/Properties/Resources.Designer.cs
    • -0
    • +129
    ./Core.Components.Gis/Properties/Resources.resx
  1. … 41 more files in changeset.
Incorporated comments review 1385: (Editorial) - Made the spelling of "Canceled" or "Uncancelable (opposed to "Cancelled" or "Uncancellable") consistent throughout the application.

Note:

"Cancellation" is legit U.S. spelling and therefore unchanged. "Cancelation" is not common and rarely used.

Related to Issue [WTI-490]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@7669 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 665e259f03237740e63d6441088354043dae52f2

Former-commit-id: 98c98ae04c081843c7bab2c55946744a8d06dad2

    • -1
    • +1
    ./Core.Components.Gis.IO/Importers/FeatureBasedMapDataImporter.cs
  1. … 33 more files in changeset.
- Made extension methods for MapDataCollection. - Disable ZoomToAll in ContextMenu of MapDataCollection when all data is invisible. Related to Issue [WTI-300]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@7653 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 5bf000a9df2088b73a4ff102a9579eead8bc6020

Former-commit-id: 71e856a26de2e60db5a5a04de18787c2a841ec5d

    • -21
    • +2
    ./Core.Components.DotSpatial.Forms/MapControl.cs
    • -0
    • +1
    ./Core.Components.Gis/Core.Components.Gis.csproj
    • -0
    • +62
    ./Core.Components.Gis/Data/MapDataCollectionExtensions.cs
  1. … 6 more files in changeset.
Merged revision(s) 7595-7638 from branches/WTI-490:

Merged revision(s) 7537-7594 from trunk

........

Initial commit of changes from kleijn:

- Removed HandleUserCancellingImport: FileImporter should not decide on its own how to handle Canceled actions. Consequently removed the messages that are generated by these handles

- Added logic to the importers: Cancelling is not possible when putting data on the data model. Action will always execute when it is in this stage

- Added branching paths in the activity: Import() returns false when it has failed or is cancelled

Note: failing tests will be fixed in following commits

........

Fixed tests of the FileImporterBase and Activity:

- Checks on the states are made for the 4 different paths of the Import:

-- Import successful, canceled or not

-- Import not successful, canceled or not

- Moved logging from the activity to the importer

- Added tests to assert mentioned behaviour

........

Fixed tests of the PipingSurfaceLinesCsvImporter:

- Added test to verify behaviour when canceling at the two stages during the import

- Reverted changes related to HandleUserCancellingImport: messages are written by the LogImportCanceledMessage and handled adequately by the base

- Added resource value for the ImportActivity (missing file commit)

........

Fixed tests of the PipingSoilProfilesImporter:

- Added test to verify behaviour when canceling at the three stages during the import

- Reverted changes related to HandleUserCancellingImport: messages are written by the LogImportCanceledMessage and handled adequately by the base

- Cleaned redundant brackets

........

Fixed tests of the StructuresImporter:

- Added test to verify behaviour when canceling at the two stages during the import. Test regarding cancelling while Creating structures is missing

- Reverted changes related to HandleUserCancellingImport: messages are written by the LogImportCanceledMessage and handled adequately by the base

Adjusted test in PipingSoilProfilesImporterTest

- Changed initial value of the result to make clear that the value is set correctly

........

Fixed tests of the ProfilesImporters:

- Added test to verify behaviour when canceling at the two stages during the import. Test regarding cancelling while Creating structures is missing

- Reverted changes related to HandleUserCancellingImport: messages are written by the LogImportCanceledMessage and handled adequately by the base

- Removed obsolete Cancel call in the PipingSoilProfilesImporterTest

........

FileImporters should call Observers in case the import was successfull AND was cancelled at an uncancellable stage.

Note: test is missing to verify this behaviour

........

Fixed tests of the ProfilesImporters:

- Reverted changes related to HandleUserCancellingImport: messages are written by the LogImportCanceledMessage and handled adequately by the base

- Temporarily removed the Cancel tests, because the FeatureBasedMapDataImporter does not have a handle for NotifyProgress. Hence, Cancel method cannot be invoked when Import is running.

........

Fixed tests of the FailureMechanismSectionsImporter:

- Added test to verify behaviour when canceling at the three stages during the import

- Reverted changes related to HandleUserCancellingImport: messages are written by the LogImportCanceledMessage and handled adequately by the base

- Cleaned up tests in the StructuresImporterTest

........

Fixed tests of the ReferenceLineImporter:

- Added test to verify behaviour when canceling at the two stages during the import

- Reverted changes related to HandleUserCancellingImport: messages are written by the LogImportCanceledMessage and handled adequately by the base

........

Related to Issue [WTI-490]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@7646 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 1c355702dfbd410c7c4733529d8db9e243496eba

Former-commit-id: 75c614862d018947936ef85e3775a125c425c032

    • -13
    • +7
    ./Core.Components.Gis.IO/Importers/FeatureBasedMapDataImporter.cs
  1. … 26 more files in changeset.
Fixed tests of the ProfilesImporters: - Reverted changes related to HandleUserCancellingImport: messages are written by the LogImportCanceledMessage and handled adequately by the base - Temporarily removed the Cancel tests, because the FeatureBasedMapDataImporter does not have a handle for NotifyProgress. Hence, Cancel method cannot be invoked when Import is running. Related to Issue [WTI-490]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/branches/WTI-490@7634 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: a7ed9765b1704388f2feef56e6987b3c879533e1

Former-commit-id: 92c188923122822809c1403794b1e86914fa41f5

    • -1
    • +6
    ./Core.Components.Gis.IO/Importers/FeatureBasedMapDataImporter.cs
    • -1
    • +11
    ./Core.Components.Gis.IO/Properties/Resources.Designer.cs
  1. … 1 more file in changeset.
Review suggestions implemented paired with bouvrie Related to Issue [WTI-300]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@7607 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 2dac35bc9cf7f9a67d0b639268195ef33bc5399f

Former-commit-id: e59b3214abc66e2d40d23410d0d2ef31ed35f909

    • -2
    • +2
    ./Core.Components.DotSpatial.Forms/MapControl.cs
  1. … 5 more files in changeset.
Initial commit of changes from kleijn: - Removed HandleUserCancellingImport: FileImporter should not decide on its own how to handle Canceled actions. Consequently removed the messages that are generated by these handles - Added logic to the importers: Cancelling is not possible when putting data on the data model. Action will always execute when it is in this stage - Added branching paths in the activity: Import() returns false when it has failed or is cancelled

Note: failing tests will be fixed in following commits

Related to Issue [WTI-490]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/branches/WTI-490@7598 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 409bfee1e3deebb4fe4368cb7010a8c4c37dae5e

Former-commit-id: 98175da77f6910f259097a90626bbb10450e2c8f

    • -12
    • +1
    ./Core.Components.Gis.IO/Importers/FeatureBasedMapDataImporter.cs
    • -11
    • +1
    ./Core.Components.Gis.IO/Properties/Resources.Designer.cs
  1. … 18 more files in changeset.
* Extended IMapControl with ZoomToAllVisibleLayers(MapData) method. ** This method is used in ContextMenu for MapData for MapLegendView. *** MapLegendView extended with IMapControl property for the ContextMenu items. ***** Updated MapPlugin and MapLegendController to provide the required MapData. * Cleanup Related to Issue [WTI-300]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@7581 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: ff72a8778a1fa9ed15bfb88c8c740ff54746711e

Former-commit-id: 84aa153ea864762ba138738e596ba04635085647

    • -6
    • +53
    ./Core.Components.DotSpatial.Forms/MapControl.cs
    • -0
    • +9
    ./Core.Components.Gis.Forms/IMapControl.cs
  1. … 13 more files in changeset.
- Upgraded Project ToolsVersion="4.0" to ToolsVersion="14.0" - Ignored ".vs" folder in trunk paired with tang_ds

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@7422 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: beca2918e38aa1e3900b6bc17a0df7e8d1f9c8e3

Former-commit-id: 681a7a3764b91f67e1e97dc0d30f930c901276e0

    • -1
    • +1
    ./Core.Components.Charting.Forms/Core.Components.Charting.Forms.csproj
    • -1
    • +1
    ./Core.Components.Charting/Core.Components.Charting.csproj
    • -1
    • +1
    ./Core.Components.DotSpatial.Forms/Core.Components.DotSpatial.Forms.csproj
    • -1
    • +1
    ./Core.Components.DotSpatial/Core.Components.DotSpatial.csproj
    • -1
    • +1
    ./Core.Components.Gis.Forms/Core.Components.Gis.Forms.csproj
    • -1
    • +1
    ./Core.Components.Gis.IO/Core.Components.Gis.IO.csproj
    • -1
    • +1
    ./Core.Components.Gis/Core.Components.Gis.csproj
    • -1
    • +1
    ./Core.Components.OxyPlot.Forms/Core.Components.OxyPlot.Forms.csproj
    • -1
    • +1
    ./Core.Components.OxyPlot/Core.Components.OxyPlot.csproj
  1. … 211 more files in changeset.
Changes after review. Related to Issue [WTI-1016]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@7421 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 7eea8f3346f21c5f0ae2283c6d7eeb94f731f07c

Former-commit-id: 3cd3e2fe4ed82c29d50bcd0f2aeae9999e698f04

    • -0
    • +2
    ./Core.Components.Gis.IO/Importers/FeatureBasedMapDataImporter.cs
  1. … 7 more files in changeset.
Implemented canceling of data import. Related to Issue [WTI-1016]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@7358 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 514e369e2e29b218e49680e6c3b1d3a2976862fc

Former-commit-id: a87956557b7c1981e8c510c3598390594a9b4864

    • -3
    • +1
    ./Core.Components.Gis.IO/Importers/FeatureBasedMapDataImporter.cs
    • -0
    • +10
    ./Core.Components.Gis.IO/Properties/Resources.Designer.cs
  1. … 1 more file in changeset.
Implemented data importing FeatureBasedMapDataImporter. Related to Issue [WTI-1016]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@7357 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: a03dc3055bce82fa1a36f206c1dfcc84b5bc97fa

Former-commit-id: 68958eab49dff79a88c9d46151fe7a153784d826

    • -2
    • +45
    ./Core.Components.Gis.IO/Importers/FeatureBasedMapDataImporter.cs
  1. … 1 more file in changeset.
Implemented error handling in FeatureBasedMapDataImporter. Related to Issue [WTI-1016]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@7355 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: aa967fa82180e450b372303a5f56b3e2aac64fea

Former-commit-id: 6f8b19b8e8a5bec56f8086c10c1c6eef719f3a79

    • -0
    • +66
    ./Core.Components.Gis.IO/Importers/FeatureBasedMapDataImporter.cs
    • -1
    • +49
    ./Core.Components.Gis.IO/Properties/Resources.Designer.cs
  1. … 4 more files in changeset.
Fix compilation error. Related to Issue [WTI-1016]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@7350 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 55920e360c2490bac19d8430eb2e30870814f1fb

Former-commit-id: 23b03af6265fa9d0b01222d6c1bf0df455d5e244

    • -0
    • +1
    ./Core.Components.Gis.IO/Importers/FeatureBasedMapDataImporter.cs
Introduced new importer to import FeatureBasedMapData Related to Issue [WTI-1016]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@7349 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 735f1f01d2537f932f7ca415a07e07f09e88a3a8

Former-commit-id: b8cdbbd1835ebf87c9b5a09429838be6783e92b2

    • -0
    • +6
    ./Core.Components.Gis.IO/Core.Components.Gis.IO.csproj
    • -0
    • +50
    ./Core.Components.Gis.IO/Importers/FeatureBasedMapDataImporter.cs
    • -0
    • +27
    ./Core.Components.Gis.IO/packages.config
  1. … 3 more files in changeset.
Performed Resharper cleanup

Related to Issue [WTI-1008]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@7334 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 23d17fd6b5257a25b167839d9106eea6fa7be554

Former-commit-id: 4a817a07bc646924777514e78010c89bc0fdf9b5

    • -1
    • +1
    ./Core.Components.Gis.IO/Readers/ShapeFileReaderBase.cs
    • -1
    • +1
    ./Core.Components.OxyPlot.Forms/ChartControl.cs
  1. … 113 more files in changeset.
fixed some of the issues found by visual studio code analysis. Related to Issue [WTI-1008]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@7272 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 4dcef30e569dc8609e9b3dcd59e1299528a62ac7

Former-commit-id: 1ef53f9f4c43b24815cbbe85c972603a390face5

    • -1
    • +8
    ./Core.Components.OxyPlot/DataSeries/ItemBasedChartDataSeriesFactory.cs
  1. … 10 more files in changeset.
Removed unused references in Core.Components Related to Issue [WTI-1008]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@7262 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 609cc49028edc15d18a4bf189793f6aa220a193d

Former-commit-id: 1768eb8b547e74819d6937c450b53f4a7ba43b6b

    • -2
    • +0
    ./Core.Components.DotSpatial.Forms/Core.Components.DotSpatial.Forms.csproj
  1. … 1 more file in changeset.
Review related changes Related to Issue [WTI-999]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@7258 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: fa94fd9e0dfbbddfa974fe7af7dec0f9a0dadffd

Former-commit-id: c719b27b817ee0dbe92eeba7e3f33a16a1cf093a

    • -5
    • +2
    ./Core.Components.OxyPlot.Forms/ChartControl.cs
    • -1
    • +0
    ./Core.Components.OxyPlot/Core.Components.OxyPlot.csproj
Merged revision(s) from branches/WTI 999

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@7237 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 5fadfe734513e4c262a9189b33e5ac16db42dc8c

Former-commit-id: 9c31b58309b4af7f2b4124049c1a3b34f4acee4f

    • -6
    • +1
    ./Core.Components.Charting.Forms/IChartControl.cs
    • -0
    • +1
    ./Core.Components.Charting/Core.Components.Charting.csproj
    • -1
    • +1
    ./Core.Components.Charting/Data/ChartMultipleAreaData.cs
    • -0
    • +39
    ./Core.Components.Charting/Data/ItemBasedChartData.cs
    • -2
    • +2
    ./Core.Components.Charting/Data/PointBasedChartData.cs
    • -7
    • +7
    ./Core.Components.DotSpatial.Forms/MapControl.cs
    • -1
    • +1
    ./Core.Components.DotSpatial/Converter/FeatureBasedMapDataConverter.cs
    • -64
    • +206
    ./Core.Components.OxyPlot.Forms/ChartControl.cs
    • -26
    • +15
    ./Core.Components.OxyPlot/Converter/ChartAreaDataConverter.cs
    • -45
    • +0
    ./Core.Components.OxyPlot/Converter/ChartDataCollectionConverter.cs
    • -80
    • +0
    ./Core.Components.OxyPlot/Converter/ChartDataConverter.cs
    • -24
    • +10
    ./Core.Components.OxyPlot/Converter/ChartLineDataConverter.cs
    • -24
    • +11
    ./Core.Components.OxyPlot/Converter/ChartMultipleAreaDataConverter.cs
    • -28
    • +13
    ./Core.Components.OxyPlot/Converter/ChartPointDataConverter.cs
    • -68
    • +0
    ./Core.Components.OxyPlot/Converter/ChartSeriesFactory.cs
  1. … 40 more files in changeset.
Applied some final improvements Related to Issue [WTI-999]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/branches/WTI-999@7235 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: ec6bdeaefe5b7addeea42067b4c5792ba8789f09

Former-commit-id: 351e4dc3f585d26406adda4c2fa45b915d505dc0

    • -3
    • +3
    ./Core.Components.DotSpatial.Forms/MapControl.cs
    • -1
    • +1
    ./Core.Components.DotSpatial/Converter/FeatureBasedMapDataConverter.cs
    • -3
    • +3
    ./Core.Components.OxyPlot.Forms/ChartControl.cs
  1. … 6 more files in changeset.
Extended ChartControlTest Related to Issue [WTI-999]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/branches/WTI-999@7229 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: a076b5f4b00d861257f46f9be75f1c1900c2fdab

Former-commit-id: f556d40900287ab9f37029976b6c62a35001ee37

    • -1
    • +5
    ./Core.Components.OxyPlot.Forms/ChartControl.cs
    • -0
    • +1
    ./Core.Components.OxyPlot/Converter/ItemBasedChartDataConverter.cs
  1. … 1 more file in changeset.
* Fixed some typos * Ensured TestFeatureBasedMapData is used Related to Issue [WTI-999]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/branches/WTI-999@7224 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: ec81725a83205d65de9a7f2a7393ea1f212d13e6

Former-commit-id: d97b7f1bb8c3c44a2df7c84bb6d736bdaca4d4da

    • -4
    • +4
    ./Core.Components.DotSpatial.Forms/MapControl.cs
  1. … 3 more files in changeset.
* Improved test coverage * Updated some comments Related to Issue [WTI-999]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/branches/WTI-999@7222 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: bd635e9ed1c9a1b9ddd3cd442348a7ab32693669

Former-commit-id: ac4171129ed25de1155e8459a6fbc3246c0efce9

    • -1
    • +1
    ./Core.Components.OxyPlot/Converter/ChartAreaDataConverter.cs
    • -1
    • +1
    ./Core.Components.OxyPlot/Converter/ChartLineDataConverter.cs
    • -1
    • +1
    ./Core.Components.OxyPlot/Converter/ChartMultipleAreaDataConverter.cs
    • -2
    • +2
    ./Core.Components.OxyPlot/Converter/ChartPointDataConverter.cs
    • -2
    • +12
    ./Core.Components.OxyPlot/Converter/ItemBasedChartDataConverter.cs
  1. … 2 more files in changeset.
Added license headers Related to Issue [WTI-1008]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@7209 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 3235c74f52d99b3df39c75d7d3a8b98524a4f39d

Former-commit-id: 79bfa0576c778b9f3524b1310baf43cab610ba6c

    • -0
    • +21
    ./Core.Components.DotSpatial/Layer/MapPointDataLayer.cs
Applied some small improvements (after review of WTI 1018) Related to Issue [WTI-999]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/branches/WTI-999@7207 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 0b1efcd4ef96438be5939464e75495fcd087ef45

Former-commit-id: 648f6bbaaa9ea57610d0a2421134913bc4fe98ff

    • -4
    • +19
    ./Core.Components.OxyPlot.Forms/ChartControl.cs
    • -0
    • +1
    ./Core.Components.OxyPlot/DataSeries/ChartAreaDataSeries.cs
    • -0
    • +1
    ./Core.Components.OxyPlot/DataSeries/ChartLineDataSeries.cs
    • -0
    • +1
    ./Core.Components.OxyPlot/DataSeries/ChartMultipleAreaDataSeries.cs
    • -0
    • +1
    ./Core.Components.OxyPlot/DataSeries/ChartPointDataSeries.cs
  1. … 2 more files in changeset.
Reverted some changes Related to Issue [WTI-1018]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@7195 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 0dec34aa2738f461fa1db6941873c2e56d108458

Former-commit-id: c068ee08e4ee1796b475020b658217a636a70253

    • -0
    • +4
    ./Core.Components.DotSpatial/Converter/FeatureBasedMapDataConverter.cs
    • -4
    • +0
    ./Core.Components.DotSpatial/Layer/MapLineDataLayer.cs
    • -4
    • +0
    ./Core.Components.DotSpatial/Layer/MapPointDataLayer.cs
    • -4
    • +0
    ./Core.Components.DotSpatial/Layer/MapPolygonDataLayer.cs
Review related changes Related to Issue [WTI-1018]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@7191 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 05100945b1956fb659a1ff5626aa5c757294cb97

Former-commit-id: 7d4d29a055cc0496fed8e09e93711a6547719a34

    • -0
    • +12
    ./Core.Components.DotSpatial.Forms/MapControl.cs
  1. … 26 more files in changeset.
Review related changes Related to Issue [WTI-1018]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@7180 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: dd3aa3df4a2906e8dcb2fbc630082f5b0bbf347a

Former-commit-id: 7bf8dff6ab95574555d16cb5ce2f64bbbb1152c7

    • -10
    • +10
    ./Core.Components.DotSpatial.Forms/MapControl.cs
    • -13
    • +21
    ./Core.Components.DotSpatial/Converter/FeatureBasedMapDataConverter.cs
    • -0
    • +5
    ./Core.Components.DotSpatial/Layer/MapLineDataLayer.cs
    • -0
    • +5
    ./Core.Components.DotSpatial/Layer/MapPointDataLayer.cs
    • -0
    • +5
    ./Core.Components.DotSpatial/Layer/MapPolygonDataLayer.cs
  1. … 1 more file in changeset.
Ensured series are correctly updated in ChartControl Related to Issue [WTI-999]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/branches/WTI-999@7166 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 63d462bd9ab56a4ed4c8ca4b69b9d55161354204

Former-commit-id: 45646df5f5f693c316c95ea496961189dfb75479

    • -0
    • +2
    ./Core.Components.OxyPlot.Forms/ChartControl.cs