src

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Removed ghost files => Files which were in the file system but not in the solution (with outdated namespaces causing Doxygen documentation to mess up)

Removed redundant test project for GeoApi

Related to Issue [WTI-92]

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

Former-commit-id: 0a92700795b5423624ac439b2b07837760fb637c

    • -8
    • +0
    ./Core.GIS.GeoAPI.Extensions/Feature/IFeatureCollection.cs
    • -3
    • +1
    ./Core.GIS.GeoAPI/Core.GIS.GeoAPI.csproj
    • binary
    ./Core.GIS.GeoAPI/vpproject/GeoAPI.vpp
    • -102
    • +0
    ./Core.GIS.NetTopologySuite/IO/ShapeGeometryTypes.cs
  1. … 103 more files in changeset.
removed timer and other irrelevant fields and comments. Enabling map in the project. Related to Issue [WTI-111]

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

Former-commit-id: a291e981a35ddab1abb37e6dc19f0c86940f9135

    • -145
    • +13
    ./Core.GIS.SharpMap.UI/Forms/MapControl.cs
  1. … 1 more file in changeset.
Improved namespace of GeoAPI projects Related to Issue [WTI-92]

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

Former-commit-id: 423c883390cc12549f93b158050afa68f14415a1

    • -2
    • +2
    ./Core.GIS.GeoAPI.Extensions/Core.GIS.GeoAPI.Extensions.csproj
    • -1
    • +1
    ./Core.GIS.GeoAPI.Extensions/Feature/FeatureAttributeAttribute.cs
    • -1
    • +1
    ./Core.GIS.GeoAPI.Extensions/Feature/IFeatureAttributeCollection.cs
  1. … 346 more files in changeset.
Improved namespace of GeoAPI projects Related to Issue [WTI-92]

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

Former-commit-id: 374e068ce9256ad26c586bdcda326a6f24a18886

    • -2
    • +2
    ./Core.GIS.GeoAPI.Extensions/Core.GIS.GeoAPI.Extensions.csproj
    • -1
    • +1
    ./Core.GIS.GeoAPI.Extensions/Feature/FeatureAttributeAttribute.cs
    • -1
    • +1
    ./Core.GIS.GeoAPI.Extensions/Feature/IFeatureAttributeCollection.cs
  1. … 345 more files in changeset.
Merged revision(s) from branches/0.5.0.0461: Related to Issue [WTI-92]

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

Former-commit-id: c77f919dd86664474244af27a39295d55589d0ab

    • -0
    • +121
    ./Core.GIS.GeoAPI.Extensions/Core.GIS.GeoAPI.Extensions.csproj
    • -0
    • +33
    ./Core.GIS.GeoAPI.Extensions/Feature/FeatureAttributeAttribute.cs
    • -0
    • +12
    ./Core.GIS.GeoAPI.Extensions/Feature/IFeature.cs
    • -0
    • +7
    ./Core.GIS.GeoAPI.Extensions/Feature/IFeatureAttributeCollection.cs
    • -0
    • +8
    ./Core.GIS.GeoAPI.Extensions/Feature/IFeatureCollection.cs
    • -0
    • +6
    ./Core.GIS.GeoAPI.Extensions/Properties/AssemblyInfo.cs
    • -0
    • +72
    ./Core.GIS.GeoAPI/CoordinateSystems/AxisInfo.cs
    • -0
    • +39
    ./Core.GIS.GeoAPI/CoordinateSystems/ICompoundCoordinateSystem.cs
    • -0
    • +228
    ./Core.GIS.GeoAPI/CoordinateSystems/ICoordinateSystemFactory.cs
    • -0
    • +40
    ./Core.GIS.GeoAPI/CoordinateSystems/IDatum.cs
  1. … 4825 more files in changeset.
Merged revision(s) 499 from trunk/src/Common/SharpMap.UI: It is fast enough to call filtering upon every key press. Takes less 2% of CPU to refresh. If it is considered not fast enough - call it via invalidate->onPaint() Related to Issue WTI-107 ........

Related to Issue [WTI-92]

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

Former-commit-id: 078bd4b68ab55d924b118d338d6a254691e12d69

    • -51
    • +39
    ./Core.GIS.SharpMap.UI/Forms/SelectCoordinateSystemDialog.cs
Fixed failing tests Related to Issue [WTI-92]

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

Former-commit-id: c898e4f296560e0c84b926d4fdb4d89506857902

    • -1
    • +1
    ./Core.GIS.SharpMap/Layers/VectorLayer.cs
    • -1
    • +1
    ./Core.GIS.SharpMap/Web/Wms/Capabilities.cs
  1. … 1 more file in changeset.
- Some Tests still fail due to an incorrect path of the test data - Initializer of *Core.GIS.SharpMap.Layers.VectorLayer* is malfunctioning and throws an *System.TypeInitializationException* exception - Test-data for piping still needs to be moved Related to Issue [WTI-92]

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

Former-commit-id: 4288eaaa1d5f5d7892a7c15d59c3e4747e8e8471

    • -1
    • +3
    ./Core.GIS.SharpMap.Extensions/Core.GIS.SharpMap.Extensions.csproj
    • -1
    • +1
    ./Core.GIS.SharpMap.Extensions/GdalConfiguration.cs
  1. … 578 more files in changeset.
Solution can be build without errors after namespace changes no ReSharper errors Application starts without exceptions

- Tests still fail

Related to Issue [WTI-92]

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

Former-commit-id: a5540d3d78e84e30cd01386079acf236e151b38a

    • -1
    • +1
    ./Core.GIS.NetTopologySuite.Extensions/Properties/Resources.Designer.cs
    • -1
    • +1
    ./Core.GIS.SharpMap.Extensions/Properties/Resources.Designer.cs
  1. … 57 more files in changeset.
Solution can be build without errors after namespace changes - NOTE: Resharper still has 21 errors Related to Issue [WTI-92]

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

Former-commit-id: 5812111d2fd060d5e55769d7204ebe52cecb945e

    • -1
    • +1
    ./Core.GIS.GeoAPI.Extensions/Feature/FeatureAttributeAttribute.cs
    • -1
    • +1
    ./Core.GIS.GeoAPI.Extensions/Feature/IFeatureAttributeCollection.cs
  1. … 1167 more files in changeset.
- Deleted old files - Fixed invalid paths Related to Issue [WTI-92]

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

Former-commit-id: d68bd6dc6c2f5177419234c83b04bcc5ffcfda11

    • -0
    • +6
    ./Core.GIS.NetTopologySuite/Core.GIS.NetTopologySuite.csproj
  1. … 15 more files in changeset.
- Moved almost all projects to their new location Only test projects remain Related to Issue [WTI-92]

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

Former-commit-id: c185e6c39ddf027192b7941455855a3cebac9cfc

    • -0
    • +121
    ./Core.GIS.GeoAPI.Extensions/Core.GIS.GeoAPI.Extensions.csproj
    • -0
    • +33
    ./Core.GIS.GeoAPI.Extensions/Feature/FeatureAttributeAttribute.cs
    • -0
    • +12
    ./Core.GIS.GeoAPI.Extensions/Feature/IFeature.cs
    • -0
    • +7
    ./Core.GIS.GeoAPI.Extensions/Feature/IFeatureAttributeCollection.cs
    • -0
    • +8
    ./Core.GIS.GeoAPI.Extensions/Feature/IFeatureCollection.cs
    • -0
    • +6
    ./Core.GIS.GeoAPI.Extensions/Properties/AssemblyInfo.cs
    • -0
    • +72
    ./Core.GIS.GeoAPI/CoordinateSystems/AxisInfo.cs
    • -0
    • +39
    ./Core.GIS.GeoAPI/CoordinateSystems/ICompoundCoordinateSystem.cs
    • -0
    • +228
    ./Core.GIS.GeoAPI/CoordinateSystems/ICoordinateSystemFactory.cs
    • -0
    • +40
    ./Core.GIS.GeoAPI/CoordinateSystems/IDatum.cs
  1. … 3994 more files in changeset.