Commit 1445f678 authored by Rafal's avatar Rafal

repair longitude

parent dba54a82
...@@ -29,6 +29,6 @@ class API(BaseAPI): ...@@ -29,6 +29,6 @@ class API(BaseAPI):
result['name'] = property['value'] result['name'] = property['value']
elif property['key'] == 'lat': elif property['key'] == 'lat':
result['latitude'] = property['value'] result['latitude'] = property['value']
elif property['key'] == 'lon': elif property['key'] == 'long':
result['longitude'] = property['value'] result['longitude'] = property['value']
return result return result
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment