]> git.openstreetmap.org Git - nominatim.git/commitdiff
Merge pull request #1478 from tbertels/patch-1
authorSarah Hoffmann <lonvia@denofr.de>
Mon, 2 Sep 2019 15:50:51 +0000 (17:50 +0200)
committerGitHub <noreply@github.com>
Mon, 2 Sep 2019 15:50:51 +0000 (17:50 +0200)
Remove administrative arrondissements from Belgian addresses

settings/address-levels.json

index c13b681bdce5914c26b5e620abf2e6bbfa38f331..a7264181de205a7504a9d3ae04de56ee1ede1ae4 100644 (file)
           "administrative5" : [10, 0]
       }
   }
+},
+{ "countries" : [ "be" ],
+  "tags" : {
+      "boundary" : {
+          "administrative7" : [14, 0]
+      }
+  }
 }
 ]