From 22ddee412020e4f68439635715942871aa9110dc Mon Sep 17 00:00:00 2001 From: Carla Date: Wed, 2 Dec 2015 11:38:41 +0100 Subject: [PATCH] Update README.md --- geocoder/admin1/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/geocoder/admin1/README.md b/geocoder/admin1/README.md index 142491d..6f16662 100644 --- a/geocoder/admin1/README.md +++ b/geocoder/admin1/README.md @@ -19,7 +19,6 @@ SELECT (geocode_admin1_polygons(Array['Alicante', 'California'], Array['Spain', 3. If fresh, add all `sql/indexes.sql` and `sql/triggers.sql` 4. Run the `sql/build_data_table.sql` script. 5. Run the `sql/build_admin1_synonyms.sql` script. -6. If needed, load or replace the function with `sql/geocoder.sql` # Tables @@ -210,6 +209,8 @@ The table contains the following columns to be populated: * In Italy, provinces are being shown instead of ADMIN1 regions. The same happened with Spain, which is manually fixed. # Historic: +* [01/12/2015]: + * Removed geocoder function. Check /extensions instead. * [19/10/2015]: * Updates on README + Adding usage examples * [08/10/2015]: