From 6b1b8a7caa95762d293e515170c1b48b6328ef23 Mon Sep 17 00:00:00 2001 From: Carla Date: Wed, 24 Jun 2015 12:50:54 +0200 Subject: [PATCH] Update build_data_table.sql --- geocoder/namedplace/sql/build_data_table.sql | 2 ++ 1 file changed, 2 insertions(+) diff --git a/geocoder/namedplace/sql/build_data_table.sql b/geocoder/namedplace/sql/build_data_table.sql index 084bb7a..df58d1f 100644 --- a/geocoder/namedplace/sql/build_data_table.sql +++ b/geocoder/namedplace/sql/build_data_table.sql @@ -162,3 +162,5 @@ INSERT INTO global_cities_points_limited (the_geom, admin1, admin2, admin3, admi FROM allcountries WHERE featcode = 'STLMT'; +-- edits source name for New York: New York City in order to give priority to the result +UPDATE global_cities_points_limited SET (name, lowername) = ('New York', 'new york') WHERE geoname_id = 5128581;