]> git.openstreetmap.org Git - nominatim.git/blobdiff - settings/address-levels.json
Merge remote-tracking branch 'upstream/master'
[nominatim.git] / settings / address-levels.json
index 1810af59755be89a1ed734594ad35cc51e895129..26ee6e708fd7438a44b2597f3c4eccb417e5ce3c 100644 (file)
           "peak" : [18, 0],
           "volcano" : [18, 0],
           "mountain_range" : [18, 0],
-          "sea" : [4, 0]
+          "sea" : [4, 0],
+          "tree" : 30,
+          "spring"  : 30,
+          "cave_entrance" : 30,
+          "geyser" : 30,
+          "hot_spring" : 30,
+          "rock" : 30,
+          "stone" : 30,
+          "" : [22, 0]
       },
       "waterway" : {
           "river" : [19, 0],
 { "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
       }
   }
 },
           "municipality" : 18
       },
       "boundary" : {
+          "administrative5" : [10, 0],
           "administrative7" : [13, 0],
           "administrative8" : 14
       }
   }
+},
+{ "countries" : [ "nl" ],
+  "tags" : {
+      "boundary" : {
+          "administrative7" : [13, 0],
+          "administrative8" : 14,
+          "administrative9" : [15, 0],
+          "administrative10" : 16
+      }
+  }
 }
 ]