]> git.openstreetmap.org Git - nominatim.git/blobdiff - settings/address-levels.json
use bbox of geometry when searching for attached streets
[nominatim.git] / settings / address-levels.json
index 8a47f7e5e0ce5e77ccb77f839fa1e417513d4b4a..c13b681bdce5914c26b5e620abf2e6bbfa38f331 100644 (file)
           "neighbourhood" : [30, 0]
       }
   }
           "neighbourhood" : [30, 0]
       }
   }
+},
+{ "countries" : [ "de" ],
+  "tags" : {
+      "place" : {
+          "county" : [12, 0]
+      },
+      "boundary" : {
+          "administrative5" : [10, 0]
+      }
+  }
 }
 ]
 
 }
 ]