forked from hans/Nominatim
041b3edf891b26bd3e043bb3cd7ad52d05d384d9
label relation member
admin_center, admin_centre relation member (with same name)
exact name, search_rank and location match
Adding this requires a new column and index:
SELECT AddGeometryColumn('placex', 'centroid', 4326, 'GEOMETRY', 2);
CREATE INDEX idx_placex_linked_place_id ON placex USING BTREE (linked_place_id);
Description
Open Source search based on OpenStreetMap data
Languages
Python
71.2%
Gherkin
17.9%
PLpgSQL
7.1%
Lua
2.3%
Shell
1.3%
Other
0.2%