Core.GIS.SharpMap

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Renamed all variables, classes, folders from delta*shell to Ringtoets. - Still todo: rename all references in the resources

- Found out that tests were not running properly, because the shape file could not be loaded (incorrect path)

Discussed with Elmar. We decided to throw an Exception when the shapeFile could not be found. Hence, that change is also committed under this issue

Related to Issue [WTI-93]

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

Former-commit-id: d848bd9ce28a5bdc3a59bd003afa36c26ca8c7e4

  1. … 67 more files in changeset.
Removed usage of Aggregation attribute Related to Issue [WTI-91]

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

Former-commit-id: 468b2784143e98ae265a9bb08c4a21f8de7ed8d7

  1. … 6 more files in changeset.
Removed WmsLayer Related to Issue [WTI-63]

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

Former-commit-id: e340ba5c908bfedbc1096c851fd17657027bd225

  1. … 9 more files in changeset.
- Cleanup of references - ReSharper renamed Api to API - Renamed IntegrationTests to Integration.Tests - Fixed last .cd files - Fixed AssemblyInfo to Core.Common Related to Issue [WTI-92]

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

Former-commit-id: 1fa8ee25f87310334b0516cf3a6e9c7d1b114ac1

  1. … 63 more files in changeset.
- Moved IApplication - Moved ApplicationPlugin - Refreshed references - repository added for base.test

- Renamed namespace GIS to Gis (automatically done by ReSharper)

- Fixed test that sometimes failed (probably due to a race condition on the file system)

- Removed redundant empty statements

- Removed reference (in XML) to undefined method

Related to Issue [WTI-120]

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

Former-commit-id: b0df258e39a0dc7729c014683d70c3ed160a822f

  1. … 205 more files in changeset.
trivial implementation of Observer. Observer is used as the base class for the map and layer. Related to Issue [WTI-111]

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

Former-commit-id: aef5135d2fed61aec22e09191089d57a6ff3a0b4

  1. … 19 more files in changeset.
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

    • -37
    • +0
    ./Editors/Snapping/SnapStrategies.cs
  1. … 115 more files 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

    • -1
    • +1
    ./Converters/Geometries/GeometryFactory.cs
    • -3
    • +3
    ./CoordinateSystems/CoordinateSystemValidator.cs
    • -1
    • +1
    ./Data/FeatureDataRowAttributeAccessor.cs
    • -1
    • +1
    ./Editors/FallOff/LinearFallOffPolicy.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

    • -1
    • +1
    ./Converters/Geometries/GeometryFactory.cs
    • -3
    • +3
    ./CoordinateSystems/CoordinateSystemValidator.cs
    • -1
    • +1
    ./Data/FeatureDataRowAttributeAccessor.cs
    • -1
    • +1
    ./Editors/FallOff/LinearFallOffPolicy.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
    • +102
    ./Converters/Geometries/GeometryFactory.cs
    • -0
    • +324
    ./Converters/WellKnownBinary/GeometryFromWKB.cs
    • -0
    • +43
    ./Converters/WellKnownBinary/WKBByteOrder.cs
    • -0
    • +53
    ./Converters/WellKnownBinary/WKBGeometryType.cs
    • -0
    • +443
    ./Converters/WellKnownText/GeometryFromWKT.cs
    • -0
    • +319
    ./Converters/WellKnownText/StreamTokenizer.cs
    • -0
    • +79
    ./Converters/WellKnownText/TokenType.cs
    • -0
    • +199
    ./CoordinateSystems/CoordinateSystemValidator.cs
    • -0
    • +31
    ./CoordinateSystems/Transformations/CoordinateTransformationException.cs
    • -0
    • +313
    ./CoordinateSystems/Transformations/GeometryTransform.cs
    • -0
    • +313
    ./Core.GIS.SharpMap.csproj
    • -0
    • +107
    ./Data/FeatureDataRow.cs
    • -0
    • +177
    ./Data/FeatureDataRowAttributeAccessor.cs
  1. … 4825 more files in changeset.
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 more file 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. … 60 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

    • -6
    • +5
    ./Converters/Geometries/GeometryFactory.cs
    • -1
    • +1
    ./Converters/WellKnownText/TokenType.cs
    • -6
    • +6
    ./CoordinateSystems/CoordinateSystemValidator.cs
    • -2
    • +2
    ./Data/FeatureDataRowAttributeAccessor.cs
  1. … 1167 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
    • +103
    ./Converters/Geometries/GeometryFactory.cs
    • -0
    • +324
    ./Converters/WellKnownBinary/GeometryFromWKB.cs
    • -0
    • +43
    ./Converters/WellKnownBinary/WKBByteOrder.cs
    • -0
    • +53
    ./Converters/WellKnownBinary/WKBGeometryType.cs
    • -0
    • +443
    ./Converters/WellKnownText/GeometryFromWKT.cs
    • -0
    • +319
    ./Converters/WellKnownText/StreamTokenizer.cs
    • -0
    • +79
    ./Converters/WellKnownText/TokenType.cs
    • -0
    • +199
    ./CoordinateSystems/CoordinateSystemValidator.cs
    • -0
    • +31
    ./CoordinateSystems/Transformations/CoordinateTransformationException.cs
    • -0
    • +312
    ./CoordinateSystems/Transformations/GeometryTransform.cs
    • -0
    • +313
    ./Core.GIS.SharpMap.csproj
    • -0
    • +107
    ./Data/FeatureDataRow.cs
    • -0
    • +177
    ./Data/FeatureDataRowAttributeAccessor.cs
  1. … 3994 more files in changeset.