Upgraded to PROJ 9.8.1 - #134
Conversation
|
Hi there; thanks for the massive effort; however there are two things to note;
|
| <groupId>io.github.emilevictor.neoproj4j</groupId> | ||
| <artifactId>neoproj4j-modules</artifactId> |
There was a problem hiding this comment.
@pomadchin , give me a moment - I have forked it in https://github.com/emilevictor/neoProj4J - will close this PR for the moment.
My plan is to develop there, integrate into the project that I'm working on, test, and then iterate with you guys until we are happy for it to actually get back to this repo. It is currently AI slop (albeit, with better results on the conformance testing than the main project), so this might take a bit of doing.
| @@ -1,22 +1,42 @@ | |||
| # Proj4J [](https://github.com/locationtech/proj4j/actions) [](https://search.maven.org/search?q=g:org.locationtech.proj4j%20AND%20a:proj4j) | |||
| # neoProj4J | |||
There was a problem hiding this comment.
mb this PR was intended for a different repo?
There was a problem hiding this comment.
Yes, for now I want to fork it and then work with you on potentially longer term getting it back in if we get it to a point we are happy with.
There was a problem hiding this comment.
I didn't intend to push to the main repo.
| <!-- Default is `master` alone. `main` is this repository's default branch, so | ||
| without it every build here would be X.Y.Z-main-SNAPSHOT. A clean X.Y.Z still | ||
| requires HEAD to be exactly an annotated vX.Y.Z tag. --> | ||
| <nonQualifierBranches>main,master</nonQualifierBranches> |
No description provided.