[fix] var name for place tags coming from the admin rtree

This commit is contained in:
Al
2016-08-15 10:25:19 -04:00
parent 5cff7b85bd
commit aa6b9cd858

View File

@@ -982,7 +982,7 @@ class OSMAddressFormatter(object):
if i % 1000 == 0 and i > 0:
print('did {} formatted places'.format(i))
for props, poly in iter(self.components.osm_admin_rtree):
for tags, poly in iter(self.components.osm_admin_rtree):
try:
point = poly.context.representative_point()
except ValueError: