From 953daa69202dd3b71060f3266b13c70b8b69ff85 Mon Sep 17 00:00:00 2001 From: Al Date: Fri, 16 Sep 2016 19:20:43 -0400 Subject: [PATCH] [boundaries] updates to Taiwan boundaries --- resources/boundaries/osm/tw.yaml | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/resources/boundaries/osm/tw.yaml b/resources/boundaries/osm/tw.yaml index d56aa2c7..65e5efd5 100644 --- a/resources/boundaries/osm/tw.yaml +++ b/resources/boundaries/osm/tw.yaml @@ -1,11 +1,19 @@ --- admin_level: "2": "country" - "4": "state" - "5": "state_district" + # Except for the streamlined provinces, admin_level=4 is for special cities + "4": "city" + "5": "city_district" "6": "state_district" - "7": "state_district" + "7": "city_district" + # County-controlled cities "8": "city" - "9": "city" - "10": "suburb" + "9": "suburb" + overrides: + id: + relation: + # Taiwan Province + "3777248": "state" + # Fujian Province + "3777250": "state" \ No newline at end of file