Skip to content

Commit

Permalink
latititude spelling fix
Browse files Browse the repository at this point in the history
  • Loading branch information
U-NORTHAMERICA\taheroux authored and U-NORTHAMERICA\taheroux committed Mar 6, 2014
1 parent 156974a commit 02e9518
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 @@ -7,7 +7,7 @@ def __init__(self, geo, level):
# assert lat, lon and level are valid
self.key = QuadKey.get_quadkey(geo, level)
self.geo = geo
self.latititude = geo[0]
self.latitude = geo[0]
self.longitude = geo[1]
self.level = level

Expand Down

0 comments on commit 02e9518

Please sign in to comment.