Skip to content

Commit

Permalink
added to/from on QuadKey
Browse files Browse the repository at this point in the history
  • Loading branch information
Buck Heroux authored and Buck Heroux committed Apr 21, 2014
1 parent cc89971 commit 092a2cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quadkey/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def to_tile(self):
return TileSystem.quadkey_to_tile(self.key)

def to_geo(self):
et = TileSystem.quadkey_to_tile(self.key)
ret = TileSystem.quadkey_to_tile(self.key)
tile = ret[0]
lvl = ret[1]
pixel = TileSystem.tile_to_pixel(tile)
Expand Down

0 comments on commit 092a2cd

Please sign in to comment.