Skip to content

Commit

Permalink
Merge pull request #195 from nrjadkry/fixes
Browse files Browse the repository at this point in the history
Fixes
  • Loading branch information
robsavoye authored Oct 2, 2023
2 parents 29b5069 + 0310333 commit d839d11
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions osm_fieldwork/json2osm.py
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,9 @@ def parse(self,
lon = v[0]
tags['geometry'] = f"{lat} {lon}"
continue
if key == "xlocation":
tags["geometry"] = v
continue
tags[key] = v
total.append(tags)

Expand Down

0 comments on commit d839d11

Please sign in to comment.