Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
* License headers Related to Issue [WTI-1088]

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

Former-commit-id: 6ed8df4cb06e22b19ca03ec3a12f848b9b6604e1

Former-commit-id: 8866e00f2fc9baa74464fc914e82bbebbeec939b

    • -0
    • +22
    ./Core.Components.DotSpatial/app.config
    • -0
    • +22
    ./Core.Components.DotSpatial/packages.config
* Full functional coverage of Core.Components.DotSpatial.Layer.Brutile.TileFetching. * Removed sychronous mode from TileFetcher. * Renamed TileFetcher to AsyncTileFetcher. Related to Issue [WTI-1088]

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

Former-commit-id: 8f90c42a4d0c14434caf5dfbb919afc4093618be

Former-commit-id: 00835a04b769417abec9ac11afbcb452e8f4e7c4

    • -1
    • +12
    ./Core.Components.DotSpatial/Core.Components.DotSpatial.csproj
    • -0
    • +103
    ./Core.Components.DotSpatial/Properties/Resources.Designer.cs
    • -0
    • +107
    ./Core.Components.DotSpatial/Properties/Resources.resx
  1. … 5 more files in changeset.
* Renamed FileUtils to IOUtils and extended it with folder related validation methods. ** Defined DirectoryWriterErrorMessageBuilder to be used in validation message generation. * Extended MapControl with BackgroundMapData property. ** MapControl observes BackgroundMapData for changes. ** BackgroundMapData defines the coordinate system used, and will reprojet all other layers when needed. * Defined testing mocks for getting fake tile data, instead of requiring an internet connection for tests. * PipingFailureMechanismView makes use of the BackgroundMapData feature. Related to Issue [WTI-1088]

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

Former-commit-id: ebd8aca90052bb12a8d8167237267eb60e050684

Former-commit-id: 8a9624c64bec0ab4467267d9cbdbe12698bdff96

    • -0
    • +5
    ./Core.Components.DotSpatial.Forms/Core.Components.DotSpatial.Forms.csproj
    • -6
    • +150
    ./Core.Components.DotSpatial.Forms/MapControl.cs
    • -0
    • +4
    ./Core.Components.DotSpatial.Forms/packages.config
    • -0
    • +7
    ./Core.Components.DotSpatial/Core.Components.DotSpatial.csproj
    • -0
    • +5
    ./Core.Components.Gis.Forms/IMapControl.cs
    • -1
    • +1
    ./Core.Components.Gis.IO/Readers/ShapeFileReaderBase.cs
    • -1
    • +1
    ./Core.Components.Gis.IO/Writers/ShapeFileWriterBase.cs
    • -2
    • +14
    ./Core.Components.Gis/Data/WmtsMapData.cs
  1. … 51 more files in changeset.
Incorporated comments review 1423: - Added exception message to the ObservableTestAssessmentSectionStub to clarify the intention of the NotImplementedException: stub only mocks basic and Observable behaviour, the ChangeComposition behaviour should be substituted by a proper mock instead when it is needed. - Replaced ObservableTestAssessmentSectionStub with empty mocks in the failure mechanism views when applicable - Corrected typos and extended XMLDocs - Added assertion for IsVisible property of the BackgroundMapData in the tests AssessmentSection and AddNewDemoAssessmentSectionCommand for completeness Related to Issue [WTI-1085]

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

Former-commit-id: b2f501a9311883f64d72ffbb5c3efb24256adeef

Former-commit-id: 6760318ab45892ce1c18c5f6f1bcd3843d5d0031

    • -4
    • +4
    ./Core.Components.Gis/Data/WmtsMapData.cs
  1. … 15 more files in changeset.
* Fixed lib references. Related to Issue [WTI-1088]

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

Former-commit-id: 6bfed2e40e154d768281a2b218b343959e1cbbdf

Former-commit-id: de8b1e902cc12554f012b3cad34887bc4629dce6

    • -1
    • +1
    ./Core.Components.DotSpatial.Forms/Core.Components.DotSpatial.Forms.csproj
    • -1
    • +1
    ./Core.Components.DotSpatial/Core.Components.DotSpatial.csproj
  1. … 1 more file in changeset.
* Made FeatureBasedMapData aware of projections. ** Alls FeatureBasedMapData are assumed to be defined in RD-New coordinate system. * MapControl now also defines a coordinate system. ** Note: Assumed that MapControl's coordinate system does not change. Related to Issue [WTI-1088]

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

Former-commit-id: a9f09fecc6adbab6324e118f9ff2b3f20795a324

Former-commit-id: 37ec4fadb6c0b4833fca9b227c96cd9493b95ac8

    • -0
    • +4
    ./Core.Components.DotSpatial.Forms/Core.Components.DotSpatial.Forms.csproj
    • -2
    • +7
    ./Core.Components.DotSpatial.Forms/MapControl.cs
    • -3
    • +16
    ./Core.Components.DotSpatial/Converter/FeatureBasedMapDataConverter.cs
    • -1
    • +5
    ./Core.Components.DotSpatial/Core.Components.DotSpatial.csproj
    • -1
    • +1
    ./Core.Components.DotSpatial/Layer/FeatureBasedMapDataLayerFactory.cs
    • -0
    • +1
    ./Core.Components.DotSpatial/Layer/MapLineDataLayer.cs
    • -0
    • +2
    ./Core.Components.DotSpatial/Layer/MapPointDataLayer.cs
    • -0
    • +1
    ./Core.Components.DotSpatial/Layer/MapPolygonDataLayer.cs
    • -0
    • +44
    ./Core.Components.DotSpatial/MapDataConstants.cs
    • -3
    • +5
    ./Core.Components.Gis/Data/FeatureBasedMapData.cs
  1. … 7 more files in changeset.
* Updated WmtsMapData with required fields for reconstructing BruTile classes. * Updated PDOK background map as default for demo assessment sections. Related to Issue [WTI-1085]

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

Former-commit-id: 412fe390a569c10a541a2f6c7d6bb1c4e2a70189

Former-commit-id: 12fd7d2d9178aa2af4d49ba3d5cdf863dd2c623f

    • -13
    • +39
    ./Core.Components.Gis/Data/WmtsMapData.cs
  1. … 3 more files in changeset.
Merged revision(s) 7802-7807 from branches/Release/16_4: Ran Deltares cleanup Related to Issue [WTI-1065]

........

Adjusted validator of StabilityPointStructureParameterKeyword22 to only validate {{Mean}}

Related to Issue [WTI 1102]

........

Changes after review

paired with bouvrie

Related to Issue [WTI-1065]

........

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

Former-commit-id: 7837197cf36f26bd709d61e3d88aaf4c25e55313

Former-commit-id: ee9e4d26cca941db8a5cbd20d5b9735843e6b06f

    • -1
    • +1
    ./Core.Components.DotSpatial.Forms/MapControl.cs
  1. … 33 more files in changeset.
Ran Deltares cleanup Related to Issue [WTI-1065]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/branches/Release/16_4@7802 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 05a1c976155c91a0c967427812499bb5fef75a8d

Former-commit-id: 08d16a9e8e7c0987ca42dc9f7b5a4a09473501ff

    • -1
    • +1
    ./Core.Components.DotSpatial.Forms/MapControl.cs
  1. … 41 more files in changeset.
* Defined BruTileLayer with WMTS connectivity. ** Classes based on https://github.com/FObermaier/DotSpatial.Plugins * Note: app.config added bu Nuget. Probably in order to resolve BruTile.Desktop dependency on an older version of SQLite, which i've set to ignore the dependency on the old SQLite. Related to Issue [WTI-1088]

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

Former-commit-id: f9fc0e320eea992e04250addb23b310f9b348a02

Former-commit-id: 8f2ecf22a1d5ec3cea0f1d7d342b882b5e6e78e7

    • -0
    • +1
    ./Core.Components.DotSpatial.Forms/Core.Components.DotSpatial.Forms.csproj
    • -0
    • +11
    ./Core.Components.DotSpatial.Forms/app.config
    • -0
    • +49
    ./Core.Components.DotSpatial/Core.Components.DotSpatial.csproj
    • -0
    • +512
    ./Core.Components.DotSpatial/Layer/BruTile/BruTileLayer.cs
    • -0
    • +71
    ./Core.Components.DotSpatial/Layer/BruTile/BruTileSettings.cs
    • -0
    • +5
    ./Core.Components.DotSpatial/Layer/BruTile/Notice.txt
  1. … 197 more files in changeset.
use nameof in ArgumentExceptions Reviewed by: tangerma

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

Former-commit-id: 9c57894ed74bd4bda07a642ac438b95a96f7fdbd

Former-commit-id: 18257c5da4b96f4217b8e7394aa113ddd658207f

    • -1
    • +1
    ./Core.Components.Charting/Data/ChartMultipleAreaData.cs
  1. … 10 more files in changeset.
use nameof in Argument*Exceptions Reviewed by: tangerma

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

Former-commit-id: 489d965acd6cbed374e72d9a9f10deec8787bcfd

Former-commit-id: 0ef178298a4e4639093af98897cfb40d331b372d

    • -2
    • +2
    ./Core.Components.Charting/Data/ChartDataCollection.cs
    • -1
    • +1
    ./Core.Components.Charting/Data/ChartMultipleAreaData.cs
    • -1
    • +1
    ./Core.Components.Charting/Data/PointBasedChartData.cs
    • -2
    • +2
    ./Core.Components.DotSpatial/Converter/FeatureBasedMapDataConverter.cs
    • -1
    • +1
    ./Core.Components.DotSpatial/Layer/MapLineDataLayer.cs
    • -1
    • +1
    ./Core.Components.DotSpatial/Layer/MapPointDataLayer.cs
    • -1
    • +1
    ./Core.Components.DotSpatial/Layer/MapPolygonDataLayer.cs
    • -1
    • +1
    ./Core.Components.DotSpatial/MouseCoordinatesMapExtension.cs
    • -2
    • +2
    ./Core.Components.Gis.IO/Writers/ShapeFileWriterBase.cs
    • -1
    • +1
    ./Core.Components.Gis/Data/FeatureBasedMapData.cs
    • -2
    • +2
    ./Core.Components.Gis/Data/MapDataCollection.cs
    • -2
    • +2
    ./Core.Components.OxyPlot/Converter/ItemBasedChartDataConverter.cs
  1. … 270 more files in changeset.
* Set IsVisible property of WmtsMapData for various scenarios. Related to Issue [WTI-1085]

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

Former-commit-id: 6a77ae54ae5ff29176b1774d10023a9069ffd7d4

Former-commit-id: 7baa2821d157d1081636b359765cfd81708e670e

    • -0
    • +3
    ./Core.Components.Gis/Data/WmtsMapData.cs
  1. … 1 more file in changeset.
* 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.