We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e2abca commit 254ac0fCopy full SHA for 254ac0f
tilequeue/tile.py
@@ -34,7 +34,7 @@ def deserialize_coord(coord_string):
34
35
36
def create_coord(x, y, z):
37
- return Coordinate(row=x, column=y, zoom=z)
+ return Coordinate(row=y, column=x, zoom=z)
38
39
40
def parse_expired_coord_string(coord_string):
0 commit comments