Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Modified RingtoetsSettingsHelper as derived class of SettingsHelper Modified BruTileSettings to use SettingsHelper and has no knowledge of either "WTI" or "Ringtoets" in the 'Core' namespace Related to Issue [WTI-1091]

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

Former-commit-id: 85e2fe435c64ef34dfd52e0bd99c4d90e5aa87c9

Former-commit-id: 89a20a7c5dcc99cb2a9ed2c7c9c5b42a0f465a13

    • -0
    • +5
    ./Core.Components.DotSpatial.Forms/Core.Components.DotSpatial.Forms.csproj
    • -0
    • +21
    ./Core.Components.DotSpatial.Forms/Views/WmtsLocationControl.cs
    • -0
    • +5
    ./Core.Components.DotSpatial/Core.Components.DotSpatial.csproj
  1. … 9 more files in changeset.
* Cleanup. * Improved functional coverage of unit tests. Related to Issue [WTI-1105]

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

Former-commit-id: 8cc0d9da99bec4349165f00e7a9c039ec28e4776

Former-commit-id: 85e4c149075b468836276831165730fca70e1497

    • -1
    • +1
    ./Core.Components.Gis/Data/ImageBasedMapData.cs
  1. … 10 more files in changeset.
Disabled 'edit' button until locations are set Update data grid when Adding/Modifying url Related to Issue [WTI-1091]

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

Former-commit-id: ff22dc79b53fab37c1baa1b5bf0b5cf8d4fbc42c

Former-commit-id: c34e6f9fb2e68200c53a328ff26db3edc8ad7110

    • -3
    • +10
    ./Core.Components.DotSpatial.Forms/Views/WmtsLocationControl.cs
  1. … 1 more file in changeset.
* Refactored MapControl.BackgroundMapData to depend on BackgroundMapDataContainer instead of WmtsMapData ** MapControl now handles new instances set on BackgroundMapDataContainer ** Important note: MapControl still only supports WmtsMapData instances. Related to Issue [WTI-1143]

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

Former-commit-id: 5bf097cf84fb66d83978f0a42727389ad46643b6

Former-commit-id: 4670b03b861259f7a5d75e92e50ae5da3994a96b

    • -18
    • +41
    ./Core.Components.DotSpatial.Forms/MapControl.cs
  1. … 1 more file in changeset.
Added BackgroundMapDataSelectionDialog to RingtoetsPlugin Changed type of IHasMapData.SelectMapData to WmtsMapData (will be ImageBasedMapData in the future) Related to Issue [WTI-1091]

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

Former-commit-id: 724f61060d7b136f2cddb26d1ab2c1cb991cc049

Former-commit-id: 7ddb7384515de6dba644c4f67a01d0820d9a5c0e

    • -2
    • +2
    ./Core.Components.DotSpatial.Forms/Views/IHasMapData.cs
    • -1
    • +1
    ./Core.Components.DotSpatial.Forms/Views/WmtsLocationControl.cs
  1. … 10 more files in changeset.
* MapControl now uses BackgroundMapDataContainer directly. ** TODO: Handling NotifyObservers on BackgroundMapDataContainer, in order to know if MapData property has changed. * Improved robustness of MapControl unit tests that make temporary backup of tile chaches. * BackgroundMapDataContainer moved from Ringtoets.Common.Data to Core.Components.Gis Related to Issue [WTI-1143]

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

Former-commit-id: 8368df4f1e33ebe99e86dde01ae0382a118890f8

Former-commit-id: 79fd13aafb4655934d563c8729e0cb4e703f8149

    • -15
    • +18
    ./Core.Components.DotSpatial.Forms/MapControl.cs
    • -1
    • +1
    ./Core.Components.Gis.Forms/IMapControl.cs
    • -0
    • +109
    ./Core.Components.Gis/BackgroundMapDataContainer.cs
    • -0
    • +1
    ./Core.Components.Gis/Core.Components.Gis.csproj
  1. … 40 more files in changeset.
Added event and handler between IHasMapData and BackgroundMapDataSelectionDialog Related to Issue [WTI-1091]

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

Former-commit-id: 2dcb6c53151127303fdcf2447a7f380b92fceb66

Former-commit-id: bba27f2613ae87933ed52878d00e1e86ff01cfb9

    • -0
    • +6
    ./Core.Components.DotSpatial.Forms/Views/IHasMapData.cs
    • -16
    • +25
    ./Core.Components.DotSpatial.Forms/Views/WmtsLocationControl.cs
  1. … 1 more file in changeset.
Modified WmtsLocationControl and WmtsConnectionDialog according to suggestions om tester and PO Related to Issue [WTI-1091]

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

Former-commit-id: a554510441d9aeb046c7e3f0be9ff413479c3665

Former-commit-id: ef31d04f62e9e50a2cd62bebffafc344b604a0cb

    • -0
    • +3
    ./Core.Components.DotSpatial.Forms/Core.Components.DotSpatial.Forms.csproj
    • -0
    • +19
    ./Core.Components.DotSpatial.Forms/Properties/Resources.Designer.cs
    • -0
    • +6
    ./Core.Components.DotSpatial.Forms/Properties/Resources.resx
    • binary
    ./Core.Components.DotSpatial.Forms/Resources/information.png
    • -9
    • +19
    ./Core.Components.DotSpatial.Forms/Views/WmtsConnectionDialog.Designer.cs
    • -3
    • +19
    ./Core.Components.DotSpatial.Forms/Views/WmtsConnectionDialog.cs
    • -23
    • +50
    ./Core.Components.DotSpatial.Forms/Views/WmtsConnectionDialog.resx
    • -7
    • +22
    ./Core.Components.DotSpatial.Forms/Views/WmtsLocationControl.cs
* Refactored all mentions of value ranges in Resources throughout the solution and replaced those by injecting instances of Range. ** This solution supports globalization of the application better. Related to Issue [WTI-1131]

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

Former-commit-id: 538fdcf21635994ca70269397fc37237a4788338

Former-commit-id: a4d242b68c1b86b5416cc9059c9fdc072ca06270

    • -3
    • +9
    ./Core.Components.Gis/Data/ImageBasedMapData.cs
  1. … 11 more files in changeset.
* Introduced Range class and FormattableConstants * Refactored all mentions of value ranges in Resources throughout the solution and replaced those by injecting instances of Range. ** This solution supports globalization of the application better. * Removed Dotspatial Legend related stuff from BruTileLayer and IConfiguration (and it's derivatives). * Cleanup in BruTileLayer. * Extended ProbabilityHelper with method for validating probability values. Related to Issue [WTI-1131]

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

Former-commit-id: d5a767df415eb68fcef3ebd2503020ed5f4979cc

Former-commit-id: 1bdd5e06da36a1dbb69f6e6e4d1e529805155d47

    • -3
    • +3
    ./Core.Components.DotSpatial/Properties/Resources.Designer.cs
  1. … 77 more files in changeset.
Modified WmtsConnectionDialog and WmtsLocationControl according to suggestions by PO and tester Updated conditions when to enable WmtsLocationControl.UpdateConnectToButton Added tests for coverage Integrated WmtsLocationControl in BackgroundMapDataSelectionDialog Related to Issue [WTI-1091]

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

Former-commit-id: 7260d7afaeb13aa960cf434efd5215bb708c4cf3

Former-commit-id: 5d7cebc191a784ccff92c878f7cf27eae0aeabf7

    • -1
    • +7
    ./Core.Components.DotSpatial.Forms/Views/IHasMapData.cs
    • -1
    • +1
    ./Core.Components.DotSpatial.Forms/Views/WmtsConnectionDialog.cs
    • -15
    • +18
    ./Core.Components.DotSpatial.Forms/Views/WmtsConnectionDialog.resx
    • -11
    • +26
    ./Core.Components.DotSpatial.Forms/Views/WmtsLocationControl.cs
  1. … 6 more files in changeset.
Extended WmtsCapabilityRow with property WmtsCapability it contains. Removed IView from WmtsLocationControl, as no data should be able to be set publicly. Created IHasMapData for controls that can be used in BackgroundMapDataSelectionDialog Related to Issue [WTI-1091]

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

Former-commit-id: 47d2c7c269808c0c3f49216fc175c70a61b6fef5

Former-commit-id: 7554c951013eb6be0eab1afd9daed29abd2df1a8

    • -0
    • +1
    ./Core.Components.DotSpatial.Forms/Core.Components.DotSpatial.Forms.csproj
    • -0
    • +9
    ./Core.Components.DotSpatial.Forms/Properties/Resources.Designer.cs
    • -0
    • +3
    ./Core.Components.DotSpatial.Forms/Properties/Resources.resx
    • -0
    • +41
    ./Core.Components.DotSpatial.Forms/Views/IHasMapData.cs
    • -7
    • +10
    ./Core.Components.DotSpatial.Forms/Views/WmtsCapabilityRow.cs
    • -8
    • +30
    ./Core.Components.DotSpatial.Forms/Views/WmtsLocationControl.cs
  1. … 2 more files in changeset.
Added feature to update data grid when capabilities are found in the url Related to Issue [WTI-1091]

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

Former-commit-id: 1c17c7b89cd67c9ab4b03baa4004759869355432

Former-commit-id: d1608550220040d40312c367ff1189d87927439f

    • -3
    • +47
    ./Core.Components.DotSpatial.Forms/Views/WmtsLocationControl.cs
    • -0
    • +1
    ./Core.Components.Gis/Core.Components.Gis.csproj
  1. … 1 more file in changeset.
* Introduced WellKnownTileSourceLayerConfiguration. ** Refactored common code with WmtsLayerConfiguration into PersistentCacheConfiguration. * IDispose implementations for IConfiguration and AsyncTileFetcher now better follow MSDN guidelines. Related to Issue [WTI-1143]

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

Former-commit-id: 0d6c56ba219681e332746f9a7008c6b39c44ccfc

Former-commit-id: 21c1eb9c10848d336f1a6c3b403ce197193ce912

    • -0
    • +1
    ./Core.Components.DotSpatial/Core.Components.DotSpatial.csproj
    • -0
    • +122
    ./Core.Components.DotSpatial/Layer/BruTile/Configurations/WellKnownTileSourceLayerConfiguration.cs
    • -10
    • +10
    ./Core.Components.DotSpatial/Properties/Resources.Designer.cs
  1. … 5 more files in changeset.
Added WmtsCapabilityFactory that connects to a URL and creates an enumeration of WmtsCapability is possible Related to Issue [WTI-1091]

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

Former-commit-id: 9caced4d4b2fe39e1c23510f3fbda92109663335

Former-commit-id: 22c0aba38fea8c945d0f85e7be912e66e5c0fe41

    • -0
    • +1
    ./Core.Components.DotSpatial.Forms/Core.Components.DotSpatial.Forms.csproj
    • -0
    • +54
    ./Core.Components.DotSpatial.Forms/IO/WmtsCapabilityFactory.cs
    • -0
    • +1
    ./Core.Components.DotSpatial/Core.Components.DotSpatial.csproj
  1. … 2 more files in changeset.
Moved Wmts files to Core.Components.DotSpatial.Forms Related to Issue [WTI-1091]

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

Former-commit-id: cadf5f877d1f80a54aeb4fadbd269fa633ade594

Former-commit-id: 4ff55db2923ce59604ba7f09db10acf04de3729d

    • -0
    • +44
    ./Core.Components.DotSpatial.Forms/Core.Components.DotSpatial.Forms.csproj
    • -0
    • +147
    ./Core.Components.DotSpatial.Forms/IO/WmtsConnectionInfoReader.cs
    • -0
    • +110
    ./Core.Components.DotSpatial.Forms/IO/WmtsConnectionInfoWriter.cs
    • -0
    • +49
    ./Core.Components.DotSpatial.Forms/IO/WmtsConnectionInfoXmlDefinitions.cs
    • -0
    • +73
    ./Core.Components.DotSpatial.Forms/Properties/Resources.Designer.cs
    • -0
    • +25
    ./Core.Components.DotSpatial.Forms/Properties/Resources.resx
    • binary
    ./Core.Components.DotSpatial.Forms/Resources/MapsIcon.png
    • -0
    • +92
    ./Core.Components.DotSpatial.Forms/Views/WmtsCapabilityRow.cs
    • -0
    • +136
    ./Core.Components.DotSpatial.Forms/Views/WmtsConnectionDialog.Designer.cs
    • -0
    • +124
    ./Core.Components.DotSpatial.Forms/Views/WmtsConnectionDialog.cs
    • -0
    • +384
    ./Core.Components.DotSpatial.Forms/Views/WmtsConnectionDialog.resx
    • -0
    • +140
    ./Core.Components.DotSpatial.Forms/Views/WmtsLocationControl.Designer.cs
    • -0
    • +190
    ./Core.Components.DotSpatial.Forms/Views/WmtsLocationControl.cs
    • -0
    • +390
    ./Core.Components.DotSpatial.Forms/Views/WmtsLocationControl.resx
    • -0
    • +103
    ./Core.Components.DotSpatial.Forms/WmtsCapability.cs
  1. … 33 more files in changeset.
* Introduced BackgroundMapData that stores the background layer and allows for preconfiguration of said layer. Related to Issue [WTI-1105]

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

Former-commit-id: 2f89180c754c61f0b1682acdfcfeff56b5dfb9c7

Former-commit-id: 94b5f8d984b4417fa6156e392cc53a2e70c6ee5a

    • -0
    • +2
    ./Core.Components.Gis/Data/ImageBasedMapData.cs
  1. … 4 more files in changeset.
* Introduced EnumTestFixture and used throughout solution. * Extended TypeUtils with GetDisplayName for enum values. * Introduced ImageBasedMapData ** WmtsMapData now inherits from ImageBasedMapData ** Newly introduced WellKnownTileSource also inherits from ImageBasedMapData Related to Issue [WTI-1105]

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

Former-commit-id: 1a77fc96e65eb336b41b3db4eda31975494145bb

Former-commit-id: 5f6096b6eff37624574906891869115b3bb56695

    • -0
    • +8
    ./Core.Components.Gis/Core.Components.Gis.csproj
    • -0
    • +67
    ./Core.Components.Gis/Data/ImageBasedMapData.cs
    • -0
    • +45
    ./Core.Components.Gis/Data/WellKnownTileSource.cs
    • -0
    • +45
    ./Core.Components.Gis/Data/WellKnownTileSourceMapData.cs
    • -27
    • +1
    ./Core.Components.Gis/Data/WmtsMapData.cs
  1. … 21 more files in changeset.
* Refactored BruTileLayer to deal with two exceptional edge-cases gracefully. * Remaining functional test coverage for BruTileLayer. Related to Issue [WTI-1131]

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

Former-commit-id: c3a5b892e21ba2f680cbf7c3ddca7a390bd74648

Former-commit-id: fb29f6f7fe83302528268cf5350c93970d04f431

  1. … 1 more file in changeset.
* Introduced ITileFetcher interface, that AsyncTileFetcher implements. * Replaced dependency on AsyncTileFetcher to depend on ITileFetcher. Related to Issue [WTI-1131]

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

Former-commit-id: c8dc2daff5314a0f59f1f86a38c39a3aa67787fe

Former-commit-id: 9c68a32c9e1237ab61fa7b9efeb68dd0da013431

    • -0
    • +1
    ./Core.Components.DotSpatial/Core.Components.DotSpatial.csproj
  1. … 3 more files in changeset.
* Removed timer from BruTileLayer as it was only started in unreachable code. (timer start was also unreachable in original code) * Functional coverage for BruTileLayer.DrawRegions Related to Issue [WTI-1131]

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

Former-commit-id: 04fb82042b44b42981bd8e5b303839e037ceafb1

Former-commit-id: c2ba620f103e87c34512c289c7221f711d2e88c8

    • -0
    • +22
    ./Core.Components.DotSpatial.Forms/app.config
  1. … 11 more files in changeset.
* Refactored MapControl to use WmtsBackgroundLayerStatus to keep track of various background layer related states. ** WmtsBackgroundLayerStatus is a state machine to keep track of status information. ** MapControl now handles failure to create a BruTileLayer, showing an error message. Will retry when a NotifyObservers call on the background MapData is performed. * Improved XML docs related to Exceptions

Related to Issue [WTI-1088]

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

Former-commit-id: 960e1e10010df5aee75db9d4eb98e0aedaffd9a5

Former-commit-id: 7ebaab6156cb79e57703cfac1471e598f40a6ae3

    • -0
    • +17
    ./Core.Components.DotSpatial.Forms/Core.Components.DotSpatial.Forms.csproj
    • -44
    • +73
    ./Core.Components.DotSpatial.Forms/MapControl.cs
    • -1
    • +3
    ./Core.Components.DotSpatial.Forms/Properties/AssemblyInfo.cs
    • -0
    • +112
    ./Core.Components.DotSpatial.Forms/Properties/Resources.Designer.cs
    • -0
    • +129
    ./Core.Components.DotSpatial.Forms/Properties/Resources.resx
    • -0
    • +130
    ./Core.Components.DotSpatial.Forms/WmtsBackgroundLayerStatus.cs
    • -0
    • +23
    ./Core.Components.DotSpatial.Forms/packages.config
  1. … 6 more files in changeset.
* Improved error messaging for ColorAccess * Cleanup and improved XML docs Related to Issue [WTI-1088]

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

Former-commit-id: ba83a3bd99ffb502069f2a804be592c7f371d899

Former-commit-id: 04b720a0d17e49e6a0143710c703958d29221758

    • -2
    • +0
    ./Core.Components.DotSpatial/Core.Components.DotSpatial.csproj
  1. … 13 more files in changeset.
* Cleanup/Refactoring for BruTileLayer * Functional test coverage for Core.Components.DotSpatial.TestUtil Related to Issue [WTI-1131]

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

Former-commit-id: 06df48eba830122d8a886068222b7732454c1fd2

Former-commit-id: 47d652187efa77f4da941cd924b276d2eb7ba24f

  1. … 17 more files in changeset.
* IConfiguration is now disposable. ** WmtsLayerConfiguration is now responsible of disposing composite TileFetcher. * Functional test coverage for BruTileLayer (not finished). * Improved BruTileLayer to better conform to DotSpatial expectancies.

Related to Issue [WTI-1131]

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

Former-commit-id: cd372d7dd6f8c85aea7a036945f384fb1a3e12e5

Former-commit-id: 2e34f254a4056355bb40de4c31267148cbe0028c

    • -118
    • +148
    ./Core.Components.DotSpatial/Layer/BruTile/BruTileLayer.cs
    • -0
    • +9
    ./Core.Components.DotSpatial/Properties/Resources.Designer.cs
  1. … 2 more files in changeset.
* Test coverage for BruTileLayer (not finished yet) Related to Issue [WTI-1131]

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

Former-commit-id: d8d7c906d3146b1c6b7b15c1a611550f0bfdde29

Former-commit-id: 0e670e0be41917f6d7bc6ad4582a9f40b45f8c04

  1. … 2 more files in changeset.
* Complete functional coverage for Core.Components.DotSpatial\Layer\BruTile\Configurations. Related to Issue [WTI-1131]

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

Former-commit-id: ef6e141d1ad4583a187a77f2cfd1d99736ea04ed

Former-commit-id: e6f05762254bf7e040248345117eaebdc62af688

  1. … 1 more file in changeset.
* Fixed MouseCoordinatesMapExtension such that it will always show coordinates in RD-new coordinate system. ** Renamed class to RdNewMouseCoordinatesMapExtension to better reflect intent. * Fix null ref exception when disposing AsyncTileFetcher ** Solved Problem: worker thread could access null-ed fields before being aborted when AsyncTileFetcher.Dispose was called. Related to Issue [WTI-1088]

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

Former-commit-id: 73044793512bd71138c75fb014cd36272a593dde

Former-commit-id: 0f052f209dcd90f4adbad6087ada99c8d39dc0cf

    • -2
    • +2
    ./Core.Components.DotSpatial.Forms/MapControl.cs
    • -1
    • +1
    ./Core.Components.DotSpatial/Core.Components.DotSpatial.csproj
    • -112
    • +0
    ./Core.Components.DotSpatial/MouseCoordinatesMapExtension.cs
    • -0
    • +133
    ./Core.Components.DotSpatial/RdNewMouseCoordinatesMapExtension.cs
  1. … 3 more files in changeset.
* Introduced base TestFixture class for testing design of custom exceptions: CustomExceptionDesignGuidelinesTestFixture ** Refactored all ExceptionTest classes to used this new base-class. * Functional testcoverage for Core.Components.DotSpatial\Layer\BruTile\Configurations * PersistentCacheConfiguration no longer supports SQLite cache * ITileSourceFactory now guarantees that all ITileSource elements returned have a WmtsTileSchema. * TODO: More functional coverage for WmtsLayerConfiguration

Related to Issue [WTI-1088]

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

Former-commit-id: 0cd7c47dc7ee2221f69b7c3b4d88205d087c691e

Former-commit-id: b3dbe965ce4a4266af1d8284ad481d2449db14e7

    • -1
    • +1
    ./Core.Components.DotSpatial/Core.Components.DotSpatial.csproj
    • -0
    • +76
    ./Core.Components.DotSpatial/Properties/Resources.Designer.cs
    • -97
    • +140
    ./Core.Components.DotSpatial/Properties/Resources.resx
  1. … 47 more files in changeset.
* updated license delivered with installer and internally to comply with Apache 2.0 requirements * Moved ColorAccess class to Core.Common.Utils * Functional coverage for Core.Components.DotSpatial\Layer\BruTile\Projections Related to Issue [WTI-1088]

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

Former-commit-id: 5ea0e9d236b6e1fe75f093b5d9ddf39c351b2b68

Former-commit-id: 6edf169774efa7d4918f8190425cb2fcc1b36188

    • -3
    • +0
    ./Core.Components.DotSpatial/Core.Components.DotSpatial.csproj
  1. … 22 more files in changeset.