Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
* 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.
* Textual changes * WmtsMapData.RemoveConfiguration now properly resets Name. Related to Issue [WTI-1086]

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

Former-commit-id: ba7032a4fa93705b6ed97b552e7164a18cd68996

Former-commit-id: cbba400abd36ac67d18ed3fcb7ba57e95d359acf

    • -0
    • +2
    ./Core.Components.Gis/Data/WmtsMapData.cs
  1. … 8 more files in changeset.
* License headers Related to Issue [WTI-1088]

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

Former-commit-id: 6ed8df4cb06e22b19ca03ec3a12f848b9b6604e1

Former-commit-id: 8866e00f2fc9baa74464fc914e82bbebbeec939b

    • -0
    • +22
    ./Core.Components.DotSpatial/app.config
    • -0
    • +22
    ./Core.Components.DotSpatial/packages.config
* Full functional coverage of Core.Components.DotSpatial.Layer.Brutile.TileFetching. * Removed sychronous mode from TileFetcher. * Renamed TileFetcher to AsyncTileFetcher. Related to Issue [WTI-1088]

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

Former-commit-id: 8f90c42a4d0c14434caf5dfbb919afc4093618be

Former-commit-id: 00835a04b769417abec9ac11afbcb452e8f4e7c4

    • -1
    • +12
    ./Core.Components.DotSpatial/Core.Components.DotSpatial.csproj
    • -0
    • +103
    ./Core.Components.DotSpatial/Properties/Resources.Designer.cs
    • -0
    • +107
    ./Core.Components.DotSpatial/Properties/Resources.resx
  1. … 5 more files in changeset.
* Renamed FileUtils to IOUtils and extended it with folder related validation methods. ** Defined DirectoryWriterErrorMessageBuilder to be used in validation message generation. * Extended MapControl with BackgroundMapData property. ** MapControl observes BackgroundMapData for changes. ** BackgroundMapData defines the coordinate system used, and will reprojet all other layers when needed. * Defined testing mocks for getting fake tile data, instead of requiring an internet connection for tests. * PipingFailureMechanismView makes use of the BackgroundMapData feature. Related to Issue [WTI-1088]

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

Former-commit-id: ebd8aca90052bb12a8d8167237267eb60e050684

Former-commit-id: 8a9624c64bec0ab4467267d9cbdbe12698bdff96

    • -0
    • +5
    ./Core.Components.DotSpatial.Forms/Core.Components.DotSpatial.Forms.csproj
    • -6
    • +150
    ./Core.Components.DotSpatial.Forms/MapControl.cs
    • -0
    • +4
    ./Core.Components.DotSpatial.Forms/packages.config
    • -0
    • +7
    ./Core.Components.DotSpatial/Core.Components.DotSpatial.csproj
    • -0
    • +5
    ./Core.Components.Gis.Forms/IMapControl.cs
    • -1
    • +1
    ./Core.Components.Gis.IO/Readers/ShapeFileReaderBase.cs
    • -1
    • +1
    ./Core.Components.Gis.IO/Writers/ShapeFileWriterBase.cs
    • -2
    • +14
    ./Core.Components.Gis/Data/WmtsMapData.cs
  1. … 51 more files in changeset.
Incorporated comments review 1423: - Added exception message to the ObservableTestAssessmentSectionStub to clarify the intention of the NotImplementedException: stub only mocks basic and Observable behaviour, the ChangeComposition behaviour should be substituted by a proper mock instead when it is needed. - Replaced ObservableTestAssessmentSectionStub with empty mocks in the failure mechanism views when applicable - Corrected typos and extended XMLDocs - Added assertion for IsVisible property of the BackgroundMapData in the tests AssessmentSection and AddNewDemoAssessmentSectionCommand for completeness Related to Issue [WTI-1085]

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

Former-commit-id: b2f501a9311883f64d72ffbb5c3efb24256adeef

Former-commit-id: 6760318ab45892ce1c18c5f6f1bcd3843d5d0031

    • -4
    • +4
    ./Core.Components.Gis/Data/WmtsMapData.cs
  1. … 15 more files in changeset.
* Fixed lib references. Related to Issue [WTI-1088]

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

Former-commit-id: 6bfed2e40e154d768281a2b218b343959e1cbbdf

Former-commit-id: de8b1e902cc12554f012b3cad34887bc4629dce6

    • -1
    • +1
    ./Core.Components.DotSpatial.Forms/Core.Components.DotSpatial.Forms.csproj
    • -1
    • +1
    ./Core.Components.DotSpatial/Core.Components.DotSpatial.csproj
  1. … 1 more file in changeset.
* Made FeatureBasedMapData aware of projections. ** Alls FeatureBasedMapData are assumed to be defined in RD-New coordinate system. * MapControl now also defines a coordinate system. ** Note: Assumed that MapControl's coordinate system does not change. Related to Issue [WTI-1088]

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

Former-commit-id: a9f09fecc6adbab6324e118f9ff2b3f20795a324

Former-commit-id: 37ec4fadb6c0b4833fca9b227c96cd9493b95ac8

    • -0
    • +4
    ./Core.Components.DotSpatial.Forms/Core.Components.DotSpatial.Forms.csproj
    • -2
    • +7
    ./Core.Components.DotSpatial.Forms/MapControl.cs
    • -3
    • +16
    ./Core.Components.DotSpatial/Converter/FeatureBasedMapDataConverter.cs
    • -1
    • +5
    ./Core.Components.DotSpatial/Core.Components.DotSpatial.csproj
    • -1
    • +1
    ./Core.Components.DotSpatial/Layer/FeatureBasedMapDataLayerFactory.cs
    • -0
    • +1
    ./Core.Components.DotSpatial/Layer/MapLineDataLayer.cs
    • -0
    • +2
    ./Core.Components.DotSpatial/Layer/MapPointDataLayer.cs
    • -0
    • +1
    ./Core.Components.DotSpatial/Layer/MapPolygonDataLayer.cs
    • -0
    • +44
    ./Core.Components.DotSpatial/MapDataConstants.cs
    • -3
    • +5
    ./Core.Components.Gis/Data/FeatureBasedMapData.cs
  1. … 7 more files in changeset.
* Updated WmtsMapData with required fields for reconstructing BruTile classes. * Updated PDOK background map as default for demo assessment sections. Related to Issue [WTI-1085]

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

Former-commit-id: 412fe390a569c10a541a2f6c7d6bb1c4e2a70189

Former-commit-id: 12fd7d2d9178aa2af4d49ba3d5cdf863dd2c623f

    • -13
    • +39
    ./Core.Components.Gis/Data/WmtsMapData.cs
  1. … 3 more files in changeset.