From da53fe377d7c5d0398df8416c0c8639668d12d14 Mon Sep 17 00:00:00 2001 From: Al Date: Fri, 30 Sep 2016 19:12:03 -0400 Subject: [PATCH] [boundaries] mapping first-level admin divisions to state in remaining non-dependency countries --- resources/boundaries/osm/al.yaml | 2 +- resources/boundaries/osm/bb.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/boundaries/osm/al.yaml b/resources/boundaries/osm/al.yaml index 3abf926c..192bddef 100644 --- a/resources/boundaries/osm/al.yaml +++ b/resources/boundaries/osm/al.yaml @@ -1,6 +1,6 @@ --- admin_level: "2": "country" - "6": "state_district" + "6": "state" "7": "city" "8": "city" \ No newline at end of file diff --git a/resources/boundaries/osm/bb.yaml b/resources/boundaries/osm/bb.yaml index 1cb7c113..9be1a3b6 100644 --- a/resources/boundaries/osm/bb.yaml +++ b/resources/boundaries/osm/bb.yaml @@ -1,4 +1,4 @@ --- admin_level: "2": "country" - "6": "state_district" \ No newline at end of file + "6": "state" \ No newline at end of file