Skip to content

Commit

Permalink
Rows, column, x's, y's!!
Browse files Browse the repository at this point in the history
  • Loading branch information
iandees committed Mar 21, 2017
1 parent 0e2abca commit 254ac0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tilequeue/tile.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def deserialize_coord(coord_string):


def create_coord(x, y, z):
return Coordinate(row=x, column=y, zoom=z)
return Coordinate(row=y, column=x, zoom=z)


def parse_expired_coord_string(coord_string):
Expand Down

0 comments on commit 254ac0f

Please sign in to comment.