From 92c15c4c5c1900e00c370f6a1f66cb65d4f3a6e6 Mon Sep 17 00:00:00 2001 From: evansiroky Date: Thu, 15 Nov 2018 20:58:18 -0800 Subject: Boundary overlap validation improvements: - Improve overlap validation script to be less buggy - Account for all acceptable boundary overlaps. - Add linting rule to require a description for each expected overlap. - Remove diffs from building script that avoided overlaps - Fix Broken_Hill timezone boundary source - Fix ogr2ogr output command Fixes #41 --- osmBoundarySources.json | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'osmBoundarySources.json') diff --git a/osmBoundarySources.json b/osmBoundarySources.json index 8956f92..09c192e 100644 --- a/osmBoundarySources.json +++ b/osmBoundarySources.json @@ -167,6 +167,9 @@ "British Virgin Islands": { "ISO3166-1": "VG" }, + "Broken_Hill-tz": { + "timezone": "Australia/Broken_Hill" + }, "Brunei": { "ISO3166-1": "BN" }, @@ -1349,9 +1352,6 @@ "Ust-Maysky": { "name:en": "Ust-Maysky Ulus" }, - "Uttarakhand": { - "ISO3166-2": "IN-UT" - }, "Uzbekistan": { "ISO3166-1": "UZ" }, @@ -1414,9 +1414,6 @@ "Xinjiang": { "ISO3166-2": "CN-65" }, - "Yancowinna County": { - "name": "NSW Central Time Zone" - }, "Yap": { "ISO3166-2": "FM-YAP" }, -- cgit v1.2.3