Skip to content
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

README.md mistake #12

Open
beyoung opened this issue Aug 25, 2016 · 0 comments · May be fixed by #15
Open

README.md mistake #12

beyoung opened this issue Aug 25, 2016 · 0 comments · May be fixed by #15

Comments

@beyoung
Copy link

beyoung commented Aug 25, 2016

import quadkey

# qk = quadkey.from_geo((-105, 40), 17)  
# the order of lng and lat is incorrect  
# the right order should be as follow
quadkey.from_geo(( 40, -105), 17)

print qk.key # => 02310101232121212 
assert qk.level is 17
tile = qk.to_tile() # => [(x, y), z]
muety referenced this issue in muety/pyquadkey2 Oct 7, 2019
Fix #12.
Increase max precision level to int64 limit.
@muety muety linked a pull request Oct 7, 2019 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant