mirror of
https://github.com/osm-search/Nominatim.git
synced 2024-12-24 21:44:45 +03:00
041b3edf89
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); |
||
---|---|---|
.. | ||
address-json.php | ||
address-jsonv2.php | ||
address-xml.php | ||
details-html.php | ||
search-html.php | ||
search-json.php | ||
search-jsonv2.php | ||
search-xml.php |