X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/dc3b1abfe2d06c790317bb66e51abfd9334e08f8..cf0d6307d641e17e024af2e49eb73ebc30b23909:/settings/address-levels.json diff --git a/settings/address-levels.json b/settings/address-levels.json index 26ee6e70..fc31a654 100644 --- a/settings/address-levels.json +++ b/settings/address-levels.json @@ -174,6 +174,34 @@ "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 + } + } } + ]