From: Sarah Hoffmann Date: Sun, 5 Apr 2020 14:15:55 +0000 (+0200) Subject: adapt municipality and region for Germany X-Git-Tag: v3.5.0~6^2~3 X-Git-Url: https://git.openstreetmap.org./nominatim.git/commitdiff_plain/c1b64933736c29a6258ab7a7bcfc7fbbfddf6714 adapt municipality and region for Germany --- diff --git a/settings/address-levels.json b/settings/address-levels.json index 10cbf307..fe2b2eaa 100644 --- a/settings/address-levels.json +++ b/settings/address-levels.json @@ -94,7 +94,9 @@ { "countries" : [ "de" ], "tags" : { "place" : { - "county" : [12, 0] + "region" : [10, 0], + "county" : [12, 0], + "municipality" : 14 }, "boundary" : { "administrative5" : [10, 0]