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: locationtech/proj4j
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.2.3
Choose a base ref
...
head repository: locationtech/proj4j
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 13 commits
  • 19 files changed
  • 4 contributors

Commits on Jan 26, 2023

  1. 1.2.4-SNAPSHOT

    pomadchin committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    069dc85 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2023

  1. GH-89: initial support for NTv2 (#98)

    * GH-89: initial support for NTv2
    Signed-off-by:Bart Hanssens <[email protected]>
    
    * GH-89: formatting and use JDK8 method for skipping bytes
    Signed-off-by:Bart Hanssens <[email protected]>
    
    * GH-89: also support big-endian files
    Signed-off-by:Bart Hanssens <[email protected]>
    
    * GH-89: added test cases
    Signed-off-by:Bart Hanssens <[email protected]>
    barthanssens authored Mar 28, 2023
    Configuration menu
    Copy the full SHA
    96e395f View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2023

  1. Update CHANGELOG.md

    pomadchin authored Mar 29, 2023
    Configuration menu
    Copy the full SHA
    32ceb7b View commit details
    Browse the repository at this point in the history

Commits on May 25, 2023

  1. Parsing NTv2 Improvement (#99)

    * assign grids value to Datum for parsing nadgrid files
    
    * wrap resource stream for nadgrid file in BufferedInput to fix mark/reset not supported exception
    
    Signed-off-by: Elio Alvarado <[email protected]>
    ea23del authored May 25, 2023
    5 Configuration menu
    Copy the full SHA
    3680d16 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2023

  1. Upd CHANGELOG.md

    pomadchin committed May 31, 2023
    Configuration menu
    Copy the full SHA
    f855174 View commit details
    Browse the repository at this point in the history
  2. Release 1.3.0

    pomadchin committed May 31, 2023
    Configuration menu
    Copy the full SHA
    1fd7758 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c9da041 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2023

  1. Configuration menu
    Copy the full SHA
    bb3a8e4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7ac0a7c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f4cc278 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    49e04a0 View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2023

  1. Update README.md (#107)

    * Update README.md
    
    While trying to use this library in a Gradle project, I was running into the error "Unable to access CRS file: proj4/nad/epsg". I noticed the note for Maven projects to add the epsg dependency, so tried adding it to my Gradle dependencies and it solved the problem.
    
    * Update README.md
    
    Make Gradle section similar to Maven section
    samuelcregan17 authored Dec 24, 2023
    Configuration menu
    Copy the full SHA
    8f61332 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    pomadchin authored Dec 24, 2023
    Configuration menu
    Copy the full SHA
    b327b33 View commit details
    Browse the repository at this point in the history
Loading