From: Sarah Hoffmann Date: Wed, 19 Jun 2019 21:19:52 +0000 (+0200) Subject: Remove county places and Regierungsbezirke vom German addresses X-Git-Tag: v3.4.0~32^2~1 X-Git-Url: https://git.openstreetmap.org/nominatim.git/commitdiff_plain/b8f7b3cc8dfe4da04bf3d4c26cf152dc0886665d Remove county places and Regierungsbezirke vom German addresses --- diff --git a/settings/address-levels.json b/settings/address-levels.json index 8a47f7e5..c13b681b 100644 --- a/settings/address-levels.json +++ b/settings/address-levels.json @@ -83,6 +83,16 @@ "neighbourhood" : [30, 0] } } +}, +{ "countries" : [ "de" ], + "tags" : { + "place" : { + "county" : [12, 0] + }, + "boundary" : { + "administrative5" : [10, 0] + } + } } ]