]> git.openstreetmap.org Git - nominatim.git/commitdiff
Remove administrative arrondissements from Belgian addresses
authorThomas Bertels <tbertels+github@gmail.com>
Tue, 27 Aug 2019 12:15:18 +0000 (14:15 +0200)
committerGitHub <noreply@github.com>
Tue, 27 Aug 2019 12:15:18 +0000 (14:15 +0200)
"administrative7" -> [14, 0]

settings/address-levels.json

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