]> git.openstreetmap.org Git - nominatim.git/blobdiff - settings/address-levels.json
Merge pull request #1477 from dpasqualin/fix-python-shebang
[nominatim.git] / settings / address-levels.json
index 7524a29b761716fe38dc49dff4e5760fb5fd0f20..c13b681bdce5914c26b5e620abf2e6bbfa38f331 100644 (file)
@@ -3,8 +3,8 @@
       "place" : {
           "sea" : [2, 0],
           "continent" : [2, 0],
-          "country" : [4, 4],
-          "state" : [8, 8],
+          "country" : [4, 0],
+          "state" : [8, 0],
           "region" : [18, 0],
           "county" : 12,
           "city" : 16,
       },
       "mountain_pass" : {
           "" : [20, 0]
+      },
+      "historic" : {
+          "neighbourhood" : [30, 0]
+      }
+  }
+},
+{ "countries" : [ "de" ],
+  "tags" : {
+      "place" : {
+          "county" : [12, 0]
+      },
+      "boundary" : {
+          "administrative5" : [10, 0]
       }
   }
 }