X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/f050f898bc914d3f90186526305d3901f357815f..b9b6b075cc3cc12daa5ba48742e010b3e5e9550e:/settings/address-levels.json?ds=sidebyside diff --git a/settings/address-levels.json b/settings/address-levels.json index 406b3548..26ee6e70 100644 --- a/settings/address-levels.json +++ b/settings/address-levels.json @@ -117,7 +117,14 @@ { "countries" : [ "be" ], "tags" : { "boundary" : { - "administrative7" : [14, 0] + "administrative3" : [5, 0], + "administrative4" : 6, + "administrative5" : [7, 0], + "administrative6" : 8, + "administrative7" : 12, + "administrative8" : 14, + "administrative9" : 16, + "administrative10" : 18 } } }, @@ -157,6 +164,16 @@ "administrative8" : 14 } } +}, +{ "countries" : [ "nl" ], + "tags" : { + "boundary" : { + "administrative7" : [13, 0], + "administrative8" : 14, + "administrative9" : [15, 0], + "administrative10" : 16 + } + } } ]