Skip to content

Commit

Permalink
Use off fields in subclass on Analyser_Merge osm-fr#560
Browse files Browse the repository at this point in the history
  • Loading branch information
frodrigo committed Jul 15, 2019
1 parent 439bb21 commit 2f9182d
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 @@ -906,7 +906,7 @@ def analyser_osmosis_common(self):
if self.missing_official:
self.run(sql12, lambda res: {
"class": self.missing_official["class"],
"subclass": str(stablehash("%s%s"%(res[0],res[1]))),
"subclass": str(stablehash("%s%s%s"%(res[0],res[1],res[3]))),
"self": lambda r: [0]+r[1:],
"data": [self.node_new, self.positionAsText],
"text": self.mapping.generate.text(defaultdict(lambda:None,res[2]), defaultdict(lambda:None,res[3])),
Expand Down

0 comments on commit 2f9182d

Please sign in to comment.