From 9dad5edeb61449e145500eeab1509ac1259b651f Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Tue, 18 Mar 2025 16:38:10 +0100 Subject: [PATCH] adjust for special use of province and municipality in Saudi-Arabia --- settings/address-levels.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/settings/address-levels.json b/settings/address-levels.json index 322ff707..1b1ef7e7 100644 --- a/settings/address-levels.json +++ b/settings/address-levels.json @@ -216,6 +216,14 @@ } } }, +{ "countries" : ["sa"], + "tags" : { + "place" : { + "province" : 12, + "municipality" : 18 + } + } +}, { "countries" : ["sk"], "tags" : { "boundary" : { -- 2.39.5