Nominatim/website
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
..
images images and javascript 2010-11-01 15:46:28 +00:00
js configure tile set 2011-03-23 12:16:57 +00:00
details.php use X/Y max/min functions instead of box making 2012-03-18 18:18:33 +01:00
polygons.php add script to list broken polygons 2012-03-04 10:54:07 +01:00
reverse.php return a 500 on database error 2012-03-18 17:58:19 +01:00
search.php Adds code to merge place polygon and points using: 2012-04-01 01:40:50 +01:00