From fb3cfc6ae9e7c1f13d3b5f1c464b64221e93d8f6 Mon Sep 17 00:00:00 2001 From: Carla Date: Thu, 8 Oct 2015 10:52:54 +0200 Subject: [PATCH] Update README.md --- geocoder/admin1/README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/geocoder/admin1/README.md b/geocoder/admin1/README.md index 634783c..03868c9 100644 --- a/geocoder/admin1/README.md +++ b/geocoder/admin1/README.md @@ -149,8 +149,10 @@ Indexes: ```` # Response data types -* geocode_admin_country_v1 -* geocode_admin_v1 +* geocode_admin_country_v1: + `CREATE TYPE geocode_admin_country_v1 AS (q TEXT, c TEXT, geom GEOMETRY, success BOOLEAN);` +* geocode_admin_v1: + `CREATE TYPE geocode_admin_v1 AS (q TEXT, geom GEOMETRY, success BOOLEAN);` # Data Sources @@ -224,6 +226,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: +* [08/10/2015]: + * Added response types * [14/07/2015]: * Added tests * [02/07/2015]