Nominatim/lib/template
Brian Quinion 041b3edf89 Adds code to merge place polygon and points using:
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);
2012-04-01 01:40:50 +01:00
..
address-json.php respect addressdetails parameter in json output 2012-03-04 17:45:53 +01:00
address-jsonv2.php respect addressdetails parameter in json output 2012-03-04 17:45:53 +01:00
address-xml.php convert CRLF to make git happy 2012-03-04 16:41:43 +01:00
details-html.php Use GB postcode table as definitive source. resort by pressence of search word in output address and other misc very minor changes not commited from MQ servers 2012-03-22 00:34:56 +00:00
search-html.php Adds code to merge place polygon and points using: 2012-04-01 01:40:50 +01:00
search-json.php convert CRLF to make git happy 2012-03-04 16:41:43 +01:00
search-jsonv2.php convert CRLF to make git happy 2012-03-04 16:41:43 +01:00
search-xml.php convert CRLF to make git happy 2012-03-04 16:41:43 +01:00