From a0377150f359bccf6f401721059f90e868a76ced Mon Sep 17 00:00:00 2001 From: Carla Date: Tue, 5 Apr 2016 14:16:47 +0200 Subject: [PATCH] Update geocoding_functions.md --- doc/geocoding_functions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/geocoding_functions.md b/doc/geocoding_functions.md index f6e6d52..f913509 100644 --- a/doc/geocoding_functions.md +++ b/doc/geocoding_functions.md @@ -94,7 +94,7 @@ UPDATE {tablename} SET the_geom = cdb_geocode_admin1_polygon({province_column}, ## City geocoder -The following functions provide a city geocoder service. It is recommended to use the more specific geocoding function -- the one that requires more parameters — in order for the result to be as accurate as possible when several cities share their name. In case of coincidence, the point for the city with the most population will be returned. +The following functions provide a city geocoder service. It is recommended to use the more specific geocoding function -- the one that requires more parameters — in order for the result to be as accurate as possible when several cities share their name. If there are duplicate results for a city name, the city name with the highest population will be returned. ### cdb_geocode_namedplace_point(_city_name text_)