Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Moved validation of MapData Name to Name property. MapDataHelper returns Ellipse point shape for circle point type. Added MapDataFactory in order to create a default styling for data model objects put on the map. Added empty MapData entries to the map instead of complex MapData with a single feature with empty geometry. Have PipingFailureMechanismView attach to PipingFailureMechanism instead of its surface lines: - SurfaceLines no longer a ObservableList - Fixed bug where view would not update after import

Related to Issue [WTI-427]

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

Former-commit-id: d86c9301eef0196127f1cf24481c906b958063bd

Former-commit-id: 5eb97c9be6b886c285cc9654bdccc52bb38130da

    • -7
    • +17
    ./Core.Components.Gis/Data/MapData.cs
  1. … 10 more files in changeset.
Added layer styles. Related to Issue [WTI-427]

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

Former-commit-id: ba00b1273d1efb2936ade6d7d325e86a36d1f898

Former-commit-id: 10e210cc8cdfb202a137dda2e1501983cca3101e

    • -1
    • +3
    ./Core.Components.DotSpatial/Converter/MapDataConverter.cs
    • -0
    • +29
    ./Core.Components.DotSpatial/Converter/MapDataHelper.cs
    • -0
    • +13
    ./Core.Components.DotSpatial/Converter/MapLineDataConverter.cs
    • -0
    • +12
    ./Core.Components.DotSpatial/Converter/MapPointDataConverter.cs
    • -0
    • +13
    ./Core.Components.DotSpatial/Converter/MapPolygonDataConverter.cs
    • -0
    • +1
    ./Core.Components.DotSpatial/Core.Components.DotSpatial.csproj
    • -0
    • +5
    ./Core.Components.Gis/Core.Components.Gis.csproj
    • -0
    • +6
    ./Core.Components.Gis/Data/MapLineData.cs
    • -0
    • +6
    ./Core.Components.Gis/Data/MapPointData.cs
    • -0
    • +6
    ./Core.Components.Gis/Data/MapPolygonData.cs
    • -0
    • +19
    ./Core.Components.Gis/Style/LineStyle.cs
    • -0
    • +18
    ./Core.Components.Gis/Style/PointStyle.cs
    • -0
    • +7
    ./Core.Components.Gis/Style/PointSymbol.cs
    • -0
    • +18
    ./Core.Components.Gis/Style/PolygonStyle.cs
  1. … 9 more files in changeset.
Deleted newly added project. Related to Issue [WTI-431]

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

Former-commit-id: 689a4912eb4d7a515a91acd7889f0aa1fa282d15

Former-commit-id: 74575845cce4574304aabbd30a60c0b12961df11

    • -64
    • +0
    ./Core.Components.WpfRichText/Core.Components.WpfRichText.csproj
    • -32
    • +0
    ./Core.Components.WpfRichText/Properties/AssemblyInfo.cs
  1. … 4 more files in changeset.
Added new project to encapsulate the Wpf RichText Editor. Related to Issue [WTI-431]

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

Former-commit-id: 75abc925b5a6b3653477c10752b5b29ed25c4d5d

Former-commit-id: 3a288ff4e96dbf7dc84187e5ed8e46362558da38

    • -2
    • +0
    ./Core.Components.Gis/Core.Components.Gis.csproj
    • -0
    • +64
    ./Core.Components.WpfRichText/Core.Components.WpfRichText.csproj
    • -0
    • +32
    ./Core.Components.WpfRichText/Properties/AssemblyInfo.cs
  1. … 4 more files in changeset.
Added corner cases and coverage Related to Issue [WTI-413]

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

Former-commit-id: b35933f21f88c52fe04e21c271e93cc3af7a8726

Former-commit-id: 91a49ad78d80fdf01f807b5c5bb2613c372e44e4

    • -1
    • +5
    ./Core.Components.DotSpatial.Forms/MapControl.cs
  1. … 1 more file in changeset.
- Updated DotSpatial to version 1.8 (in lib/plugin) - Added padding to zoom to extend of 5% - Fixed CreateEnvelopeForAllVisibleLayers to not include empty (but visible) layers Related to Issue [WTI-413]

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

Former-commit-id: d420a977d25950d0970a735b46727a354826d699

Former-commit-id: ef47a8e6c7845b26870d1df559734139ad6e4f60

    • -37
    • +36
    ./Core.Components.DotSpatial.Forms/Core.Components.DotSpatial.Forms.csproj
    • -18
    • +17
    ./Core.Components.DotSpatial.Forms/MapControl.cs
    • -15
    • +0
    ./Core.Components.DotSpatial.Forms/packages.config
    • -37
    • +36
    ./Core.Components.DotSpatial/Core.Components.DotSpatial.csproj
    • -2
    • +0
    ./Core.Components.DotSpatial/MapFunctions/MapFunctionSelectionZoom.cs
    • -6
    • +6
    ./Core.Components.DotSpatial/MouseCoordinatesMapExtension.cs
    • -38
    • +0
    ./Core.Components.DotSpatial/packages.config
    • -17
    • +12
    ./Core.Components.Gis.IO/Core.Components.Gis.IO.csproj
    • -12
    • +12
    ./Core.Components.Gis.IO/Readers/PointShapeFileReader.cs
    • -31
    • +0
    ./Core.Components.Gis.IO/packages.config
  1. … 406 more files in changeset.
made references to our own projects public. Related to Issue [WTI-382]

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

Former-commit-id: 5e5676ef76d1791ebc6467902bd0a2f396e0c714

Former-commit-id: cc6e7ba3e09991df6f5488b0ab63d50a1188dda6

    • -0
    • +1
    ./Core.Components.Charting.Forms/Core.Components.Charting.Forms.csproj
    • -0
    • +2
    ./Core.Components.Charting/Core.Components.Charting.csproj
    • -0
    • +4
    ./Core.Components.DotSpatial.Forms/Core.Components.DotSpatial.Forms.csproj
    • -0
    • +1
    ./Core.Components.DotSpatial/Core.Components.DotSpatial.csproj
    • -0
    • +1
    ./Core.Components.Gis.Forms/Core.Components.Gis.Forms.csproj
    • -0
    • +6
    ./Core.Components.Gis.IO/Core.Components.Gis.IO.csproj
    • -0
    • +2
    ./Core.Components.Gis/Core.Components.Gis.csproj
    • -0
    • +3
    ./Core.Components.OxyPlot.Forms/Core.Components.OxyPlot.Forms.csproj
    • -0
    • +2
    ./Core.Components.OxyPlot/Core.Components.OxyPlot.csproj
  1. … 20 more files in changeset.
Make MapDataCollection control the data of the list instead of the using objects. Related to Issue [WTI-255]

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

Former-commit-id: a159b84dbc3611913a2b9e1d0b1bf260c4e0d085

Former-commit-id: 6a6625b04e6f6ffa0c0437332efa1dbb6c93c9c6

    • -36
    • +8
    ./Core.Components.DotSpatial.Forms/MapControl.cs
    • -2
    • +2
    ./Core.Components.Gis.Forms/IMapControl.cs
    • -0
    • +61
    ./Core.Components.Gis/Data/MapDataCollection.cs
  1. … 13 more files in changeset.
- Fixed map data converters for it did not convert all features. - Added additional tests for map data converters. Related to Issue [WTI-255]

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

Former-commit-id: 56ab2951793845bdd0ba4f66d0dc6f76aa4b60b2

Former-commit-id: 6c3a49fd178d82baaceb0470d2a5c0f43df4d302

    • -3
    • +10
    ./Core.Components.DotSpatial/Converter/MapLineDataConverter.cs
    • -3
    • +10
    ./Core.Components.DotSpatial/Converter/MapPolygonDataConverter.cs
  1. … 4 more files in changeset.
Changes after review. Related to Issue [WTI-255]

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

Former-commit-id: a172571f2fc1454b8ef604e73ff41acec1f1e7ad

Former-commit-id: 41460e932375452bb2de65c23a7cf343b0e66c81

    • -1
    • +1
    ./Core.Components.Gis.IO/Readers/ShapeFileReaderBase.cs
  1. … 18 more files in changeset.
- Added coverage - Cleanup MouseCoordinatesMapExtensionTest.cs Related to Issue [WTI-245]

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

Former-commit-id: 71c087f96771c7be56413bf644bb11324bb2b06f

Former-commit-id: 10dd173fd16c65a88f12cc6ca6cbf531c1f31bdc

  1. … 4 more files in changeset.
- Remove MapMultiLineData. Related to Issue [WTI-255]

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

Former-commit-id: 319e200125f2aebdf315ef86e1f71a47717062cc

Former-commit-id: 2ac9b9ea450f6d53463aa21e491ea9e87d0f9094

    • -1
    • +0
    ./Core.Components.DotSpatial/Converter/MapDataFactory.cs
    • -61
    • +0
    ./Core.Components.DotSpatial/Converter/MapMultiLineDataConverter.cs
    • -1
    • +0
    ./Core.Components.DotSpatial/Core.Components.DotSpatial.csproj
    • -1
    • +0
    ./Core.Components.Gis/Core.Components.Gis.csproj
    • -64
    • +0
    ./Core.Components.Gis/Data/MapMultiLineData.cs
  1. … 10 more files in changeset.
Refactored map data structure so we can import multi featured and multi geometry shape files. Related to Issue [WTI-255]

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

Former-commit-id: d64cf0050d7246f29ffdc2afb3e35485412bf77e

Former-commit-id: 2dd055574cca85325b171e058d9e3a659d7c0b52

    • -4
    • +11
    ./Core.Components.DotSpatial/Converter/MapLineDataConverter.cs
    • -2
    • +2
    ./Core.Components.DotSpatial/Converter/MapPointDataConverter.cs
    • -3
    • +10
    ./Core.Components.DotSpatial/Converter/MapPolygonDataConverter.cs
    • -5
    • +54
    ./Core.Components.Gis.IO/Readers/PointShapeFileReader.cs
    • -5
    • +64
    ./Core.Components.Gis.IO/Readers/PolygonShapeFileReader.cs
    • -15
    • +74
    ./Core.Components.Gis.IO/Readers/PolylineShapeFileReader.cs
    • -2
    • +10
    ./Core.Components.Gis.IO/Readers/ShapeFileReaderBase.cs
    • -1
    • +3
    ./Core.Components.Gis/Core.Components.Gis.csproj
    • -0
    • +66
    ./Core.Components.Gis/Data/FeatureBasedMapData.cs
    • -13
    • +6
    ./Core.Components.Gis/Data/MapLineData.cs
    • -5
    • +6
    ./Core.Components.Gis/Data/MapPointData.cs
    • -5
    • +6
    ./Core.Components.Gis/Data/MapPolygonData.cs
    • -65
    • +0
    ./Core.Components.Gis/Data/PointBasedMapData.cs
    • -0
    • +59
    ./Core.Components.Gis/Features/MapFeature.cs
    • -0
    • +52
    ./Core.Components.Gis/Geometries/MapGeometry.cs
  1. … 32 more files in changeset.
Merged branch to trunk. Related to Issue [WTI-255]

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

Former-commit-id: 38f55af93c4cb5076e8806c92913680f67cf1424

Former-commit-id: d64bee2dbc5bc57d0ce07e74ded0c64974678698

    • -1
    • +4
    ./Core.Components.Gis.IO/Core.Components.Gis.IO.csproj
    • -159
    • +0
    ./Core.Components.Gis.IO/PolylineShapeFileReader.cs
    • -3
    • +39
    ./Core.Components.Gis.IO/Properties/Resources.Designer.cs
    • -0
    • +96
    ./Core.Components.Gis.IO/Readers/PointShapeFileReader.cs
    • -0
    • +96
    ./Core.Components.Gis.IO/Readers/PolygonShapeFileReader.cs
    • -0
    • +122
    ./Core.Components.Gis.IO/Readers/PolylineShapeFileReader.cs
    • -0
    • +108
    ./Core.Components.Gis.IO/Readers/ShapeFileReaderBase.cs
    • -2
    • +2
    ./Core.Components.Gis/Data/MapLineData.cs
  1. … 42 more files in changeset.
- Added tests for new shape file readers. - Deleted MapShapeFileData. - Reverted Meta data change. Only available for MapLineData now. Related to Issue [WTI-255]

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

Former-commit-id: dca3f8304c52b801969c8f69d14405ec147ca2ca

Former-commit-id: 3dc28e717c706836516e972c517240d561edc6c0

    • -2
    • +1
    ./Core.Components.DotSpatial/Converter/MapDataFactory.cs
    • -65
    • +0
    ./Core.Components.DotSpatial/Converter/MapShapeFileDataConverter.cs
    • -1
    • +0
    ./Core.Components.DotSpatial/Core.Components.DotSpatial.csproj
    • -9
    • +2
    ./Core.Components.Gis.IO/Readers/PointShapeFileReader.cs
    • -8
    • +15
    ./Core.Components.Gis.IO/Readers/PolygonShapeFileReader.cs
    • -1
    • +2
    ./Core.Components.Gis.IO/Readers/PolylineShapeFileReader.cs
    • -1
    • +0
    ./Core.Components.Gis/Core.Components.Gis.csproj
    • -1
    • +9
    ./Core.Components.Gis/Data/MapLineData.cs
    • -56
    • +0
    ./Core.Components.Gis/Data/MapShapeFileData.cs
    • -7
    • +0
    ./Core.Components.Gis/Data/PointBasedMapData.cs
  1. … 15 more files in changeset.
Implement shape file readers for points and polygons. Related to Issue [WTI-255]

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

Former-commit-id: b544507e716b9b14d78b8dfe7b1d379da6f4674b

Former-commit-id: 4e8ebd1b7df135369a42531f72c0f1dc7277c0bd

    • -0
    • +1
    ./Core.Components.Gis.IO/Core.Components.Gis.IO.csproj
    • -0
    • +27
    ./Core.Components.Gis.IO/Properties/Resources.Designer.cs
    • -2
    • +17
    ./Core.Components.Gis.IO/Readers/PointShapeFileReader.cs
    • -0
    • +89
    ./Core.Components.Gis.IO/Readers/PolygonShapeFileReader.cs
    • -4
    • +7
    ./Core.Components.Gis.IO/Readers/ShapeFileReaderBase.cs
    • -9
    • +1
    ./Core.Components.Gis/Data/MapLineData.cs
    • -0
    • +7
    ./Core.Components.Gis/Data/PointBasedMapData.cs
  1. … 6 more files in changeset.
- Moved shape file readers to separate readers folder. - Implemented base class for shape file readers. - Refactored PolylineShapeFileReader to use the base class. - Added shape file reader for points. Related to Issue [WTI-255]

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

Former-commit-id: 889aa7c3de0b46516428e34201a5ec7cf0eedb3a

Former-commit-id: 186b393961dfe2d154668e63de82967290a6c9a3

    • -1
    • +3
    ./Core.Components.Gis.IO/Core.Components.Gis.IO.csproj
    • -159
    • +0
    ./Core.Components.Gis.IO/PolylineShapeFileReader.cs
    • -3
    • +12
    ./Core.Components.Gis.IO/Properties/Resources.Designer.cs
    • -0
    • +88
    ./Core.Components.Gis.IO/Readers/PointShapeFileReader.cs
    • -0
    • +121
    ./Core.Components.Gis.IO/Readers/PolylineShapeFileReader.cs
    • -0
    • +105
    ./Core.Components.Gis.IO/Readers/ShapeFileReaderBase.cs
  1. … 7 more files in changeset.
* IDistribution.StandardDeviation is allowed to be 0 Related to Issue [WTI-388]

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

Former-commit-id: aecbe2e45f986bd492c7ab3bc0e99815fdeace6e

Former-commit-id: 82fbb1fa426bde0ad1ed2ef51f92199c0bb65d78

    • -1
    • +4
    ./Core.Components.DotSpatial.Forms/MapControl.cs
  1. … 7 more files in changeset.
Refactor legend views. Related to Issue [WTI-255]

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

Former-commit-id: df8a7f8beb1f442965588fb8991a0b2d72392564

Former-commit-id: ea78fda756307a1c4ceec1a4bc22b76271a7496c

  1. … 5 more files in changeset.
Implemented shape file import for single featureSet shapefiles. Related to Issue [WTI-255]

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

Former-commit-id: da411016f868d41eec7966f5c1a5a52ea58ab33c

Former-commit-id: fe646b2cae4a4947a3f73645be7cf0c2b81033d1

    • -1
    • +2
    ./Core.Components.DotSpatial/Converter/MapDataFactory.cs
    • -0
    • +65
    ./Core.Components.DotSpatial/Converter/MapShapeFileDataConverter.cs
    • -0
    • +1
    ./Core.Components.DotSpatial/Core.Components.DotSpatial.csproj
    • -0
    • +1
    ./Core.Components.Gis/Core.Components.Gis.csproj
    • -0
    • +56
    ./Core.Components.Gis/Data/MapShapeFileData.cs
  1. … 10 more files in changeset.
* Changed for WTI-Review-376: ** Extracted method in MapControl ** Added precondition to MapControlTest ** Resharper cleanup Related to Issue [WTI-245]

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

Former-commit-id: d85a1bfa251ea467dcf1a8f7267f3118117fcd9e

Former-commit-id: 6b3287d5ba639cab3e89f16c4d03642f838e00f8

    • -6
    • +13
    ./Core.Components.DotSpatial.Forms/MapControl.cs
  1. … 4 more files in changeset.
Cleanup Related to Issue [WTI-245]

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

Former-commit-id: 8d3a0e426990361fe9bb5227a450a117a33ead6c

Former-commit-id: 330b9c723ac07fe076afa9a94ffd247a23d97bfb

    • -2
    • +1
    ./Core.Components.DotSpatial.Forms/MapControl.cs
Fixed the zoom to all so the map will only zoom to all visible layers. Related to Issue [WTI-245]

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

Former-commit-id: 85033ca8d07de868c6a9bb18db3ff22628be89c8

Former-commit-id: 93a866ed3885f96d9ec5ea5c2a6fb3c119f38ddd

    • -3
    • +11
    ./Core.Components.DotSpatial.Forms/MapControl.cs
    • -2
    • +2
    ./Core.Components.Gis.Forms/IMapControl.cs
  1. … 3 more files in changeset.
Show digit before decimal point. Related to Issue [WTI-358]

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

Former-commit-id: 239d4f147d35a4661336b1d72990bad225ba2a32

Former-commit-id: 27ed357826b4c1347c6e5ec5363e112065942996

    • -2
    • +2
    ./Core.Components.DotSpatial/MouseCoordinatesMapExtension.cs
* Fixed bug in 'Zoom to rectangle' where a 'zoom to point' would happen if the user started dragging from outside the map and into the map. * Renamed IMap to IMapControl, and moved it to Core.Components.Gis.Forms. * Renamed IChart to IChartControl, and moved it to Core.Components.Charting.Forms. * Moved MapFunctionPan and MapFunctionSelectionZoom into Core.Components.DotSpatial\MapFunctions Related to Issue [WTI-245]

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

Former-commit-id: a8fc7e839328d667523ee5096b1cc12ac08d5d19

Former-commit-id: 470aff4461c02b27b1841fa7efa6928dbe5e2ac8

    • -0
    • +5
    ./Core.Components.Charting.Forms/Core.Components.Charting.Forms.csproj
    • -0
    • +61
    ./Core.Components.Charting.Forms/IChartControl.cs
    • -3
    • +3
    ./Core.Components.Charting.Forms/IChartView.cs
    • -1
    • +0
    ./Core.Components.Charting/Core.Components.Charting.csproj
    • -61
    • +0
    ./Core.Components.Charting/IChart.cs
    • -198
    • +0
    ./Core.Components.DotSpatial.Forms/BaseMap.cs
    • -1
    • +5
    ./Core.Components.DotSpatial.Forms/Core.Components.DotSpatial.Forms.csproj
    • -0
    • +202
    ./Core.Components.DotSpatial.Forms/MapControl.cs
    • -2
    • +2
    ./Core.Components.DotSpatial/Core.Components.DotSpatial.csproj
    • -61
    • +0
    ./Core.Components.DotSpatial/MapFunctionPan.cs
    • -166
    • +0
    ./Core.Components.DotSpatial/MapFunctionSelectionZoom.cs
    • -0
    • +62
    ./Core.Components.DotSpatial/MapFunctions/MapFunctionPan.cs
    • -0
    • +154
    ./Core.Components.DotSpatial/MapFunctions/MapFunctionSelectionZoom.cs
    • -0
    • +5
    ./Core.Components.Gis.Forms/Core.Components.Gis.Forms.csproj
    • -0
    • +71
    ./Core.Components.Gis.Forms/IMapControl.cs
  1. … 42 more files in changeset.
Increased the space between the X and Y coordinates in the map. Related to Issue [WTI-358]

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

Former-commit-id: f499f8454930dc4a88c2387a22483eb21e8aac51

Former-commit-id: 4cc75f42840497663cf9501c2b0efe1d6e1b258b

    • -7
    • +31
    ./Core.Components.DotSpatial/MouseCoordinatesMapExtension.cs
Move IChartView to new project to avoid dependencies to plugin projects.

Related to Issue [WTI-373]

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

Former-commit-id: 08620f75a6c023563fac9240f014c22fd08de3c7

Former-commit-id: e044910477859b1f336fea760046a60e978f79bd

    • -0
    • +70
    ./Core.Components.Charting.Forms/Core.Components.Charting.Forms.csproj
    • -0
    • +36
    ./Core.Components.Charting.Forms/IChartView.cs
    • -0
    • +27
    ./Core.Components.Charting.Forms/Properties/AssemblyInfo.cs
    • -2
    • +0
    ./Core.Components.Gis.Forms/Core.Components.Gis.Forms.csproj
  1. … 9 more files in changeset.
Replace IMapView to new project to avoid dependencies to plugin projects. Related to Issue [WTI-373]

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

Former-commit-id: e844a23a056d266b12079259747934bcdbc028ad

Former-commit-id: 08d3cb0fe1c9824c663b9cc2028b4db0a2805111

    • -0
    • +77
    ./Core.Components.Gis.Forms/Core.Components.Gis.Forms.csproj
    • -0
    • +36
    ./Core.Components.Gis.Forms/IMapView.cs
    • -0
    • +32
    ./Core.Components.Gis.Forms/Properties/AssemblyInfo.cs
    • -0
    • +23
    ./Core.Components.Gis.IO/packages.config
  1. … 20 more files in changeset.
* Review changes for WTI-Review-372: ** MapData throws ArgumentException for invalid name instead of ArgumentNullException. ** MapData (and derivatives) test cases for invalid name refactored into a single test with TestCase attributes. ** MapDataTest constructor tests merged. * Improvements to Resources: ** Fixed typo in resource name. ** Better location for data definitions. ** Reuse of already existing resources for consistency. Related to Issue [WTI-376]

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

Former-commit-id: 9469ddf7f93472161f6e10a386790260ded50008

Former-commit-id: edc8d88bf5f69d30c1045829069655d613ac1321

    • -6
    • +4
    ./Core.Components.Gis/Data/MapDataCollection.cs
    • -6
    • +4
    ./Core.Components.Gis/Data/MapMultiLineData.cs
    • -7
    • +6
    ./Core.Components.Gis/Data/PointBasedMapData.cs
  1. … 21 more files in changeset.
- Fixed cursor for panning Related to Issue [WTI-245]

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

Former-commit-id: b3a047b508dc209dcdbcd763b77a5f17463d2a91

Former-commit-id: 9e66dd900622de817e577567e565d5cbae61f5a4

    • -2
    • +10
    ./Core.Components.DotSpatial.Forms/BaseMap.cs
    • -0
    • +1
    ./Core.Components.DotSpatial/Core.Components.DotSpatial.csproj
    • -0
    • +61
    ./Core.Components.DotSpatial/MapFunctionPan.cs
    • -2
    • +4
    ./Core.Components.DotSpatial/MapFunctionSelectionZoom.cs
  1. … 3 more files in changeset.