]> git.openstreetmap.org Git - nominatim.git/commitdiff
Merge pull request #2455 from lonvia/adjust-address-levels-slovakia
authorSarah Hoffmann <lonvia@denofr.de>
Tue, 28 Sep 2021 09:21:08 +0000 (11:21 +0200)
committerGitHub <noreply@github.com>
Tue, 28 Sep 2021 09:21:08 +0000 (11:21 +0200)
Adjust address levels for boundaries in Slovakia

settings/address-levels.json

index 09ba0d28e526c085027170a741c4a55fee8d8afc..fc31a6542e3f6927ee5edde542a78f3f4b84d9b8 100644 (file)
           "administrative10" : 22
       }
   }
+},
+{ "countries" : ["sk"],
+  "tags" : {
+      "boundary" : {
+          "administrative5" : [10, 0],
+          "administrative6" : 11,
+          "administrative7" : [11, 0],
+          "administrative8" : 12,
+          "administrative9" : 16,
+          "administrative10" : 18,
+          "administrative11" : 20
+      }
+  }
 }
+
 ]