Fix undef error
This commit is contained in:
parent
700ed671c0
commit
c1108109fe
1 changed files with 1 additions and 0 deletions
|
@ -943,6 +943,7 @@ class OsmConflator:
|
|||
# First match all objects with ref:whatever tag set
|
||||
count_ref = 0
|
||||
for k, p in list(self.osmdata.items()):
|
||||
ref = None
|
||||
if self.ref and self.ref in p.tags:
|
||||
ref = p.tags[self.ref]
|
||||
elif find_ref:
|
||||
|
|
Loading…
Add table
Reference in a new issue