From 6c3128edee48065b24afa1f28b4750a74f76a42c Mon Sep 17 00:00:00 2001 From: Al Date: Tue, 26 Jul 2016 02:51:05 -0400 Subject: [PATCH] [fix] adding country_region to places config --- scripts/geodata/places/config.py | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/geodata/places/config.py b/scripts/geodata/places/config.py index f040365a..b7fafccc 100644 --- a/scripts/geodata/places/config.py +++ b/scripts/geodata/places/config.py @@ -27,6 +27,7 @@ class PlaceConfig(object): AddressFormatter.ISLAND, AddressFormatter.STATE_DISTRICT, AddressFormatter.STATE, + AddressFormatter.COUNTRY_REGION, AddressFormatter.COUNTRY, }