Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
J
JoinTheCity
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Rafal
JoinTheCity
Commits
ea98c3e1
Commit
ea98c3e1
authored
Jan 17, 2016
by
Rafal
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
repair longitude
parent
1445f678
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
mapaUtrudnien.py
JoinTheCityREST/lib/api/mapaUtrudnien.py
+1
-1
No files found.
JoinTheCityREST/lib/api/mapaUtrudnien.py
View file @
ea98c3e1
...
@@ -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'
]
==
'l
o
ng'
:
elif
property
[
'key'
]
==
'lng'
:
result
[
'longitude'
]
=
property
[
'value'
]
result
[
'longitude'
]
=
property
[
'value'
]
return
result
return
result
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment