X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/0b0349f746fccd572b1c8a4911cc131ffbe9597e..f5cbe0e6babf9b4649eb2e00717d21474052b08e:/settings/address-levels.json?ds=sidebyside diff --git a/settings/address-levels.json b/settings/address-levels.json index 10cbf307..8b25fb1a 100644 --- a/settings/address-levels.json +++ b/settings/address-levels.json @@ -8,11 +8,11 @@ "province" : [8, 0], "region" : [18, 0], "county" : 12, + "municipality" : [17, 14], "city" : 16, "island" : [17, 0], "town" : [18, 16], "village" : [19, 16], - "municipality" : [19, 16], "district" : [19, 16], "borough" : [19, 18], "hamlet" : 20, @@ -94,6 +94,7 @@ { "countries" : [ "de" ], "tags" : { "place" : { + "region" : [10, 0], "county" : [12, 0] }, "boundary" : { @@ -107,6 +108,16 @@ "administrative7" : [14, 0] } } +}, +{ "countries" : ["se", "no"], + "tags" : { + "place" : { + }, + "boundary" : { + "administrative3" : 8, + "administrative4" : 12 + } + } } ]