From 0c32685f5da227a45d8f8d6d6ba0912a110e3a22 Mon Sep 17 00:00:00 2001 From: acamat <56536271+acamat@users.noreply.github.com> Date: Fri, 13 Dec 2024 11:25:17 +0100 Subject: [PATCH] Update Faroe Islands.json Regions of Faroe Islanads were changed on OSM from admin_level=4 to admin_level=6 since they are former administrative divisions and, because of that, have a high admin_level value. This was discussed on OSM Forum (https://community.openstreetmap.org/t/faeroerne-faroe-islands/122034) Adding admin_level=7 relations since they represent municipalities which do have administrative function. Not all are currently present on OSM, will update the list once adding from the community is completed. --- ExpectedStateOfAdmins/Faroe Islands.json | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/ExpectedStateOfAdmins/Faroe Islands.json b/ExpectedStateOfAdmins/Faroe Islands.json index aeee160..455d527 100644 --- a/ExpectedStateOfAdmins/Faroe Islands.json +++ b/ExpectedStateOfAdmins/Faroe Islands.json @@ -4,13 +4,32 @@ "Iso2": "FO", "Iso3": "FRO", "Admins": { - "4": [ + "6": [ 1423027, 3729247, 3729300, 3729316, 3729343, 3731148 + ], + "7": [ + 18392529, + 18392530, + 18392531, + 18392532, + 18392533, + 18392661, + 18396710, + 18397615, + 18397616, + 18404157, + 18404161, + 18405110, + 18405706, + 18405706, + 18413208, + 18413391, + 18413396 ] } -} \ No newline at end of file +}