-
Notifications
You must be signed in to change notification settings - Fork 61
Open
Labels
Description
I use the tile system class as documented here
This has been working well for years. However recently a bug was reported which boiled down to a lat lng of length x would generate a different key then asking for a key of length x+1.
This violates the rule that removing characters at the end gets you a key to a bigger tile that enconmpasses the smaller one.
I've added a sample test case that fails given the code that's on the page right now.
Reactions are currently unavailable