Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- Added property to MapControl to store background map data on. - Implemented methods in factory to get the right map data. - Implemented new structure in AssessmentSectionView

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

Former-commit-id: 281a648fd563f99dc43d66d982cef9acfd8e3909

Former-commit-id: b2334458cb7f9e3d3d5af750a8ccef4453241e16

    • -0
    • +23
    ./Core.Components.DotSpatial.Forms/MapControl.cs
    • -0
    • +2
    ./Core.Components.Gis.Forms/IMapControl.cs
  1. … 3 more files in changeset.
Added control for selecting WellKnownMapData Related to Issue [WTI-1042]

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

Former-commit-id: 98d75a3f5466a311763f7f07be663d85808181bd

Former-commit-id: fda752b19133caf351f4ea6630f7664fb477fc27

    • -0
    • +9
    ./Core.Components.Gis.Forms/Core.Components.Gis.Forms.csproj
    • -0
    • +18
    ./Core.Components.Gis.Forms/Properties/Resources.Designer.cs
    • -2
    • +2
    ./Core.Components.Gis.Forms/Views/IBackgroundMapDataSelectionControl.cs
    • -0
    • +79
    ./Core.Components.Gis.Forms/Views/WellKnownMapDataControl.Designer.cs
    • -0
    • +131
    ./Core.Components.Gis.Forms/Views/WellKnownMapDataControl.cs
    • -0
    • +120
    ./Core.Components.Gis.Forms/Views/WellKnownMapDataControl.resx
    • -1
    • +1
    ./Core.Components.Gis.Forms/Views/WmtsLocationControl.cs
  1. … 4 more files in changeset.
Prevented irrelevant capabilities connection Related to Issue [WTI-1091]

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

Former-commit-id: f0679304bad124ac7427813f52b925812f6cc786

Former-commit-id: 4444446bd64899db00588ed9e7f2169e0fbc3f3b

    • -5
    • +13
    ./Core.Components.Gis.Forms/Views/WmtsLocationControl.cs
Updated XMLdoc paired with tangerma Related to Issue [WTI-1088]

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

Former-commit-id: ad54e1b16edd1e7efd3bec3685ce728f887a1bf3

Former-commit-id: 663acb58626d296c5437c2dcda962c20841793f1

    • -2
    • +2
    ./Core.Components.BruTile.IO/AsyncTileFetcher.cs
    • -2
    • +2
    ./Core.Components.BruTile.IO/ITileFetcher.cs
Changes related to suggestions by tester Related to Issue [WTI-1091]

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

Former-commit-id: 2e894a482df4d92cfaea3d1779a7f0e39723c992

Former-commit-id: 00328f83193d7c20b1ae6d9630340b1f3a619039

    • -11
    • +32
    ./Core.Components.Gis.Forms/Properties/Resources.Designer.cs
    • -1
    • +0
    ./Core.Components.Gis.Forms/Views/WmtsConnectionDialog.cs
    • -5
    • +5
    ./Core.Components.Gis.Forms/Views/WmtsConnectionDialog.resx
    • -6
    • +4
    ./Core.Components.Gis.Forms/Views/WmtsLocationControl.cs
    • -1
    • +7
    ./Core.Components.Gis.IO/Writers/WmtsConnectionInfoWriter.cs
  1. … 6 more files in changeset.
Fixed bug where ComboBox lost DisplayMember Related to Issue [WTI-1091]

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

Former-commit-id: 6546939f9ebc743181f94df4655861e726cb314c

Former-commit-id: efe6e9a1ea5346e91583db30269fa2e5741199be

    • -1
    • +1
    ./Core.Components.Gis.Forms/Views/WmtsLocationControl.Designer.cs
    • -11
    • +22
    ./Core.Components.Gis.Forms/Views/WmtsLocationControl.cs
    • -1
    • +1
    ./Core.Components.Gis.Forms/Views/WmtsLocationControl.resx
  1. … 1 more file in changeset.
Changes after review. Related to Issue [WTI-1088]

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

Former-commit-id: bdd214e771d8d1ce4ba5797ec2810da2e2193725

Former-commit-id: 777e75de808cba9a3dced9584165fa0e1042ff4a

    • -1
    • +0
    ./Core.Components.BruTile.Forms/Core.Components.BruTile.Forms.csproj
    • -33
    • +0
    ./Core.Components.BruTile.Forms/app.config
    • -0
    • +8
    ./Core.Components.BruTile.IO/AsyncTileFetcher.cs
    • -0
    • +2
    ./Core.Components.BruTile.IO/ITileFetcher.cs
    • -5
    • +12
    ./Core.Components.BruTile/Configurations/PersistentCacheConfiguration.cs
    • -5
    • +19
    ./Core.Components.BruTile/FileCacheManager.cs
    • -30
    • +0
    ./Core.Components.DotSpatial.Forms/Core.Components.DotSpatial.Forms.csproj
    • -1
    • +0
    ./Core.Components.DotSpatial.Forms/packages.config
    • -17
    • +0
    ./Core.Components.DotSpatial/Core.Components.DotSpatial.csproj
    • -2
    • +0
    ./Core.Components.DotSpatial/packages.config
  1. … 3 more files in changeset.
Changes after review. Related to Issue [WTI-1091]

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

Former-commit-id: 898f4c366051c78118144406d93814a5aad94fd9

Former-commit-id: 5bdc44f829e493aa122aee5ed5c73c5acda4d8e8

    • -0
    • +2
    ./Core.Components.BruTile/Configurations/PersistentCacheConfiguration.cs
  1. … 2 more files in changeset.
Changed minExt in DotSpatialMap to fix exception when zooming in too far. Related to Issue [WTI-1088]

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

Former-commit-id: 8e03be4af45db6f59bf2c2ef0f3001da0eafd9d5

Former-commit-id: 456c17f16c708f21c3cb70ea3e24370eb2736379

    • -4
    • +4
    ./Core.Components.DotSpatial.Forms/DotSpatialMap.cs
  1. … 1 more file in changeset.
Fixed exception when cached tile is in use. Related to Issue [WTI-1088]

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

Former-commit-id: ede948351d7ed16013fd8608effa54a6bf8d7918

Former-commit-id: 7d04a6b39dd189ea8e265d5b38fe134507ef2690

    • -3
    • +11
    ./Core.Components.BruTile.IO/AsyncTileFetcher.cs
  1. … 1 more file in changeset.
Introduced FileCacheManager so we have one file cache per file path. Related to Issue [WTI-1088]

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

Former-commit-id: a13b4a93403958cccef05b4d03184899e9256021

Former-commit-id: b157981297ba7066d88d57ecf7ab9be34e3a2a76

    • -3
    • +9
    ./Core.Components.BruTile/Configurations/PersistentCacheConfiguration.cs
    • -0
    • +1
    ./Core.Components.BruTile/Core.Components.BruTile.csproj
    • -0
    • +146
    ./Core.Components.BruTile/FileCacheManager.cs
  1. … 3 more files in changeset.
Fix double imports of sqlite core Related to Issue [WTI-1088]

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

Former-commit-id: 589a6953cb43b70583764ba2e30e59d99b704966

Former-commit-id: 67540cbf9501ad5e02d743214c61dfab44339063

    • -3
    • +0
    ./Core.Components.BruTile.IO/Core.Components.BruTile.IO.csproj
    • -3
    • +0
    ./Core.Components.BruTile/Core.Components.BruTile.csproj
  1. … 1 more file in changeset.
Removed unused resources folder and contents. Related to Issue [WTI-1088]

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

Former-commit-id: 59c43d4c016971917eae68de77a6b3251cac6386

Former-commit-id: b60dbabb6c1db1035bb59c25b7e35e6b42c7b72d

    • -3
    • +0
    ./Core.Components.Gis/Core.Components.Gis.csproj
Review suggestion - Removed WmtsCapabilityRow.cs Related to Issue [WTI-1091]

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

Former-commit-id: 382a8757d8856f2f0fdf0b0fd25ab5a144a8cbad

Former-commit-id: 5dafe7d42b17a3357cfc7ac265ad8707136d698a

    • -1
    • +0
    ./Core.Components.Gis.Forms/Core.Components.Gis.Forms.csproj
    • -95
    • +0
    ./Core.Components.Gis.Forms/Views/WmtsCapabilityRow.cs
    • -16
    • +16
    ./Core.Components.Gis.Forms/Views/WmtsLocationControl.cs
  1. … 3 more files in changeset.
Review suggestion - Better initializer of WmtsLocationControl Related to Issue [WTI-1091]

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

Former-commit-id: 3639aaaf8700c6788c9db1e596147d253f83347e

Former-commit-id: 4fdac9ad55704b0e3d062a458ed9231f8f48a6a2

    • -6
    • +13
    ./Core.Components.Gis.Forms/Views/WmtsLocationControl.Designer.cs
    • -54
    • +38
    ./Core.Components.Gis.Forms/Views/WmtsLocationControl.cs
    • -3
    • +3
    ./Core.Components.Gis.Forms/Views/WmtsLocationControl.resx
  1. … 2 more files in changeset.
Performed cleanup Related to Issue [WTI-1088]

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

Former-commit-id: 447287503606433907ce1cb538dfd089d3783def

Former-commit-id: 6892c4e629936da073ecae8d9db836e4c032e02f

    • -3
    • +4
    ./Core.Components.BruTile/Configurations/WellKnownTileSourceLayerConfiguration.cs
    • -1
    • +1
    ./Core.Components.Gis.Forms/Views/WmtsConnectionDialog.cs
    • -1
    • +1
    ./Core.Components.Gis.IO/Readers/WmtsConnectionInfoReader.cs
  1. … 1 more file in changeset.
Fixed sqlite versioning for BruTile projects. Related to Issue [WTI-1088]

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

Former-commit-id: f2023936e6e5ca43d3c88e87e0983011656f4940

Former-commit-id: c7b45e6b5d8ae3f1fa323d689bd7314a9bf3ff63

    • -0
    • +1
    ./Core.Components.BruTile.Forms/Core.Components.BruTile.Forms.csproj
    • -0
    • +33
    ./Core.Components.BruTile.Forms/app.config
    • -4
    • +5
    ./Core.Components.BruTile.IO/Core.Components.BruTile.IO.csproj
    • -2
    • +3
    ./Core.Components.BruTile.IO/packages.config
    • -4
    • +8
    ./Core.Components.BruTile/Core.Components.BruTile.csproj
    • -0
    • +33
    ./Core.Components.BruTile/app.config
    • -2
    • +3
    ./Core.Components.BruTile/packages.config
  1. … 4 more files in changeset.
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.