locationtech / proj4j

Java port of the Proj.4 library for coordinate reprojection
Other
181 stars 71 forks source link

Update README.md #107

Closed samuelcregan17 closed 6 months ago

samuelcregan17 commented 6 months ago

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.

pomadchin commented 6 months ago

Hi @samuelcregan17, could you sign ECA to make Eclipse ECA Validator happy?

Also wondering, could you refactor it to make it looks similar to the maven description? https://github.com/locationtech/proj4j?tab=readme-ov-file#proj4j-epsg

samuelcregan17 commented 6 months ago

@pomadchin I signed the ECA and made those changes. Is this what you had in mind?

pomadchin commented 6 months ago

@samuelcregan17 thanks!