google / open-location-code

Open Location Code is a library to generate short codes, called "plus codes", that can be used as digital addresses where street addresses don't exist.
https://plus.codes
Apache License 2.0
4.06k stars 471 forks source link

Resolve conflict regarding OLC shortening #479

Closed bocops closed 2 years ago

bocops commented 2 years ago

As has been noted in #462, there's a discrepancy between this file and the OLC specification regarding the number of digits that can be removed while shortening. This PR resolves this conflict in a minimally invasive way by referencing the specification instead of claiming a different value.

This resolves the aforementioned #462, which can then be closed. Please check if version number needs a patch-level bump due to this change.

bocops commented 2 years ago

PR has been ignored and solved another way.