We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Longitudes outside the -180/180 range don't seem to be handled:
import mercantile bbox = mercantile.LngLatBbox(180, 0, 180+360, 1) list(mercantile.tiles(*bbox, 10) # [Tile(x=1023, y=509, z=10), Tile(x=1023, y=510, z=10), Tile(x=1023, y=511, z=10)]
Should they be translated back to -180/180 ?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Longitudes outside the -180/180 range don't seem to be handled:
Should they be translated back to -180/180 ?
The text was updated successfully, but these errors were encountered: