]> git.openstreetmap.org Git - nominatim.git/commitdiff
fix admin levels for Norway and Sweden
authorSarah Hoffmann <lonvia@denofr.de>
Sat, 25 Apr 2020 20:53:35 +0000 (22:53 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Sat, 23 May 2020 13:48:40 +0000 (15:48 +0200)
Admin levels 3 and 4 are used for region and county respectively,
so downgrade the ranking.

settings/address-levels.json

index fe2b2eaaf97b614f469adb1426c14f19af6d983c..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,
@@ -95,8 +95,7 @@
   "tags" : {
       "place" : {
           "region" : [10, 0],
-          "county" : [12, 0],
-          "municipality" : 14
+          "county" : [12, 0]
       },
       "boundary" : {
           "administrative5" : [10, 0]
           "administrative7" : [14, 0]
       }
   }
+},
+{ "countries" : ["se", "no"],
+  "tags" : {
+      "place" : {
+      },
+      "boundary" : {
+          "administrative3" : 8,
+          "administrative4" : 12
+      }
+  }
 }
 ]