]> git.openstreetmap.org Git - nominatim.git/commitdiff
Admin levels 8 and 10 of the Netherlands are municipal / city
authorHendrik Morée <hendrik@flitsmeister.nl>
Wed, 18 Nov 2020 10:30:24 +0000 (11:30 +0100)
committerHendrik Morée <hendrik@flitsmeister.nl>
Wed, 18 Nov 2020 10:30:24 +0000 (11:30 +0100)
settings/address-levels.json

index d41d6536c7199880de4e38bcbc03d759d9e38908..d4ed553303cba67b5366dac5c008f58687d3f039 100644 (file)
           "administrative8" : 14
       }
   }
+},
+{ "countries" : [ "nl" ],
+  "tags" : {
+      "boundary" : {
+          "administrative8" : 14,
+          "administrative10" : 16
+      }
+  }
 }
 ]