Checkout
 

adriaans in D-SoilModel

Added GPL license header to new class

Related to Issue [DSB-833]

Actual deletion of DeltaModel.dll from lib folder

Related to Issue [DSB-833]

    • binary
    /lib/Deltares/Deltares.DeltaModel.pdb
    • binary
    /lib/Deltares/Deltares.DeltaModel.dll
Updated the Wix setup scripts to reflect what is actually being built on the build server

Related to Issue [DSB-833]

    • -31
    • +15
    /src/Deltares.DSoilModel.Setup/WtiSos.wxs
Removed Deltamodel.dll as it was incompatible with current DLL, replaced by a dedicated factory for importing soilsgments

Related to Issue [DSB-833]

Changed the implementation of DSB-660 a bit to make the referentielijn selectable and solve performance issue as side-effect

Related to Issue [DSB-815]

replace double.Epsilon by GeometryConstants.Accuracy as requested by John

Related to Issue [DSB-815]

Disabled editing of characteristic points in geometry editor, not unit testable !

Related to Issue [DSB-658]

Added unit test for opening Testproject.Soil with no map background selected, added "unexpected" to error message

Related to Issue [DSB-792]

Prevent unhandled exception in mapeditor logic when no web layer is used and user opens project.

Added try..catch just in case other exceptions occur here as these would be unhandled, crashing the application

Related to Issue [DSB-792]

Fixed a problem with labels of the friction axis and increased label font size a bit

Related to Issue [DSB-647]

Fixed failing CptControl test ("maaiveld" was renamed to "Z")

Related to Issue [DSB-601]

Change the number format foir Soil.PermeabKx to F10 to support piping calculations

Related to Issue [DSB-760]

Improved the Display of ConepenetrationTestData as requested by Virginie

Related to Issue [DSB-601]

Technical documentation build #718.1024 comitted to SVN

Related to Issue [DSB-620]

    • too large
    /doc/D-Soil Model - Technical Documentation.pdf
Boring: made fields BoringType and AvailableEntries invisible.

Related to Issue [DSB-604]

Adjusted number format for all numeric fields of Boring & BoringLayer, refactored unit test a bit.

Related to Issue [DSB-604]

Boring: columns "Bovenkant" en "Vast horizontaal niveau" have been made invisible

Related to Issue [DSB-604]

Related to Issue [DSB-604]

Change default map to PDOK !

Related to Issue [DSB-726]

set unit test to explicit as we have no time for hanging builds now !

Related to Issue [DSB-715]

Hidden the data void related fields which are not relevant to the user (voids have been imported as NaN values

Related to Issue [DSB-604]

set unit test to ignore to see which one is hanging the build.....

Related to Issue [DSB-645]

Trying to fix memory leak in unit tests

Related to Issue [DSB-715]

Reverted unintentional commit of gdb file, put recent unit test to work in progress as the currents builds are timing out....

Related to Issue [DSB-715]

    • binary
    /data/D-Soil Model/Groot Salland.gdb
Removed commented out code, we can recover by finding this issue ;-)

Related to Issue [DSB-709]

Hide the import old database options and add MGeobase * GDB to the file filter for importing materials

Related to Issue [DSB-715]

    • binary
    /data/D-Soil Model/Groot Salland.gdb
Removed a bit of dead code, the only SoilBase class used in D-SoilModel is GeoDatabase

Related to Issue [DSB-715]

After selecting a CPT or Boring, in the geometryeditor context menu delete (verwijder) is disabled via context as CPT's and Borings are read-only objects than can be deleted only from the main Tables.

Related to Issue [DSB-645]

Commented out code related to display of soil profiles on map, as we might want to enable that code again after the WTI release

Related to Issue [DSB-709]

Fixed failing test related to validation

Related to Issue [DSB-668]