From c1b64933736c29a6258ab7a7bcfc7fbbfddf6714 Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Sun, 5 Apr 2020 16:15:55 +0200 Subject: [PATCH] adapt municipality and region for Germany --- settings/address-levels.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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] -- 2.39.5