[addresses] removing place_type override requirement from the neighborhoods index (NYC boroughs, etc.)

This commit is contained in:
Al
2016-12-14 02:16:57 -05:00
parent 09f808ca47
commit 5846943b70

View File

@@ -968,7 +968,7 @@ class AddressComponents(object):
key, raw_key = self.pick_random_name_key(neighborhood, neighborhood_level, suffix=language_suffix)
name = neighborhood.get(key, neighborhood.get(raw_key))
if place_type == 'borough' or (not place_type and polygon_type == 'local_admin'):
if place_type == 'borough' or polygon_type == 'local_admin':
neighborhood_level = AddressFormatter.CITY_DISTRICT
# Optimization so we don't use e.g. Brooklyn multiple times