Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Fixed failing test Related to Issue [WTI-1143]

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

Former-commit-id: c80853a2323e4455b3c383637c82f74cdd1a3769

Former-commit-id: 61e52168a7eb96025176d3a6aef0f96f59c468bd

    • -1
    • +4
    ./Core.Components.DotSpatial.Forms/MapControl.cs
Modified MapControl such that it can handle a WellKnownTileSourceMapData Related to Issue [WTI-1143]

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

Former-commit-id: 8bf76aeeb8401e469e315c63d3ff42a6dedd23f4

Former-commit-id: 96306b1370d82d3b690a23d0238c393e261d8c1d

    • -1
    • +1
    ./Core.Components.DotSpatial.Forms/Core.Components.DotSpatial.Forms.csproj
    • -22
    • +66
    ./Core.Components.DotSpatial.Forms/MapControl.cs
    • -1
    • +1
    ./Core.Components.Gis.Forms/IMapControl.cs
Introduced factory for IBackgroundLayerStatus

Related to Issue [WTI-1143]

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

Former-commit-id: 0359b5c3278e19617a39d6a080d30623870dbe1a

Former-commit-id: 7801560059a44c79eb86ae119d20c2fc0ae825c7

    • -0
    • +59
    ./Core.Components.DotSpatial.Forms/BackgroundLayerStatusFactory.cs
    • -0
    • +1
    ./Core.Components.DotSpatial.Forms/Core.Components.DotSpatial.Forms.csproj
  1. … 2 more files in changeset.
Introduced WellKnownBackgroundLayerStatus Related to Issue [WTI-1143]

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

Former-commit-id: 2194d6359e040db6948cb891f71df84fe0378671

Former-commit-id: ed68ccd0cf4679cc91d0545c057a327bab50be37

    • -0
    • +1
    ./Core.Components.DotSpatial.Forms/Core.Components.DotSpatial.Forms.csproj
    • -0
    • +105
    ./Core.Components.DotSpatial.Forms/WellKnownBackgroundLayerStatus.cs
  1. … 3 more files in changeset.
Introduced interface for BackgroundLayerStatus Related to Issue [WTI-1143]

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

Former-commit-id: 1f534b23b9fdda68dabb023eb7e23884946f620c

Former-commit-id: 3700760dc76b5e78bca7c9ac28d76c30d61e7952

    • -0
    • +1
    ./Core.Components.DotSpatial.Forms/Core.Components.DotSpatial.Forms.csproj
    • -0
    • +71
    ./Core.Components.DotSpatial.Forms/IBackgroundLayerStatus.cs
    • -43
    • +27
    ./Core.Components.DotSpatial.Forms/WmtsBackgroundLayerStatus.cs
  1. … 1 more file in changeset.
Updated WellKnownTileSourceLayerConfiguration to support WellKnownTileSource in CreateInitializedConfiguration Related to Issue [WTI-1143]

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

Former-commit-id: 8a3571ac3d531293762af806ae4b6b1e8490935c

Former-commit-id: 59cabfdf62cd0d8d06d648c54a23c6fea2eea661

    • -0
    • +42
    ./Core.Components.BruTile/Configurations/WellKnownTileSourceLayerConfiguration.cs
  1. … 2 more files in changeset.
Deleted BackgroundMapDataContainer. Related to Issue [WTI-1141]

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

Former-commit-id: 879ee79f86b4bcc88b8d8e51d2f90dc29a6ffd9c

Former-commit-id: 781fe6bcc4e20b2946edf6d2b2a2223c1b2c98ac

    • -109
    • +0
    ./Core.Components.Gis/BackgroundMapDataContainer.cs
    • -1
    • +0
    ./Core.Components.Gis/Core.Components.Gis.csproj
  1. … 10 more files in changeset.
Fixed transparency rounding issue. Related to Issue [WTI-1141]

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

Former-commit-id: 0ffb624afcc46230a18d159f297a2757d509e61e

Former-commit-id: c862447abacfb54120c794cdfccd58b98f1355f2

    • -18
    • +3
    ./Core.Components.Gis/Data/ImageBasedMapData.cs
  1. … 7 more files in changeset.
Updated BackgroundMapDataSelectionDialog with WellKnownMapDataControl - Since MapControl cannot handle WellKnownMapData yet, selecting a WellKnownMapData will not update the view yet. Related to Issue [WTI-1142]

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

Former-commit-id: 3c95f3308a9ad383f07f9aec126cee944aa4ace2

Former-commit-id: a5c1fc919fcbd260b220052cae7dc99bca915a15

    • -16
    • +15
    ./Core.Components.Gis.Forms/Views/WellKnownMapDataControl.cs
  1. … 5 more files in changeset.
Merged revision(s) 8572, 8581, 8593, 8601, 8607, 8611, 8615, 8617, 8619, 8624-8625, 8627-8628, 8630-8631, 8633-8635, 8641-8643, 8647, 8649-8650 from branches/WTI-1141 Related to Issue [WTI-1141]

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

Former-commit-id: 1f8acde332b8f0093e5d9c93d5eba74d24692029

Former-commit-id: f63e245456af04dad5d1b878dac1101794edb8bd

    • -32
    • +3
    ./Core.Components.DotSpatial.Forms/MapControl.cs
    • -1
    • +1
    ./Core.Components.Gis.Forms/IMapControl.cs
  1. … 53 more files in changeset.
Removed background container property from MapControl

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

Former-commit-id: 6c01aa225acddb5303d9cc602072d9d986db0302

Former-commit-id: ee6fc7030423976df42de108c0036c4aa069b64e

    • -53
    • +1
    ./Core.Components.DotSpatial.Forms/MapControl.cs
    • -3
    • +1
    ./Core.Components.Gis.Forms/IMapControl.cs
  1. … 23 more files in changeset.
- 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.