From 876f575040ff87e29e4e585ac5abbf5adb1cfc76 Mon Sep 17 00:00:00 2001 From: Al Date: Sun, 16 Oct 2016 21:31:20 -0400 Subject: [PATCH] [geonames] adding 5 borough exceptions --- resources/boundaries/geonames/us.yaml | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/resources/boundaries/geonames/us.yaml b/resources/boundaries/geonames/us.yaml index 667ba3c0..5f3b8fff 100644 --- a/resources/boundaries/geonames/us.yaml +++ b/resources/boundaries/geonames/us.yaml @@ -1,3 +1,16 @@ admin_codes: admin1: state - admin2: state_district \ No newline at end of file + admin2: state_district + +overrides: + id: + # Manhattan (Island) + "8479493": "city_district" + # Brooklyn + "5110300": "city_district" + # Bronx + "5110266": "city_district" + # Queens + "5133266": "city_district" + # Staten Island + "5139568": "city_district"