mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-15 02:47:59 +00:00
Remove street and addr_place from location_property_osmline
Derived columns are not needed because parent information is always computed from scratch. So the columns are just duplicate information. Also get address information on nodes from address columns. The other columns are not necessarily reliable when the node have not been indexed yet.
This commit is contained in:
@@ -95,8 +95,6 @@ CREATE TABLE location_property_osmline (
|
||||
endnumber INTEGER,
|
||||
interpolationtype TEXT,
|
||||
address HSTORE,
|
||||
street TEXT,
|
||||
addr_place TEXT,
|
||||
postcode TEXT,
|
||||
country_code VARCHAR(2),
|
||||
geometry_sector INTEGER,
|
||||
|
||||
Reference in New Issue
Block a user