From: Thomas Bertels Date: Tue, 27 Aug 2019 12:15:18 +0000 (+0200) Subject: Remove administrative arrondissements from Belgian addresses X-Git-Tag: v3.4.0~13^2 X-Git-Url: https://git.openstreetmap.org./nominatim.git/commitdiff_plain/8d3595c3e28c2c401043af04c0b61321802f1479?ds=sidebyside Remove administrative arrondissements from Belgian addresses "administrative7" -> [14, 0] --- diff --git a/settings/address-levels.json b/settings/address-levels.json index c13b681b..a7264181 100644 --- a/settings/address-levels.json +++ b/settings/address-levels.json @@ -93,6 +93,13 @@ "administrative5" : [10, 0] } } +}, +{ "countries" : [ "be" ], + "tags" : { + "boundary" : { + "administrative7" : [14, 0] + } + } } ]