X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/04d50a271dba10a359e2cc6808a9b99997e50258..19d4e047f6d3c525f64978e0965d75556bfc5b1e:/settings/address-levels.json diff --git a/settings/address-levels.json b/settings/address-levels.json index d41d6536..fc31a654 100644 --- a/settings/address-levels.json +++ b/settings/address-levels.json @@ -164,6 +164,44 @@ "administrative8" : 14 } } +}, +{ "countries" : [ "nl" ], + "tags" : { + "boundary" : { + "administrative7" : [13, 0], + "administrative8" : 14, + "administrative9" : [15, 0], + "administrative10" : 16 + } + } +}, +{ "countries" : ["es"], + "tags" : { + "place" : { + "province" : 10, + "civil_parish" : 18 + }, + "boundary" : { + "administrative5" : [10, 0], + "administrative6" : 10, + "administrative7" : 12, + "administrative10" : 22 + } + } +}, +{ "countries" : ["sk"], + "tags" : { + "boundary" : { + "administrative5" : [10, 0], + "administrative6" : 11, + "administrative7" : [11, 0], + "administrative8" : 12, + "administrative9" : 16, + "administrative10" : 18, + "administrative11" : 20 + } + } } + ]