From 87b92f381e73fd13406410fe2ce8b8b404733ee9 Mon Sep 17 00:00:00 2001 From: Antoine D Date: Fri, 27 Apr 2018 12:37:45 +0200 Subject: [PATCH 1/2] add missing "relation" tag --- resources/boundaries/osm/ar.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/resources/boundaries/osm/ar.yaml b/resources/boundaries/osm/ar.yaml index 88f0002b..3f7181d7 100644 --- a/resources/boundaries/osm/ar.yaml +++ b/resources/boundaries/osm/ar.yaml @@ -11,8 +11,9 @@ overrides: id: - # Buenos Aires (state boundary coterminous with city) - "3082668": null + relation: + # Buenos Aires (state boundary coterminous with city) + "3082668": null contained_by: relation: # Buenos Aires From 2890f739a3dc38e4631f5626aeb011847ce30fc6 Mon Sep 17 00:00:00 2001 From: Antoine D Date: Fri, 27 Apr 2018 12:38:27 +0200 Subject: [PATCH 2/2] overrides shouldn't be nested in admin_level --- resources/boundaries/osm/tw.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/resources/boundaries/osm/tw.yaml b/resources/boundaries/osm/tw.yaml index 65e5efd5..99f1b868 100644 --- a/resources/boundaries/osm/tw.yaml +++ b/resources/boundaries/osm/tw.yaml @@ -10,10 +10,10 @@ "8": "city" "9": "suburb" - overrides: - id: - relation: - # Taiwan Province - "3777248": "state" - # Fujian Province - "3777250": "state" \ No newline at end of file + overrides: + id: + relation: + # Taiwan Province + "3777248": "state" + # Fujian Province + "3777250": "state"