Possible 'septkey' representation? #1080
ng-stephen
started this conversation in
Ideas
Replies: 1 comment 5 replies
-
|
That's basically what I was thinking would be possible with functions like What support would you be looking for beyond those functions? Some standardized string representation? That's something I'm less sure about (at least at this point in time). If that's it, can you say more about how or when that would be useful, or what you're missing from the functions listed above? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
By 'septkey' I mean the analogue of quadkey, but with digits 0-6 instead of 0-3.
Is it possible to support a string based representation for hex cells that is akin to google s2's quadkey representation '{BaseCellNumber}/{IndexDigit1}{IndexDigit2}{IndexDigit3}...'?
For example, '20/06434' as an alternate representation of '85283473fffffff'. This representation is effectively what gets fed into the
constructCellfunction. This would be very helpful for filtering in database applications. Thank you!Beta Was this translation helpful? Give feedback.
All reactions