Commit ea98c3e1 authored by Rafal's avatar Rafal

repair longitude

parent 1445f678
......@@ -29,6 +29,6 @@ class API(BaseAPI):
result['name'] = property['value']
elif property['key'] == 'lat':
result['latitude'] = property['value']
elif property['key'] == 'long':
elif property['key'] == 'lng':
result['longitude'] = property['value']
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