]> git.openstreetmap.org Git - nominatim.git/commit
update country_names from OSM data
authorSarah Hoffmann <lonvia@denofr.de>
Wed, 9 Dec 2020 10:38:19 +0000 (11:38 +0100)
committerSarah Hoffmann <lonvia@denofr.de>
Wed, 9 Dec 2020 10:38:19 +0000 (11:38 +0100)
commit65d8770b28bfaaff56d34c9504916a2c0672394d
tree6e0b1a17097295c7fad89a4de8fcf62350bc5bc2
parent38582c3e520479544c8891a72d80e2593ce0e08f
update country_names from OSM data

Update names in the coutry_names table on the fly from incomming
OSM country data. Adding a small sanity check that the country
must be an OSM relation and within the area where we expect the
country to be.
sql/functions/placex_triggers.sql
test/bdd/db/import/country.feature [new file with mode: 0644]