]> git.openstreetmap.org Git - nominatim.git/commitdiff
Merge pull request #1474 from mtmail/tiger-data-2019
authorSarah Hoffmann <lonvia@denofr.de>
Tue, 3 Sep 2019 20:54:22 +0000 (22:54 +0200)
committerGitHub <noreply@github.com>
Tue, 3 Sep 2019 20:54:22 +0000 (22:54 +0200)
US TIGER 2019 data got released

settings/address-levels.json
utils/check_server_for_updates.py
utils/osm_file_date.py

index c13b681bdce5914c26b5e620abf2e6bbfa38f331..a7264181de205a7504a9d3ae04de56ee1ede1ae4 100644 (file)
           "administrative5" : [10, 0]
       }
   }
+},
+{ "countries" : [ "be" ],
+  "tags" : {
+      "boundary" : {
+          "administrative7" : [14, 0]
+      }
+  }
 }
 ]
 
index 05b69657bfc219076c97d98aa210e3c322d03c2d..bcc9d0ba0d40a86aebe34426d16e9db3296606a5 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/python3
+#!/usr/bin/env python3
 
 import sys
 from osmium.replication import server
index b8c54a7cce5d4ddb01631e48b93126115ea502c6..0443e6ace4f5df6f9778b85427fa17641c6232b0 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/python3
+#!/usr/bin/env python3
 
 import osmium
 import sys