]> git.openstreetmap.org Git - nominatim.git/blobdiff - settings/address-levels.json
Vagrant centos8: proj52 not needed, use postgresql 12/postgis 3.0
[nominatim.git] / settings / address-levels.json
index 10cbf307464f46aeb0ef255614e8afedeeafc27b..8b25fb1a48da6d3a5ef15d8aff1ba58d1cc82c67 100644 (file)
@@ -8,11 +8,11 @@
           "province" : [8, 0],
           "region" : [18, 0],
           "county" : 12,
+          "municipality" : [17, 14],
           "city" : 16,
           "island" : [17, 0],
           "town" : [18, 16],
           "village" : [19, 16],
-          "municipality" : [19, 16],
           "district" : [19, 16],
           "borough" : [19, 18],
           "hamlet" : 20,
@@ -94,6 +94,7 @@
 { "countries" : [ "de" ],
   "tags" : {
       "place" : {
+          "region" : [10, 0],
           "county" : [12, 0]
       },
       "boundary" : {
           "administrative7" : [14, 0]
       }
   }
+},
+{ "countries" : ["se", "no"],
+  "tags" : {
+      "place" : {
+      },
+      "boundary" : {
+          "administrative3" : 8,
+          "administrative4" : 12
+      }
+  }
 }
 ]