Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- 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.
- Fixed Cursor image for select to zoom Related to Issue [WTI-245]

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

Former-commit-id: 01dd4fdee4c23f85eef96358ba078479d02c3c28

Former-commit-id: a3977843883da0087077e72b0419f8ae93771bd6

    • -0
    • +8
    ./Core.Components.DotSpatial/MapFunctionSelectionZoom.cs
* Made MouseCoordinatesMapExtension and BaseMap dispose of IDisposable instances. Related to Issue [WTI-358]

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

Former-commit-id: 10517bcfdcf6c83d776493799b10928f4e15839c

Former-commit-id: bc1fa464d2e3ce19c09fa491057c8148de83ee6e

    • -2
    • +8
    ./Core.Components.DotSpatial.Forms/BaseMap.cs
    • -1
    • +6
    ./Core.Components.DotSpatial/MouseCoordinatesMapExtension.cs
  1. … 4 more files in changeset.
Implemented names in MapData so this can be shown as the Map layer name in the MapLegendView. Related to Issue [WTI-376]

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

Former-commit-id: 8edc2ac43e439ed5e5f1083dd587c4027406cf19

Former-commit-id: 87e75f8470f3b50e5cc572ddeb8a13f835837423

    • -1
    • +2
    ./Core.Components.DotSpatial/Converter/MapLineDataConverter.cs
    • -1
    • +2
    ./Core.Components.DotSpatial/Converter/MapMultiLineDataConverter.cs
    • -1
    • +2
    ./Core.Components.DotSpatial/Converter/MapPointDataConverter.cs
    • -1
    • +2
    ./Core.Components.DotSpatial/Converter/MapPolygonDataConverter.cs
    • -7
    • +4
    ./Core.Components.Gis.IO/PolylineShapeFileReader.cs
    • -1
    • +10
    ./Core.Components.Gis.IO/Properties/Resources.Designer.cs
    • -1
    • +20
    ./Core.Components.Gis/Data/MapData.cs
    • -2
    • +8
    ./Core.Components.Gis/Data/MapDataCollection.cs
    • -2
    • +8
    ./Core.Components.Gis/Data/MapLineData.cs
    • -2
    • +8
    ./Core.Components.Gis/Data/MapMultiLineData.cs
    • -2
    • +8
    ./Core.Components.Gis/Data/MapPointData.cs
    • -2
    • +8
    ./Core.Components.Gis/Data/MapPolygonData.cs
    • -2
    • +8
    ./Core.Components.Gis/Data/PointBasedMapData.cs
  1. … 41 more files in changeset.
* Fixed for WTI-Review-367: ** Renaming to better clarify that IMap.ToggleMouseCoordinates affects the visibility of something in the map. ** Fixed incorrect tests (were actually not testing what the test-name suggested). ** Improved test coverage for default state of IMap. Related to Issue [WTI-156]

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

Former-commit-id: 2258c8a1951848a68944f2d30e7a6d42046a1a4e

Former-commit-id: 855ad8dda0173e8ecda42065846c09a4b6846e7d

    • -6
    • +6
    ./Core.Components.DotSpatial.Forms/BaseMap.cs
  1. … 3 more files in changeset.
- Fixed editable coordinates in map. - Changed tooltip text. Related to Issue [WTI-358]

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

Former-commit-id: d3ce7c41a23bc6d4f4a49b01d38be25cd9bd0a32

Former-commit-id: 24190ef6509e8017cecadfea5191aab3a771f1c0

    • -1
    • +0
    ./Core.Components.DotSpatial.Forms/BaseMap.cs
    • -5
    • +5
    ./Core.Components.DotSpatial/MouseCoordinatesMapExtension.cs
  1. … 2 more files in changeset.
Added xml docs for the extension. Related to Issue [WTI-358]

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

Former-commit-id: 9d5f04c3e93946961c45444c43213e7b63d9a3d4

Former-commit-id: 95e493355b56a9a862ccee1b57927b8815c6b30c

    • -1
    • +14
    ./Core.Components.DotSpatial/MouseCoordinatesMapExtension.cs
Show coordinates when map is opened. Related to Issue [WTI-372]

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

Former-commit-id: ce7a79e6c2c6c54ab2d44375797c9c815df20e05

Former-commit-id: b824175fd4cca91c322e8dd6af093cb1c9ceee85

    • -0
    • +1
    ./Core.Components.DotSpatial.Forms/BaseMap.cs
    • -4
    • +1
    ./Core.Components.DotSpatial/MouseCoordinatesMapExtension.cs
- Implemented toggle button for showing map coordinates. - Added missing tests for the MapRibbon. Related to Issue [WTI-372]

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

Former-commit-id: 7ba3303ad6e656b2e3d8de342b2c92d17efb8440

Former-commit-id: 34b91bc553c470a6cc90d4c9f881fdf7729cbb24

    • -0
    • +15
    ./Core.Components.DotSpatial.Forms/BaseMap.cs
    • -1
    • +2
    ./Core.Components.DotSpatial/MouseCoordinatesMapExtension.cs
  1. … 8 more files in changeset.
Added extension for getting mouse coordinates on map. Related to Issue [WTI-358]

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

Former-commit-id: 2591b081a5b9b9e70048f99975011b04b5bded13

Former-commit-id: 7cd638febec2c8e585f0e965959ae22c044a2033

    • -1
    • +6
    ./Core.Components.DotSpatial.Forms/BaseMap.cs
    • -0
    • +1
    ./Core.Components.DotSpatial/Core.Components.DotSpatial.csproj
    • -0
    • +72
    ./Core.Components.DotSpatial/MouseCoordinatesMapExtension.cs
  1. … 2 more files in changeset.
Removed superfluous code in tests. Updated xmldocs. Related to Issue [WTI-376]

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

Former-commit-id: ea79d276b60d7d62f7bfc3be47384dac5bd62b0a

Former-commit-id: 9c199a3228ad0c74328e32aafbb2d3d32f734e56

    • -3
    • +3
    ./Core.Components.Gis/Data/MapMultiLineData.cs
  1. … 3 more files in changeset.