]> git.openstreetmap.org Git - nominatim.git/commitdiff
Merge pull request #2003 from lonvia/admin-levels-indonesia
authorSarah Hoffmann <lonvia@denofr.de>
Sun, 11 Oct 2020 07:43:33 +0000 (09:43 +0200)
committerGitHub <noreply@github.com>
Sun, 11 Oct 2020 07:43:33 +0000 (09:43 +0200)
Adapt address levels for admin boundaries in Indonesia

settings/address-levels.json

index 377a45761986734b75f8ae5c1be2b9a89d41e63d..090c9365ea7ef15e556bc08b3e6ba1fa0bab7fe6 100644 (file)
           "administrative4" : 12
       }
   }
+},
+{ "countries" : ["id"],
+  "tags" : {
+      "place" : {
+          "municipality" : 18
+      },
+      "boundary" : {
+          "administrative5" : 12,
+          "administrative6" : 14,
+          "administrative7" : 16,
+          "administrative8" : 20,
+          "administrative9" : 22,
+          "administrative10" : 24
+      }
+  }
 }
 ]