Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Moved BruTileSettings to BruTile.Data project.

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

Former-commit-id: a8e20ebb958f430798a745b16c153a98421b4cdf

Former-commit-id: 5c0fa026100ec8a393addb6ed3e85760d3c995cb

    • -0
    • +73
    ./Core.Components.BruTile.Data/BruTileSettings.cs
    • -0
    • +13
    ./Core.Components.BruTile.Data/Core.Components.BruTile.Data.csproj
    • -0
    • +26
    ./Core.Components.BruTile.Data/packages.config
    • -0
    • +1
    ./Core.Components.BruTile.IO/AsyncTileFetcher.cs
    • -0
    • +7
    ./Core.Components.BruTile.IO/Core.Components.BruTile.IO.csproj
    • -0
    • +1
    ./Core.Components.BruTile/Configurations/PersistentCacheConfiguration.cs
    • -3
    • +5
    ./Core.Components.BruTile/Configurations/WellKnownTileSourceLayerConfiguration.cs
    • -0
    • +5
    ./Core.Components.BruTile/Core.Components.BruTile.csproj
    • -1
    • +0
    ./Core.Components.DotSpatial/Core.Components.DotSpatial.csproj
Added BruTile data project

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

Former-commit-id: 00e4c41a10a9d1fe057a23030c485e5da1e04408

Former-commit-id: 3ab73a5eb7954dd7799b5c5a42af794a78d0c2c9

    • -0
    • +57
    ./Core.Components.BruTile.Data/Core.Components.BruTile.Data.csproj
    • -0
    • +27
    ./Core.Components.BruTile.Data/Properties/AssemblyInfo.cs
  1. … 3 more files in changeset.
Moved Tile fetching logic to BruTile.IO project.

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

Former-commit-id: d6057b459439e6dbd9957f5934030fc34e0464d4

Former-commit-id: 47a1eb931062864d371a1cfdf601f458eceedd79

    • -0
    • +281
    ./Core.Components.BruTile.IO/AsyncTileFetcher.cs
    • -0
    • +26
    ./Core.Components.BruTile.IO/Core.Components.BruTile.IO.csproj
    • -0
    • +71
    ./Core.Components.BruTile.IO/ITileFetcher.cs
    • -0
    • +54
    ./Core.Components.BruTile.IO/NoopTileCache.cs
    • -0
    • +67
    ./Core.Components.BruTile.IO/TileReceivedEventArgs.cs
    • -0
    • +28
    ./Core.Components.BruTile.IO/packages.config
    • -0
    • +1
    ./Core.Components.BruTile/Configurations/PersistentCacheConfiguration.cs
    • -0
    • +24
    ./Core.Components.BruTile/Core.Components.BruTile.csproj
    • -2
    • +4
    ./Core.Components.BruTile/packages.config
    • -4
    • +10
    ./Core.Components.DotSpatial/Core.Components.DotSpatial.csproj
  1. … 19 more files in changeset.
Review suggestion - Added updated resource - Removed redundant second 'Delete scratchpad' test - Prefer using DataGridViewControl over DataGridView in tests Related to Issue [WTI-1091]

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

Former-commit-id: 61ae6ddde70c744ce66d29faffd76e3846d61100

Former-commit-id: cda272f71967ab4ed88570324e01ee9315b1186a

    • -1
    • +1
    ./Core.Components.DotSpatial.Forms/Properties/Resources.Designer.cs
    • -1
    • +1
    ./Core.Components.DotSpatial.Forms/Properties/Resources.resx
  1. … 4 more files in changeset.
Moved BruTile comfigurations to BruTile project.

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

Former-commit-id: 693fbb92a49f32efd3702c517dfaf3eea86766d7

Former-commit-id: c981a50429e3fb42d4eb7f4978ab1523b9982a28

    • -0
    • +77
    ./Core.Components.BruTile/Configurations/BruTileReflectionHelper.cs
    • -0
    • +80
    ./Core.Components.BruTile/Configurations/IConfiguration.cs
    • -0
    • +45
    ./Core.Components.BruTile/Configurations/ITileSourceFactory.cs
    • -0
    • +173
    ./Core.Components.BruTile/Configurations/PersistentCacheConfiguration.cs
    • -0
    • +94
    ./Core.Components.BruTile/Configurations/TileSourceFactory.cs
    • -0
    • +120
    ./Core.Components.BruTile/Configurations/WellKnownTileSourceLayerConfiguration.cs
    • -0
    • +226
    ./Core.Components.BruTile/Configurations/WmtsLayerConfiguration.cs
    • -0
    • +14
    ./Core.Components.BruTile/Core.Components.BruTile.csproj
    • -1
    • +0
    ./Core.Components.DotSpatial.Forms/IO/WmtsCapabilityFactory.cs
    • -1
    • +0
    ./Core.Components.DotSpatial.Forms/MapControl.cs
    • -1
    • +0
    ./Core.Components.DotSpatial.Forms/Views/WmtsLocationControl.cs
    • -7
    • +0
    ./Core.Components.DotSpatial/Core.Components.DotSpatial.csproj
  1. … 29 more files in changeset.
Moved exceptions to BruTile project.

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

Former-commit-id: a4fffc791ced5ded000116f7e4313d1a1bf5e413

Former-commit-id: a0b3ac2088b1853dbc2ba4ca5a681be0c0320d85

    • -0
    • +8
    ./Core.Components.BruTile/Core.Components.BruTile.csproj
    • -0
    • +57
    ./Core.Components.BruTile/Exceptions/CannotCreateTileCacheException.cs
    • -0
    • +59
    ./Core.Components.BruTile/Exceptions/CannotFindTileSourceException.cs
    • -0
    • +57
    ./Core.Components.BruTile/Exceptions/CannotReceiveTilesException.cs
    • -0
    • +26
    ./Core.Components.BruTile/packages.config
    • -1
    • +1
    ./Core.Components.DotSpatial.Forms/IO/WmtsCapabilityFactory.cs
    • -3
    • +0
    ./Core.Components.DotSpatial/Core.Components.DotSpatial.csproj
  1. … 11 more files in changeset.
Review suggestion - Added XMLdoc - Used ReadOnlyCollection

Related to Issue [WTI-1091]

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

Former-commit-id: 477fcef439b7e71f0fd00dc69cd78121ca4df2f3

Former-commit-id: ca41d728c163e009123e3743626db73ec419e58a

    • -4
    • +7
    ./Core.Components.DotSpatial.Forms/IO/WmtsConnectionInfoReader.cs
    • -2
    • +2
    ./Core.Components.DotSpatial.Forms/Views/WmtsLocationControl.cs
Review suggestion - Added XMLdoc - Renamed IHasMapData.cs

Related to Issue [WTI-1091]

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

Former-commit-id: fc4dcc56738fcc32fb980ce400bee7d1d515dc51

Former-commit-id: b86d1ddfc8ec73699cdb28fc90229453fc651884

    • -1
    • +1
    ./Core.Components.DotSpatial.Forms/Core.Components.DotSpatial.Forms.csproj
    • -0
    • +53
    ./Core.Components.DotSpatial.Forms/Views/IBackgroundMapDataSelectionControl.cs
    • -53
    • +0
    ./Core.Components.DotSpatial.Forms/Views/IHasMapData.cs
    • -5
    • +5
    ./Core.Components.DotSpatial.Forms/Views/WmtsConnectionDialog.cs
    • -1
    • +1
    ./Core.Components.DotSpatial.Forms/Views/WmtsLocationControl.cs
  1. … 3 more files in changeset.
Review suggestion - Added XMLdoc - Extracted method Related to Issue [WTI-1091]

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

Former-commit-id: e7863b7fde6498eaf0771ec456a42c2dddad00c5

Former-commit-id: 6d747773c26c95bd80d63bd43cc9a05a8acefc97

    • -15
    • +28
    ./Core.Components.DotSpatial.Forms/IO/WmtsConnectionInfoReader.cs
Added BruTile projects so we can separate it from DotSpatial logic. Related to Issue [WTI-1088]

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

Former-commit-id: 3393f04ece091c3fa47a083beddc0ad6d911c14a

Former-commit-id: 2c56fd5acb012dfd57dc1b3a9371a37fcdb5f9ad

    • -0
    • +57
    ./Core.Components.BruTile.Forms/Core.Components.BruTile.Forms.csproj
    • -0
    • +27
    ./Core.Components.BruTile.Forms/Properties/AssemblyInfo.cs
    • -0
    • +57
    ./Core.Components.BruTile.IO/Core.Components.BruTile.IO.csproj
    • -0
    • +27
    ./Core.Components.BruTile.IO/Properties/AssemblyInfo.cs
    • -0
    • +58
    ./Core.Components.BruTile/Core.Components.BruTile.csproj
    • -0
    • +27
    ./Core.Components.BruTile/Properties/AssemblyInfo.cs
  1. … 9 more files in changeset.
Improvements after review. Related to Issue [WTI-1133]

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

Former-commit-id: 58a77f4e5772a50da48d0575dff08e8779780c01

Former-commit-id: 60fb8aa1c80c5a08394b38bb7ff07d7fe5a37678

    • -2
    • +2
    ./Core.Components.Gis.IO/Importers/FeatureBasedMapDataImporter.cs
  1. … 21 more files in changeset.
Fixed bug in MapControl where the map was not correctly updated when a new MapData was set and notified Fixed XMLdoc typo Modified PropertyGridView to Detach and Attach to the found IObserverable Extended tests of PropertyGridView Related to Issue [WTI-1144]

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

Former-commit-id: b291ad2bc0f1164df6892e0333acc993d03cab5c

Former-commit-id: 52d298155154293f5875dad657eaba093190d2e4

    • -0
    • +2
    ./Core.Components.DotSpatial.Forms/MapControl.cs
  1. … 4 more files in changeset.
Added SetCurrentCell to DataGridViewControl Added final feature to set selected WmtsData from previous visit to to WmtsLocationControl Related to Issue [WTI-1091]

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

Former-commit-id: 64d6be484045fa470762a50baea1fdfdec94f165

Former-commit-id: 2fed260e47fa28d68f82d6de09482b674fe00ad9

    • -1
    • +18
    ./Core.Components.DotSpatial.Forms/Views/WmtsLocationControl.cs
    • -1
    • +1
    ./Core.Components.DotSpatial.Forms/WmtsConnectionInfo.cs
  1. … 3 more files in changeset.
Set WmtsConnectionInfoWriterTest to use proper temp dir Set WmtsLocationControl to accept WmtsMapData to select Related to Issue [WTI-1091]

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

Former-commit-id: 6921127612bea2dc3c658f3788ef1d006b52398f

Former-commit-id: 03417de81e93f79e13db7cdccddbf5558809b914

    • -0
    • +1
    ./Core.Components.DotSpatial.Forms/Core.Components.DotSpatial.Forms.csproj
    • -14
    • +39
    ./Core.Components.DotSpatial.Forms/Views/WmtsLocationControl.cs
  1. … 3 more files in changeset.
Added IEquatable for WmtsConnectionInfo Related to Issue [WTI-1091]

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

Former-commit-id: 477570f0f18610290ec7d3144c916b1e9df95c91

Former-commit-id: 85b7835e99f69226858678e634a10290ebb8783e

    • -1
    • +28
    ./Core.Components.DotSpatial.Forms/WmtsConnectionInfo.cs
  1. … 1 more file in changeset.
Set DirectoryDisposeHelper to 'not be fully disposed' when directory was not deleted during Dispose() Set BruTileSettings.PersistentCacheDirectoryRoot to retrieve the value of SettingsHelper.GetApplicationLocalUserSettingsDirectory each time it is called. This is ideal for testing purposes Modified MapControlTest to use TestSettingsHelper to choose the active working directory instead of the actual working directory. Also removed the method DoWhileTileCacheRootLocked, which was used for to temporarily move the current content of the actual working directory. Related to Issue [WTI-1091]

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

Former-commit-id: f44094471f21a44d0bd61856415050f2abf2eed0

Former-commit-id: aceb8f20bd12cdf6e679c2b73c615dde2db60162

  1. … 7 more files in changeset.
* ImageBasedMapData extended with IsConfigured property. * Introduced two ObjectProperties implementations for BackgroundMapDataContainer (1 specialized for WmtsMapData, one general), and a factory to abstract the creation logic away from callers. ** Removed BackgroundWmtsMapDataProperties as it's been made obsolete. * Removed BackgroundMapDataContext, as BackgroundMapDataContainer is directly available in the object tree. (Separate Context object no longer required) Related to Issue [WTI-1144]

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

Former-commit-id: a148bd8c2d3ceb71787bfe026fd236b3d933fa1a

Former-commit-id: 104bd739c735adaf8749ddc736b338ec6dfff013

    • -1
    • +1
    ./Core.Components.DotSpatial.Forms/Core.Components.DotSpatial.Forms.csproj
    • -17
    • +17
    ./Core.Components.DotSpatial.Forms/Properties/Resources.Designer.cs
    • -0
    • +5
    ./Core.Components.Gis/Data/ImageBasedMapData.cs
    • -0
    • +1
    ./Core.Components.Gis/Data/WellKnownTileSourceMapData.cs
    • -5
    • +0
    ./Core.Components.Gis/Data/WmtsMapData.cs
  1. … 32 more files in changeset.
Removed validation of the file exists from WmtsConnectionInfoReader Added exception log to WmtsLocationControl Moved WmtsConnectionInfo test-data from Ringtoets.Integration.Forms to Core.Components.DotSpatial.Forms Related to Issue [WTI-1091]

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

Former-commit-id: 2ffb8634d5e71f69308d7714292a1dfb0acc9576

Former-commit-id: c1f9410c9208d9e01b0d20807c266965a4097ce1

    • -11
    • +8
    ./Core.Components.DotSpatial.Forms/IO/WmtsConnectionInfoReader.cs
    • -4
    • +12
    ./Core.Components.DotSpatial.Forms/Views/WmtsLocationControl.cs
  1. … 17 more files in changeset.
Added save of wmtsConnectionInfo.config file Related to Issue [WTI-1091]

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

Former-commit-id: 7afd0ec563a246501378830d89d2aec05d6c93c8

Former-commit-id: a3dea329db8488406899cbeb28c0960fe7ae2b2e

    • -6
    • +23
    ./Core.Components.DotSpatial.Forms/Views/WmtsLocationControl.cs
  1. … 1 more file in changeset.
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.