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

@@ -1,7 +1,7 @@
-- TODO: could cartodb_id be replaced by rowid, maybe needing extra care for offset?
CREATE TYPE cdb_dataservices_server.geocoding AS (
cartodb_id integer,
the_geom geometry(Multipolygon,4326),
the_geom geometry(Point,4326),
metadata jsonb
);