Nominatim/settings
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
..
partitionedtags.def move partiondef config file to settings, add --create-website option to build symlinks automatically 2011-04-06 18:19:40 +00:00
phrase_settings.php Black/whitelisting for special phrases 2012-03-21 00:40:35 +01:00
settings.php Adds code to merge place polygon and points using: 2012-04-01 01:40:50 +01:00