Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Applied improvements of wti review 662. Related to Issue [WTI-470]

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

Former-commit-id: 8e509572be1a99a44815e210cd54ae6438f80bf7

Former-commit-id: 41a288d801c0e59b554ed1ffb0464e4475f7d49c

  1. … 19 more files in changeset.
Clear the chart and mapdata when setting data on a view to null. Related to Issue [WTI-135]

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

Former-commit-id: 5b9897321f747cc37366ba3afa91cdb0e5a14039

Former-commit-id: e6a989e165a182bfd959f0ddf05ae33c8f4b655e

    • -0
    • +5
    ./Core.Components.Charting.Forms/IChartControl.cs
    • -0
    • +5
    ./Core.Components.DotSpatial.Forms/MapControl.cs
    • -0
    • +5
    ./Core.Components.Gis.Forms/IMapControl.cs
    • -0
    • +5
    ./Core.Components.OxyPlot.Forms/ChartControl.cs
  1. … 8 more files in changeset.
* Added an importer for dikeprofiles. * Added unit tests. * Added testdata folder representing a correct/valid input folder for the importer. * Refactored the DikeProfileLocationReader to support iterative reading, thus allowing for progress messages.

Related to Issue [WTI-470]

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

Former-commit-id: 14d0b3412c1b6187bed28412f322f736000f4823

Former-commit-id: fca8ab0ffbb46edccf7bb15103baff40b069aae1

    • -1
    • +1
    ./Core.Components.Gis.IO/Readers/ShapeFileReaderBase.cs
  1. … 25 more files in changeset.
Chages after review. Related to Issue [WTI-135]

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

Former-commit-id: 6a3f74021794fe723b4d3fa4ad75d812aa95baac

Former-commit-id: 64af02bf0a5623889ab0fccd986543b8e91c9987

    • -1
    • +1
    ./Core.Components.Charting/Data/ChartDataCollection.cs
    • -1
    • +1
    ./Core.Components.Gis/Data/MapDataCollection.cs
    • -1
    • +1
    ./Core.Components.OxyPlot.Forms/ChartControl.cs
  1. … 4 more files in changeset.
- Implemented showing entry point in PipingInputView. Related to Issue [WTI-138]

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

Former-commit-id: be19e4a777707c2f05043f3f9d1083a780870e81

Former-commit-id: 4fb166a3260b5611b2cc6f2d2bccfde354251f3b

    • -1
    • +1
    ./Core.Components.Charting/Data/ChartAreaData.cs
    • -1
    • +1
    ./Core.Components.Charting/Data/ChartLineData.cs
    • -1
    • +1
    ./Core.Components.Charting/Data/ChartPointData.cs
    • -1
    • +1
    ./Core.Components.Charting/Data/PointBasedChartData.cs
  1. … 4 more files in changeset.
Set right names to chart data. Related to Issue [WTI-135]

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

Former-commit-id: 38ba66fc0cc57e50b6289b0a9c5b780c145ca550

Former-commit-id: d1a93c857b10c9ae527daa30c28199af39ffe0b6

    • -1
    • +1
    ./Core.Components.Charting/Data/ChartData.cs
  1. … 6 more files in changeset.
- Refactored tuple<double, double> to Point2D in PointBasedChartData. Related to Issue [WTI-135]

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

Former-commit-id: 4ec64b86855c6dd247a7bbdc040e949819b4aabd

Former-commit-id: 14c994986efc16b9a9bba51236f4a310e7aac2e3

    • -1
    • +2
    ./Core.Components.Charting/Data/ChartAreaData.cs
    • -1
    • +2
    ./Core.Components.Charting/Data/ChartLineData.cs
    • -1
    • +2
    ./Core.Components.Charting/Data/ChartPointData.cs
    • -2
    • +3
    ./Core.Components.Charting/Data/PointBasedChartData.cs
    • -1
    • +1
    ./Core.Components.OxyPlot/Converter/ChartAreaDataConverter.cs
    • -3
    • +4
    ./Core.Components.OxyPlot/Converter/ChartDataConverter.cs
    • -1
    • +1
    ./Core.Components.OxyPlot/Converter/ChartLineDataConverter.cs
    • -1
    • +1
    ./Core.Components.OxyPlot/Converter/ChartPointDataConverter.cs
  1. … 18 more files in changeset.
Review related changes: * Extracted code sections to methods. * Added XML documentation. * Deleted superfluous Resources. Related to Issue [WTI-645]

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

Former-commit-id: f2608ae2973257069f22b47a2bec722223c430dd

Former-commit-id: 5127b1a7380dd60f5dc9845e6eb117be78181a73

    • -0
    • +5
    ./Core.Components.Gis.IO/Readers/ShapeFileReaderBase.cs
  1. … 6 more files in changeset.
- Changed the data structure of the ChartControl so we can add and update data in a view. - Added methods to ChartDataCollection to edit the list. - Fixed some tests. Related to Issue [WTI-135]

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

Former-commit-id: abfd75d0a45e6197411e43b14c8f05992c45cb91

Former-commit-id: fed8754c0d53e6b4f6f0b246b0e925948791d52c

    • -1
    • +1
    ./Core.Components.Charting.Forms/IChartControl.cs
    • -1
    • +1
    ./Core.Components.Charting/Data/ChartData.cs
    • -0
    • +51
    ./Core.Components.Charting/Data/ChartDataCollection.cs
    • -38
    • +7
    ./Core.Components.OxyPlot.Forms/ChartControl.cs
  1. … 12 more files in changeset.
Changes after review. Related to Issue [WTI-136]

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

Former-commit-id: 58df0f6735e01fcbf49e0c1f7c0c169ade1fdb68

Former-commit-id: 8b574a9876d0c5d430807e9cab8104b306c34fa2

    • -15
    • +12
    ./Core.Components.Charting.Forms/IChartControl.cs
    • -15
    • +36
    ./Core.Components.OxyPlot.Forms/ChartControl.cs
    • -20
    • +42
    ./Core.Components.OxyPlot.Forms/LinearPlotView.cs
  1. … 7 more files in changeset.
Added style options for chart point. Related to Issue [WTI-455]

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

Former-commit-id: 260e682f536ff7707e09260181ecb9185a42c4da

Former-commit-id: a5bc2a4a7e432100960b066a678ab4b132d72ccb

    • -1
    • +15
    ./Core.Components.Charting/Styles/ChartPointStyle.cs
    • -0
    • +2
    ./Core.Components.OxyPlot/Converter/ChartPointDataConverter.cs
  1. … 3 more files in changeset.
- Implemented that chart view updates when calculation name is changed. Related to Issue [WTI-136]

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

Former-commit-id: 8a3445217d10166685fdd3b9abff895d57dfb1e1

Former-commit-id: 6931e0fb2e33f301e98fa1056d156c1eade74e31

    • -0
    • +1
    ./Core.Components.OxyPlot.Forms/LinearPlotView.cs
  1. … 3 more files in changeset.
- Implemented data on the PipingInputView. - Implemented new methods to set chart and axis titles. Related to Issue [WTI-136]

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

Former-commit-id: 0fb67640fe7053eb3abd72a4a4ab89509ea2b44c

Former-commit-id: 0cfa6ba3405a9010663c851ba7d3498c84a731f2

    • -0
    • +18
    ./Core.Components.Charting.Forms/IChartControl.cs
    • -0
    • +15
    ./Core.Components.OxyPlot.Forms/ChartControl.cs
    • -6
    • +47
    ./Core.Components.OxyPlot.Forms/LinearPlotView.cs
  1. … 9 more files in changeset.
Merged revision(s) from branches/WTI 645.

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

Former-commit-id: 8657cdc3cfbc9dd34bbc4a0fe6b5df52444cd2ee

Former-commit-id: b28416895a027592e3072502e4e10d757a68a4f7

    • -0
    • +2
    ./Core.Components.Gis.IO/Readers/PointShapeFileReader.cs
    • -12
    • +0
    ./Core.Components.Gis.IO/Readers/PolylineShapeFileReader.cs
    • -0
    • +13
    ./Core.Components.Gis.IO/Readers/ShapeFileReaderBase.cs
  1. … 42 more files in changeset.
Reverted some changes Related to Issue [WTI-645]

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

Former-commit-id: 2fe2ea8c3b72f6250a4c52103650c000e4a1cc8e

Former-commit-id: 3990884115bd5a84b150cdd0c3592cfcfad1f72d

    • -2
    • +0
    ./Core.Components.Gis.IO/Readers/PointShapeFileReader.cs
    • -0
    • +12
    ./Core.Components.Gis.IO/Readers/PolylineShapeFileReader.cs
    • -13
    • +0
    ./Core.Components.Gis.IO/Readers/ShapeFileReaderBase.cs
  1. … 6 more files in changeset.
Merged revision(s) from branches/WTI 645

Related to Issue [WTI-645]

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

Former-commit-id: dfa5c85526e7c79080daa51128fa40f1237fb033

Former-commit-id: 2c6d0c68ce913d007719ae584f2bf1497f56c4cc

    • -0
    • +2
    ./Core.Components.Gis.IO/Readers/PointShapeFileReader.cs
    • -12
    • +0
    ./Core.Components.Gis.IO/Readers/PolylineShapeFileReader.cs
    • -0
    • +13
    ./Core.Components.Gis.IO/Readers/ShapeFileReaderBase.cs
  1. … 6 more files in changeset.
Fixed some editorial issues. Related to Issue [WTI-455]

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

Former-commit-id: 039269ce9a7ca214310702e4696c919918cc515c

Former-commit-id: 91ce68eaa0bf34c8570329b699b336d78b9b33a5

    • -1
    • +0
    ./Core.Components.OxyPlot/Converter/ChartLineDataConverter.cs
  1. … 3 more files in changeset.
Implemented styles for ChartAreaData and ChartPointData. Related to Issue [WTI-455]

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

Former-commit-id: 12d3c5521a34eb3bff2f8e766d9b1cf7b3e3a1ae

Former-commit-id: dcb1cdf6be76a983a3d6d82ae04617b29644ee1d

    • -0
    • +3
    ./Core.Components.Charting/Core.Components.Charting.csproj
    • -0
    • +6
    ./Core.Components.Charting/Data/ChartAreaData.cs
    • -0
    • +6
    ./Core.Components.Charting/Data/ChartPointData.cs
    • -0
    • +59
    ./Core.Components.Charting/Styles/ChartAreaStyle.cs
    • -0
    • +59
    ./Core.Components.Charting/Styles/ChartPointStyle.cs
    • -0
    • +35
    ./Core.Components.Charting/Styles/ChartPointSymbol.cs
    • -0
    • +14
    ./Core.Components.OxyPlot/Converter/ChartAreaDataConverter.cs
    • -1
    • +46
    ./Core.Components.OxyPlot/Converter/ChartDataHelper.cs
    • -3
    • +2
    ./Core.Components.OxyPlot/Converter/ChartLineDataConverter.cs
    • -1
    • +15
    ./Core.Components.OxyPlot/Converter/ChartPointDataConverter.cs
  1. … 8 more files in changeset.
Implemented style for ChartLineData. Related to Issue [WTI-455]

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

Former-commit-id: 52c7d3dd603b9253ccc50134ef37e7b3bc954ed5

Former-commit-id: 384541082b0ba8f193f0838fa6c70f177541f855

    • -0
    • +2
    ./Core.Components.Charting/Core.Components.Charting.csproj
    • -0
    • +6
    ./Core.Components.Charting/Data/ChartLineData.cs
    • -0
    • +60
    ./Core.Components.Charting/Styles/ChartLineStyle.cs
    • -0
    • +66
    ./Core.Components.OxyPlot/Converter/ChartDataHelper.cs
    • -1
    • +17
    ./Core.Components.OxyPlot/Converter/ChartLineDataConverter.cs
    • -0
    • +2
    ./Core.Components.OxyPlot/Core.Components.OxyPlot.csproj
  1. … 26 more files in changeset.
Changes after review. Related to Issue [WTI-454]

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

Former-commit-id: d793f819fa34ca54997b8c28a5a393a217706fbd

Former-commit-id: e86c387a18065a9241df7d9447b6fcd84e4373f4

    • -3
    • +5
    ./Core.Components.Charting/Data/ChartAreaData.cs
    • -1
    • +1
    ./Core.Components.Charting/Data/ChartData.cs
    • -3
    • +4
    ./Core.Components.Charting/Data/ChartDataCollection.cs
    • -3
    • +5
    ./Core.Components.Charting/Data/ChartLineData.cs
    • -3
    • +5
    ./Core.Components.Charting/Data/ChartPointData.cs
    • -3
    • +5
    ./Core.Components.Charting/Data/PointBasedChartData.cs
  1. … 10 more files in changeset.
- Renamed chart data with the prefix Chart so it is clear that is is ChartData. - Implemented name in the ChartData. Related to Issue [WTI-454]

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

Former-commit-id: 9e2f30e6fba72a2bc2eb0784d0423c1538851e3c

Former-commit-id: 9f7885eeff4b6a53d96cdc2fbe00457689668217

    • -3
    • +3
    ./Core.Components.Charting/Core.Components.Charting.csproj
    • -39
    • +0
    ./Core.Components.Charting/Data/AreaData.cs
    • -0
    • +41
    ./Core.Components.Charting/Data/ChartAreaData.cs
    • -1
    • +35
    ./Core.Components.Charting/Data/ChartData.cs
    • -2
    • +4
    ./Core.Components.Charting/Data/ChartDataCollection.cs
    • -0
    • +41
    ./Core.Components.Charting/Data/ChartLineData.cs
    • -0
    • +41
    ./Core.Components.Charting/Data/ChartPointData.cs
    • -39
    • +0
    ./Core.Components.Charting/Data/LineData.cs
    • -2
    • +4
    ./Core.Components.Charting/Data/PointBasedChartData.cs
    • -39
    • +0
    ./Core.Components.Charting/Data/PointData.cs
    • -1
    • +1
    ./Core.Components.OxyPlot.Forms/ChartControl.cs
    • -51
    • +0
    ./Core.Components.OxyPlot/Converter/AreaDataConverter.cs
    • -0
    • +51
    ./Core.Components.OxyPlot/Converter/ChartAreaDataConverter.cs
    • -1
    • +1
    ./Core.Components.OxyPlot/Converter/ChartDataCollectionConverter.cs
    • -0
    • +46
    ./Core.Components.OxyPlot/Converter/ChartLineDataConverter.cs
  1. … 41 more files in changeset.
* Finished implementation of DikeProfileLocationReader and added tests. * Pulled addition of shapefile attributes as MapData metadata up to base class. * Readline of PointShapeFileReader return value now contains shapefile attributes as metadata. Related to Issue [WTI-645]

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

Former-commit-id: a2f9711d5cef888b089b2999d062dfb4275eddb3

Former-commit-id: 4c536199b10e62e3ebf4f18d39b0928a236f152d

    • -0
    • +2
    ./Core.Components.Gis.IO/Readers/PointShapeFileReader.cs
    • -12
    • +0
    ./Core.Components.Gis.IO/Readers/PolylineShapeFileReader.cs
    • -0
    • +13
    ./Core.Components.Gis.IO/Readers/ShapeFileReaderBase.cs
  1. … 16 more files in changeset.
* Small improvement to ShapeFileReaders to prevent creating mapdata multiple times. Related to Issue [WTI-478]

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

Former-commit-id: dfc9913380001e3fc51fa2e278fede78bfd43d28

Former-commit-id: 5294bb3eb0c4508f91764ee0ad6eadf18fa27246

    • -1
    • +1
    ./Core.Components.Gis.IO/Readers/PointShapeFileReader.cs
    • -1
    • +1
    ./Core.Components.Gis.IO/Readers/PolygonShapeFileReader.cs
* Moved Point2DComparerWithTolerance from Math2DTest to Core.Common.TestUtil * PolygonShapeFileReader now reads inner rings of a polygon, instead of only outer ring and incorrectly interpret inner rings. ** Updated the validation of MapPolygonData to allow for inner rings in MapGeometry. ** Updated MapPolygonDataConverter accoridingly do properly create polygon layers with holes. Related to Issue [WTI-478]

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

Former-commit-id: dbc4ac9e2ef823ae96c8d2dbb7571375ee69a480

Former-commit-id: 02e1ddfcce132b6beb7da5bb5aa5e395144227bf

    • -0
    • +9
    ./Core.Components.DotSpatial/Converter/MapDataConverter.cs
    • -2
    • +3
    ./Core.Components.DotSpatial/Converter/MapLineDataConverter.cs
    • -3
    • +15
    ./Core.Components.DotSpatial/Converter/MapPointDataConverter.cs
    • -4
    • +16
    ./Core.Components.DotSpatial/Converter/MapPolygonDataConverter.cs
    • -9
    • +22
    ./Core.Components.Gis.IO/Readers/PolygonShapeFileReader.cs
    • -3
    • +3
    ./Core.Components.Gis/Data/MapPolygonData.cs
  1. … 13 more files in changeset.
* Made MapGeometry more generic by changing Points property to a PointCollections property (from always 1 sequence of 2d points to N sequences of 2D points) ** Updated ???ShapeFileReader classes accordingly. ** Added validation to FeatureBasedMapData and derived classes to enforce proper configured MapGeometry instances.

* Unrelated:

** Deleted 2 unused variables.

Related to Issue [WTI-478]

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

Former-commit-id: 526768841485e749ccfd0134dc30684cf3130ea2

Former-commit-id: 086112c439fb3bf9d5dadbf1df586b5bb776f641

    • -1
    • +1
    ./Core.Components.DotSpatial/Converter/MapLineDataConverter.cs
    • -1
    • +1
    ./Core.Components.DotSpatial/Converter/MapPointDataConverter.cs
    • -1
    • +1
    ./Core.Components.DotSpatial/Converter/MapPolygonDataConverter.cs
    • -21
    • +28
    ./Core.Components.Gis.IO/Readers/PointShapeFileReader.cs
    • -26
    • +24
    ./Core.Components.Gis.IO/Readers/PolygonShapeFileReader.cs
    • -37
    • +42
    ./Core.Components.Gis.IO/Readers/PolylineShapeFileReader.cs
    • -8
    • +17
    ./Core.Components.Gis/Data/FeatureBasedMapData.cs
    • -2
    • +26
    ./Core.Components.Gis/Data/MapLineData.cs
    • -4
    • +29
    ./Core.Components.Gis/Data/MapPointData.cs
    • -2
    • +26
    ./Core.Components.Gis/Data/MapPolygonData.cs
  1. … 28 more files in changeset.
- temporary fix for DotSpatial bug (https://dotspatial.codeplex.com/workitem/63625#). - SetCenter was used to force no new change event - Paired with ~bouvrie

Related to Issue [WTI-413]

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

Former-commit-id: d1b15340d41889630bbf1d037167f0e45c7ab645

Former-commit-id: 19dcfa8a9c77d57e6098f5c99db41b7c402bd649

    • -45
    • +2
    ./Core.Components.DotSpatial.Forms/DotSpatialMap.cs
- temporary fix for DotSpatial bug (https://dotspatial.codeplex.com/workitem/63625#). -- Implemented a better equals method for Extent Related to Issue [WTI-413]

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

Former-commit-id: 7fbbfce43024b713431a370a5da507bf18ae4520

Former-commit-id: 67577c8588d7e7a126b59aec4da8bda6cff8b66e

    • -1
    • +26
    ./Core.Components.DotSpatial.Forms/DotSpatialMap.cs
- temporary fix for DotSpatial bug (https://dotspatial.codeplex.com/workitem/63625#) Related to Issue [WTI-413]

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

Former-commit-id: df9812af6f89dcbd1f24b9328d505d3928019648

Former-commit-id: 64f6338193fff5b0e251c42967f1cc5b4999d5b3

    • -1
    • +4
    ./Core.Components.DotSpatial.Forms/DotSpatialMap.cs
  1. … 1 more file in changeset.
- temporary fix for DotSpatial bug (https://dotspatial.codeplex.com/workitem/63625#). Related to Issue [WTI-413]

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

Former-commit-id: 435cd7bb502646ac85ccabb03f6f796f36db5af5

Former-commit-id: c6f9a116bb12779be7e402eef330d1f01364a131

    • -31
    • +16
    ./Core.Components.DotSpatial.Forms/DotSpatialMap.cs
- temporary fix for DotSpatial bug (https://dotspatial.codeplex.com/workitem/63625#). Related to Issue [WTI-413]

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

Former-commit-id: b5f0cb2bad4d980158e62915e39cb09a644ad60c

Former-commit-id: 38a2f1a42c06e170d7060f289ac9dd414c546422

    • -0
    • +3
    ./Core.Components.DotSpatial.Forms/Core.Components.DotSpatial.Forms.csproj
    • -0
    • +86
    ./Core.Components.DotSpatial.Forms/DotSpatialMap.cs
    • -1
    • +1
    ./Core.Components.DotSpatial.Forms/MapControl.cs
  1. … 3 more files in changeset.