diff --git a/analysers/Analyser_Merge.py b/analysers/Analyser_Merge.py index f78ca4a02..526c9fb12 100644 --- a/analysers/Analyser_Merge.py +++ b/analysers/Analyser_Merge.py @@ -944,7 +944,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] } )