]> git.openstreetmap.org Git - nominatim.git/commitdiff
make sure that admin levels in NL are kept in order
authorSarah Hoffmann <lonvia@denofr.de>
Thu, 19 Nov 2020 08:44:02 +0000 (09:44 +0100)
committerSarah Hoffmann <lonvia@denofr.de>
Thu, 19 Nov 2020 08:44:02 +0000 (09:44 +0100)
settings/address-levels.json

index d4ed553303cba67b5366dac5c008f58687d3f039..26ee6e708fd7438a44b2597f3c4eccb417e5ce3c 100644 (file)
 { "countries" : [ "nl" ],
   "tags" : {
       "boundary" : {
+          "administrative7" : [13, 0],
           "administrative8" : 14,
+          "administrative9" : [15, 0],
           "administrative10" : 16
       }
   }