From 585b203a4f69e23b4c8fd9cd0d5518b289829dfd Mon Sep 17 00:00:00 2001 From: Al Date: Sun, 18 Dec 2016 15:32:09 -0500 Subject: [PATCH] [fix] /props/attrs/ --- scripts/geodata/neighborhoods/reverse_geocode.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/geodata/neighborhoods/reverse_geocode.py b/scripts/geodata/neighborhoods/reverse_geocode.py index fe7afe07..b9c2d6fa 100644 --- a/scripts/geodata/neighborhoods/reverse_geocode.py +++ b/scripts/geodata/neighborhoods/reverse_geocode.py @@ -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: