From ec24c4b6ac0c78a41ed607c93cce6caf5a0c2d99 Mon Sep 17 00:00:00 2001 From: Al Date: Wed, 7 Sep 2016 11:24:37 -0400 Subject: [PATCH] [boundaries] removing the place=borough mapping because it's used on the east coast and PA to mean city --- scripts/geodata/osm/components.py | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/geodata/osm/components.py b/scripts/geodata/osm/components.py index 086db0f8..e9afb76c 100644 --- a/scripts/geodata/osm/components.py +++ b/scripts/geodata/osm/components.py @@ -38,7 +38,6 @@ class OSMAddressComponents(object): 'township': AddressFormatter.CITY, 'village': AddressFormatter.CITY, 'hamlet': AddressFormatter.CITY, - 'borough': AddressFormatter.CITY_DISTRICT, 'suburb': AddressFormatter.SUBURB, 'quarter': AddressFormatter.SUBURB, 'neighbourhood': AddressFormatter.SUBURB