]> git.openstreetmap.org Git - nominatim.git/commitdiff
Remove county places and Regierungsbezirke vom German addresses
authorSarah Hoffmann <lonvia@denofr.de>
Wed, 19 Jun 2019 21:19:52 +0000 (23:19 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Sun, 30 Jun 2019 20:27:44 +0000 (22:27 +0200)
settings/address-levels.json

index 8a47f7e5e0ce5e77ccb77f839fa1e417513d4b4a..c13b681bdce5914c26b5e620abf2e6bbfa38f331 100644 (file)
           "neighbourhood" : [30, 0]
       }
   }
+},
+{ "countries" : [ "de" ],
+  "tags" : {
+      "place" : {
+          "county" : [12, 0]
+      },
+      "boundary" : {
+          "administrative5" : [10, 0]
+      }
+  }
 }
 ]