]> git.openstreetmap.org Git - nominatim.git/blobdiff - settings/address-levels.json
move SearchDescription building into tokens
[nominatim.git] / settings / address-levels.json
index 406b35484e58006bad189d4d9fba5a535182ad02..26ee6e708fd7438a44b2597f3c4eccb417e5ce3c 100644 (file)
 { "countries" : [ "be" ],
   "tags" : {
       "boundary" : {
-          "administrative7" : [14, 0]
+          "administrative3" : [5, 0],
+          "administrative4" : 6,
+          "administrative5" : [7, 0],
+          "administrative6" : 8,
+          "administrative7" : 12,
+          "administrative8" : 14,
+          "administrative9" : 16,
+          "administrative10" : 18
       }
   }
 },
           "administrative8" : 14
       }
   }
+},
+{ "countries" : [ "nl" ],
+  "tags" : {
+      "boundary" : {
+          "administrative7" : [13, 0],
+          "administrative8" : 14,
+          "administrative9" : [15, 0],
+          "administrative10" : 16
+      }
+  }
 }
 ]