Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Merged revision(s) from branches/WTI-1088 Related to Issue [WTI-1088]

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

Former-commit-id: 33abf8bc20b8724d9bf5cadc4a1a404bd4f3b9dc

Former-commit-id: 338c1378907add09d2a5d6e980c7896a12c533e6

    • -0
    • +73
    ./Core.Components.BruTile.Data/BruTileSettings.cs
    • -0
    • +70
    ./Core.Components.BruTile.Data/Core.Components.BruTile.Data.csproj
    • -0
    • +27
    ./Core.Components.BruTile.Data/Properties/AssemblyInfo.cs
    • -0
    • +26
    ./Core.Components.BruTile.Data/packages.config
    • -0
    • +56
    ./Core.Components.BruTile.Forms/BrutileWmtsCapabilityFactory.cs
    • -0
    • +22
    ./Core.Components.BruTile.Forms/Core.Components.BruTile.Forms.csproj
    • -0
    • +26
    ./Core.Components.BruTile.Forms/packages.config
    • -0
    • +283
    ./Core.Components.BruTile.IO/AsyncTileFetcher.cs
    • -0
    • +44
    ./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
    • +103
    ./Core.Components.BruTile.IO/Properties/Resources.Designer.cs
    • -0
    • +126
    ./Core.Components.BruTile.IO/Properties/Resources.resx
    • -0
    • +67
    ./Core.Components.BruTile.IO/TileReceivedEventArgs.cs
  1. … 188 more files in changeset.
Moved Projections folder.

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

Former-commit-id: d67360b66dd02d3847910809f24fd29d345cf667

Former-commit-id: 505e06705b07b5b4520b1f1a2ce0334486ab564b

    • -3
    • +4
    ./Core.Components.DotSpatial/Core.Components.DotSpatial.csproj
    • -0
    • +239
    ./Core.Components.DotSpatial/Projections/ReprojectExtensions.cs
    • -0
    • +189
    ./Core.Components.DotSpatial/Projections/TileReprojector.cs
    • -0
    • +292
    ./Core.Components.DotSpatial/Projections/WorldFile.cs
  1. … 8 more files in changeset.
Merged revision(s) 8498-8506 from trunk

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

Former-commit-id: 6155fec23887fe128f94fc212d41f11fc1949d21

Former-commit-id: a431ac2948814a547fe6d9a49107dd47ba91b8c3

    • -21
    • +17
    ./Core.Components.Gis.Forms/Views/WmtsConnectionDialog.cs
  1. … 2 more files in changeset.
- Moved excpetions to gis - Fixed tests.

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

Former-commit-id: 77667a79927137f3a79fd7c152b131b433bcdb20

Former-commit-id: 2b58cc92b7d68540436a70adaeae18622ddb3a85

    • -1
    • +1
    ./Core.Components.BruTile.Forms/BrutileWmtsCapabilityFactory.cs
    • -0
    • +4
    ./Core.Components.BruTile.Forms/Core.Components.BruTile.Forms.csproj
    • -4
    • +4
    ./Core.Components.BruTile/Configurations/PersistentCacheConfiguration.cs
    • -4
    • +3
    ./Core.Components.BruTile/Configurations/WellKnownTileSourceLayerConfiguration.cs
    • -3
    • +5
    ./Core.Components.BruTile/Core.Components.BruTile.csproj
    • -57
    • +0
    ./Core.Components.BruTile/Exceptions/CannotCreateTileCacheException.cs
    • -59
    • +0
    ./Core.Components.BruTile/Exceptions/CannotFindTileSourceException.cs
    • -57
    • +0
    ./Core.Components.BruTile/Exceptions/CannotReceiveTilesException.cs
    • -1
    • +1
    ./Core.Components.DotSpatial.Forms/MapControl.cs
    • -0
    • +1
    ./Core.Components.Gis.Forms/Views/WmtsLocationControl.cs
  1. … 18 more files in changeset.
Review suggestion - Bubbling of Exceptions in DirectoryPermissionsRevoker - Better initializer of WmtsConnectionDialog Related to Issue [WTI-1091]

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

Former-commit-id: be0bd1397f6efb9a600e23cf62d916430cf6b570

Former-commit-id: 1c10125eb86650d53d0097adbbea95f9025f6c6d

    • -21
    • +17
    ./Core.Components.DotSpatial.Forms/Views/WmtsConnectionDialog.cs
  1. … 2 more files in changeset.
Moved IO folder in DotSpatial.Forms to Gis.IO

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

Former-commit-id: d2ea5667a092f3c26b9e680e86bbdbdb6dc5ac15

Former-commit-id: 71422d5f3241bd8de0c52ca3fa0b15b49d107d85

    • -3
    • +0
    ./Core.Components.DotSpatial.Forms/Core.Components.DotSpatial.Forms.csproj
    • -161
    • +0
    ./Core.Components.DotSpatial.Forms/IO/WmtsConnectionInfoReader.cs
    • -126
    • +0
    ./Core.Components.DotSpatial.Forms/IO/WmtsConnectionInfoWriter.cs
    • -49
    • +0
    ./Core.Components.DotSpatial.Forms/IO/WmtsConnectionInfoXmlDefinitions.cs
    • -9
    • +0
    ./Core.Components.DotSpatial.Forms/Properties/Resources.Designer.cs
    • -3
    • +0
    ./Core.Components.DotSpatial.Forms/Properties/Resources.resx
    • -0
    • +7
    ./Core.Components.Gis.Forms/Core.Components.Gis.Forms.csproj
    • -0
    • +2
    ./Core.Components.Gis.Forms/Views/WmtsLocationControl.cs
    • -0
    • +4
    ./Core.Components.Gis.IO/Core.Components.Gis.IO.csproj
    • -0
    • +160
    ./Core.Components.Gis.IO/Readers/WmtsConnectionInfoReader.cs
    • -0
    • +49
    ./Core.Components.Gis.IO/WmtsConnectionInfoXmlDefinitions.cs
    • -0
    • +125
    ./Core.Components.Gis.IO/Writers/WmtsConnectionInfoWriter.cs
  1. … 6 more files in changeset.
Merged revision(s) 8470-8491 from trunk

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

Former-commit-id: fbe8365ad9bc9dad2bb38f47148c6164434eebca

Former-commit-id: ff916143148bf9b3c29741bf7e8619ffda583a60

    • -1
    • +17
    ./Core.Components.DotSpatial.Forms/IO/WmtsConnectionInfoWriter.cs
    • -3
    • +2
    ./Core.Components.Gis.Forms/Views/WmtsLocationControl.cs
  1. … 2 more files in changeset.
Moved resources.

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

Former-commit-id: bad0d29d4df1fac383ba212bb8eadbe4d38583d3

Former-commit-id: 0bce017ffa0f98464ff9dde919599aa914b344a9

    • -7
    • +1
    ./Core.Components.DotSpatial.Forms/Core.Components.DotSpatial.Forms.csproj
    • -99
    • +7
    ./Core.Components.DotSpatial.Forms/Properties/Resources.Designer.cs
    • -31
    • +0
    ./Core.Components.DotSpatial.Forms/Properties/Resources.resx
    • binary
    ./Core.Components.DotSpatial.Forms/Resources/MapsIcon.png
    • binary
    ./Core.Components.DotSpatial.Forms/Resources/information.png
    • -0
    • +15
    ./Core.Components.Gis.Forms/Core.Components.Gis.Forms.csproj
    • -0
    • +155
    ./Core.Components.Gis.Forms/Properties/Resources.Designer.cs
    • -0
    • +151
    ./Core.Components.Gis.Forms/Properties/Resources.resx
    • binary
    ./Core.Components.Gis.Forms/Resources/information.png
    • binary
    ./Core.Components.Gis.Forms/Resources/mapsicon.png
    • -0
    • +1
    ./Core.Components.Gis.Forms/Views/WmtsConnectionDialog.cs
    • -0
    • +1
    ./Core.Components.Gis.Forms/Views/WmtsLocationControl.cs
    • -1
    • +23
    ./Core.Components.Gis.Forms/packages.config
    • -0
    • +3
    ./Core.Components.Gis/Core.Components.Gis.csproj
  1. … 1 more file in changeset.
Review suggestion - SettingsHelper only retrieves the special folders and is no longer responsible for creating these folder paths. Related to Issue [WTI-1091]

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

Former-commit-id: 65f6eb6eea38d45afd5142a8254f858e9982cf31

Former-commit-id: 0e8eb0141038b77efac381790f8d821ae2626204

    • -2
    • +17
    ./Core.Components.DotSpatial.Forms/IO/WmtsConnectionInfoWriter.cs
    • -4
    • +3
    ./Core.Components.DotSpatial.Forms/Views/WmtsLocationControl.cs
  1. … 12 more files in changeset.
Moved WmtsConnectionInfo to Gis.

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

Former-commit-id: e1e576c4799e0cb91790b97db976c5cadf033cab

Former-commit-id: 37ecd1177c093983a6f1d0e669c5fff56f613058

    • -1
    • +0
    ./Core.Components.DotSpatial.Forms/Core.Components.DotSpatial.Forms.csproj
    • -1
    • +2
    ./Core.Components.DotSpatial.Forms/IO/WmtsConnectionInfoReader.cs
    • -1
    • +1
    ./Core.Components.DotSpatial.Forms/IO/WmtsConnectionInfoWriter.cs
    • -91
    • +0
    ./Core.Components.DotSpatial.Forms/WmtsConnectionInfo.cs
    • -0
    • +1
    ./Core.Components.Gis/Core.Components.Gis.csproj
    • -0
    • +91
    ./Core.Components.Gis/WmtsConnectionInfo.cs
  1. … 6 more files in changeset.
Moved views to Gis.Forms.

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

Former-commit-id: a4d482436d6d58447acdfcca3026137b6b6fc32a

Former-commit-id: b5cba309bbdb68662b9f86bd338af3930c43631b

    • -21
    • +1
    ./Core.Components.DotSpatial.Forms/Core.Components.DotSpatial.Forms.csproj
    • -53
    • +0
    ./Core.Components.DotSpatial.Forms/Views/IBackgroundMapDataSelectionControl.cs
    • -96
    • +0
    ./Core.Components.DotSpatial.Forms/Views/WmtsCapabilityRow.cs
    • -146
    • +0
    ./Core.Components.DotSpatial.Forms/Views/WmtsConnectionDialog.Designer.cs
    • -140
    • +0
    ./Core.Components.DotSpatial.Forms/Views/WmtsConnectionDialog.cs
    • -414
    • +0
    ./Core.Components.DotSpatial.Forms/Views/WmtsConnectionDialog.resx
    • -140
    • +0
    ./Core.Components.DotSpatial.Forms/Views/WmtsLocationControl.Designer.cs
    • -402
    • +0
    ./Core.Components.DotSpatial.Forms/Views/WmtsLocationControl.cs
    • -390
    • +0
    ./Core.Components.DotSpatial.Forms/Views/WmtsLocationControl.resx
    • -0
    • +38
    ./Core.Components.Gis.Forms/Core.Components.Gis.Forms.csproj
    • -0
    • +53
    ./Core.Components.Gis.Forms/Views/IBackgroundMapDataSelectionControl.cs
    • -0
    • +95
    ./Core.Components.Gis.Forms/Views/WmtsCapabilityRow.cs
    • -0
    • +146
    ./Core.Components.Gis.Forms/Views/WmtsConnectionDialog.Designer.cs
    • -0
    • +139
    ./Core.Components.Gis.Forms/Views/WmtsConnectionDialog.cs
    • -0
    • +414
    ./Core.Components.Gis.Forms/Views/WmtsConnectionDialog.resx
  1. … 16 more files in changeset.
Inject the wmtsCapabilityFactory in the WmtsLocationControl so we can move it to Gis.

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

Former-commit-id: 09d60c9b84247da87f3a178c894a480b3f3fbb25

Former-commit-id: ebff4a86f25d077a582242bb62a82e90a733ae70

    • -2
    • +12
    ./Core.Components.DotSpatial.Forms/Views/WmtsLocationControl.cs
  1. … 3 more files in changeset.
- Renamed WmtsCapabilityFactory to BruTileWmtsCapabilityFactory - Added interface for that factory.

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

Former-commit-id: 091377b74659888f6df0b783f71bd8540b02d004

Former-commit-id: ac66e7245963a64d41e449f1717035a2b8144e74

    • -0
    • +56
    ./Core.Components.BruTile.Forms/BrutileWmtsCapabilityFactory.cs
    • -1
    • +1
    ./Core.Components.BruTile.Forms/Core.Components.BruTile.Forms.csproj
    • -56
    • +0
    ./Core.Components.BruTile.Forms/WmtsCapabilityFactory.cs
    • -1
    • +1
    ./Core.Components.DotSpatial.Forms/Views/WmtsLocationControl.cs
    • -0
    • +1
    ./Core.Components.Gis.Forms/Core.Components.Gis.Forms.csproj
    • -0
    • +39
    ./Core.Components.Gis.Forms/IWmtsCapabilityFactory.cs
  1. … 3 more files in changeset.
Fixed compilation errors.

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

Former-commit-id: bd94d9579c7648998f3dc57409b6253fbf8420d1

Former-commit-id: 7109fd5b13517d0d22409dd9563749f1d5258701

    • -0
    • +10
    ./Core.Components.DotSpatial.Forms/Core.Components.DotSpatial.Forms.csproj
    • -0
    • +2
    ./Core.Components.DotSpatial.Forms/MapControl.cs
    • -0
    • +2
    ./Core.Components.DotSpatial.Forms/Views/WmtsLocationControl.cs
  1. … 10 more files in changeset.
Moved WmtsCapabilityFactory to BruTile

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

Former-commit-id: d10ed8408c4eb0ddd3acf2f9276495a52eacb318

Former-commit-id: 2b4c764b7116b903938c80403bd2779e7c60806c

    • -0
    • +18
    ./Core.Components.BruTile.Forms/Core.Components.BruTile.Forms.csproj
    • -0
    • +56
    ./Core.Components.BruTile.Forms/WmtsCapabilityFactory.cs
    • -0
    • +26
    ./Core.Components.BruTile.Forms/packages.config
    • -1
    • +0
    ./Core.Components.DotSpatial.Forms/Core.Components.DotSpatial.Forms.csproj
    • -54
    • +0
    ./Core.Components.DotSpatial.Forms/IO/WmtsCapabilityFactory.cs
  1. … 5 more files in changeset.
Moved WmtsCapability to GIS.

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

Former-commit-id: 9f910b62ecf2f267ec84008b850763468d765833

Former-commit-id: 81ed40bb70f9cff3cfd592c85e34004cd4012622

    • -1
    • +0
    ./Core.Components.DotSpatial.Forms/Core.Components.DotSpatial.Forms.csproj
    • -0
    • +1
    ./Core.Components.DotSpatial.Forms/IO/WmtsCapabilityFactory.cs
    • -0
    • +1
    ./Core.Components.DotSpatial.Forms/Views/WmtsCapabilityRow.cs
    • -0
    • +1
    ./Core.Components.DotSpatial.Forms/Views/WmtsLocationControl.cs
    • -103
    • +0
    ./Core.Components.DotSpatial.Forms/WmtsCapability.cs
    • -0
    • +1
    ./Core.Components.Gis.Forms/Core.Components.Gis.Forms.csproj
    • -0
    • +103
    ./Core.Components.Gis.Forms/WmtsCapability.cs
  1. … 4 more files in changeset.
Moved resources to BruTile.

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

Former-commit-id: d03ac26e839a74e55a41beabb46670c4a13006ad

Former-commit-id: 9f71f971742bad82e16a687e39cc2517edb9d18e

    • -0
    • +1
    ./Core.Components.BruTile.IO/AsyncTileFetcher.cs
    • -0
    • +11
    ./Core.Components.BruTile.IO/Core.Components.BruTile.IO.csproj
    • -0
    • +103
    ./Core.Components.BruTile.IO/Properties/Resources.Designer.cs
    • -0
    • +126
    ./Core.Components.BruTile.IO/Properties/Resources.resx
    • -2
    • +1
    ./Core.Components.BruTile.IO/packages.config
    • -0
    • +1
    ./Core.Components.BruTile/Configurations/PersistentCacheConfiguration.cs
    • -0
    • +11
    ./Core.Components.BruTile/Core.Components.BruTile.csproj
    • -0
    • +160
    ./Core.Components.BruTile/Properties/Resources.Designer.cs
    • -0
    • +144
    ./Core.Components.BruTile/Properties/Resources.resx
    • -2
    • +1
    ./Core.Components.BruTile/packages.config
    • -95
    • +0
    ./Core.Components.DotSpatial/Properties/Resources.Designer.cs
  1. … 1 more file in changeset.
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.