[fix] /props/attrs/

This commit is contained in:
Al
2016-12-18 15:32:09 -05:00
parent 82b26117aa
commit 585b203a4f

View File

@@ -393,7 +393,7 @@ class NeighborhoodReverseGeocoder(RTreePolygonIndex):
continue
containing_ids = [(boundary['type'], boundary['id']) for boundary in existing_osm_boundaries]
component = osm_address_components.component_from_properties(country, props, containing=containing_ids)
component = osm_address_components.component_from_properties(country, attrs, containing=containing_ids)
attrs['component'] = component
if idx is cth: