-
Notifications
You must be signed in to change notification settings - Fork 481
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add an internal max plus code length to all OLC implementations #190
Comments
This was referenced Aug 31, 2018
zongweil
pushed a commit
that referenced
this issue
Sep 2, 2018
Maybe you want to reference PR #220 for the C implementation. |
This was referenced Nov 26, 2018
This was referenced Dec 5, 2018
This was referenced Feb 14, 2019
Merged
This was referenced Apr 22, 2019
#300 validates that this has been implemented in all languages (and fixes the last few remaining issues). |
Awesome! Marking this as closed. |
1 task
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As discussed in this thread, we will internally process a max of 15 digits when encoding/decoding plus codes. This provides ~1cm x 0.5cm precision and will prevent the underflow errors mentioned in #12.
Specifically, the following changes will be made:
This issue tracks the work of updating all the OLC libraries.
The text was updated successfully, but these errors were encountered: