Skip to content

Commit 254ac0f

Browse files
committed
Rows, column, x's, y's!!
1 parent 0e2abca commit 254ac0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tilequeue/tile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def deserialize_coord(coord_string):
3434

3535

3636
def create_coord(x, y, z):
37-
return Coordinate(row=x, column=y, zoom=z)
37+
return Coordinate(row=y, column=x, zoom=z)
3838

3939

4040
def parse_expired_coord_string(coord_string):

0 commit comments

Comments
 (0)