Skip to content

Commit

Permalink
Fix Avoid duplicate issues in Analyser_Merge osm-fr#560
Browse files Browse the repository at this point in the history
  • Loading branch information
frodrigo committed Sep 9, 2019
1 parent f8c90e0 commit ad662a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion analysers/Analyser_Merge.py
Original file line number Diff line number Diff line change
Expand Up @@ -945,7 +945,7 @@ def analyser_osmosis_common(self):
# Invalid OSM
self.run(sql23 % {"official": table, "joinClause": joinClause}, lambda res: {
"class": self.missing_osm["class"],
"subclass": str(stablehash(res[4])) if self.mapping.osmRef != "NULL" else None,
"subclass": str(stablehash(res[5])) if self.mapping.osmRef != "NULL" else None,
"data": [self.typeMapping[res[1]], None, self.positionAsText]
} )

Expand Down

0 comments on commit ad662a9

Please sign in to comment.