Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: IeuanWalker/GeoUK
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.2.0
Choose a base ref
...
head repository: IeuanWalker/GeoUK
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.3.0
Choose a head ref
  • 2 commits
  • 2 files changed
  • 3 contributors

Commits on Jul 29, 2025

  1. Bump xunit.runner.visualstudio from 3.1.1 to 3.1.3 (#52)

    ---
    updated-dependencies:
    - dependency-name: xunit.runner.visualstudio
      dependency-version: 3.1.3
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 29, 2025
    Configuration menu
    Copy the full SHA
    be72e40 View commit details
    Browse the repository at this point in the history
  2. LatitudeLongitude from easting northing helper (#54)

    * Refactor LatitudeLongitude class and add conversion method
    
    Updated `LatitudeLongitude.cs` to include new using directives for `GeoUK.Ellipsoids` and `GeoUK.Projections`. The class structure has been improved for clarity, and a new static method `FromEastingNorthing` has been added to convert easting and northing coordinates to latitude and longitude using Cartesian transformations and projections.
    
    * Update GeoUK/Coordinates/LatitudeLongitude.cs
    
    Co-authored-by: Copilot <[email protected]>
    
    * Fix comment typo in LatitudeLongitude.cs
    
    Removed incorrect comment about ETRS89 and WGS84.
    No changes to functionality; transformation logic remains intact.
    
    ---------
    
    Co-authored-by: Copilot <[email protected]>
    IeuanWalker and Copilot authored Jul 29, 2025
    Configuration menu
    Copy the full SHA
    c58fac4 View commit details
    Browse the repository at this point in the history
Loading