Silvio Heuberger
Silvio Heuberger
Interesting question. I am preparing a release that includes all the outstanding PRs I can add without breaking too manz things.
Can you point me in the right direction of the datasource and the flavour of base16 they are using? If that is universally used and usefil, we could add an...
yeah, the question is whether it also uses some special characters easy for human reading as geohash base32 does. On Wed, May 20, 2020, 15:10 vinerich wrote: > If by...
@vinerich We can provide overloads of the methods that take an `EncodedAs` value, which can be `BASE32` or `BASE16/HEX` and then those methods can do what they need to. Then...
This is a great idea, I'll try to look into it.
I didn't really have the time to do this yet, but I'll gladly accept well tested PRs. :)
This seems to still be the case on jdk-11.
This is needed so that this library works with a new jdk/jre. Is this going anywhere?
I would suggest to start by looking at this: https://en.wikipedia.org/wiki/Geohash After that have a look at the tests of this library and most crucial methods should have ample javadoc comments....
I have the same problem, yet I can't fix it by importing the class. This is using gradle 2.7. I tried using both approaches that are published here: https://plugins.gradle.org/plugin/com.github.johnrengelman.processes Always...