]> git.openstreetmap.org Git - nominatim.git/commitdiff
adapt address levels for admin boundaries in Indonesia
authorSarah Hoffmann <lonvia@denofr.de>
Fri, 9 Oct 2020 20:28:06 +0000 (22:28 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Fri, 9 Oct 2020 20:28:06 +0000 (22:28 +0200)
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
+      }
+  }
 }
 ]