Client part of the mapzen integration
This commit is contained in:
1
client/sql/0.3.0/00_header.sql
Symbolic link
1
client/sql/0.3.0/00_header.sql
Symbolic link
@@ -0,0 +1 @@
|
||||
../0.2.0/00_header.sql
|
||||
1
client/sql/0.3.0/10_geocoder_server_conn.sql
Symbolic link
1
client/sql/0.3.0/10_geocoder_server_conn.sql
Symbolic link
@@ -0,0 +1 @@
|
||||
../0.2.0/10_geocoder_server_conn.sql
|
||||
1
client/sql/0.3.0/15_config_management.sql
Symbolic link
1
client/sql/0.3.0/15_config_management.sql
Symbolic link
@@ -0,0 +1 @@
|
||||
../0.2.0/15_config_management.sql
|
||||
11
client/sql/0.3.0/16_custom_types.sql
Normal file
11
client/sql/0.3.0/16_custom_types.sql
Normal 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
|
||||
);
|
||||
1
client/sql/0.3.0/80_permissions.sql
Symbolic link
1
client/sql/0.3.0/80_permissions.sql
Symbolic link
@@ -0,0 +1 @@
|
||||
../0.2.0/80_permissions.sql
|
||||
Reference in New Issue
Block a user