Use Point for geocoding results

This commit is contained in:
Javier Torres
2018-12-24 17:19:13 +01:00
parent a8140e53c3
commit e2c0a63803
3 changed files with 3 additions and 3 deletions

View File

@@ -58,7 +58,7 @@ BEGIN
temp_table_name := 'bulk_geocode_street_' || md5(random()::text);
EXECUTE format('CREATE TEMPORARY TABLE %s ' ||
'(cartodb_id integer, the_geom geometry(Multipolygon,4326), metadata jsonb)',
'(cartodb_id integer, the_geom geometry(Point,4326), metadata jsonb)',
temp_table_name);
select