Client part of the mapzen integration

This commit is contained in:
Mario de Frutos
2016-02-24 16:58:14 +01:00
parent e6b0e3794b
commit df195a9539
32 changed files with 952 additions and 3 deletions

View File

@@ -0,0 +1 @@
../0.2.0/00_header.sql

View File

@@ -0,0 +1 @@
../0.2.0/10_geocoder_server_conn.sql

View File

@@ -0,0 +1 @@
../0.2.0/15_config_management.sql

View File

@@ -0,0 +1,11 @@
CREATE TYPE cdb_dataservices_client.isoline AS (
center geometry(Geometry,4326),
data_range integer,
the_geom geometry(Multipolygon,4326)
);
CREATE TYPE cdb_dataservices_client.simple_route AS (
shape geometry(LineString,4326),
length real,
duration integer
);

View File

@@ -0,0 +1 @@
../0.2.0/80_permissions.sql