Set default value to 1 and remove typo line
This commit is contained in:
parent
213adcca16
commit
14b8cd7d99
@ -601,7 +601,6 @@ AS $$
|
|||||||
IF array_upper(gtypes, 1) <> 1 OR gtypes[1] <> 'ST_Point' THEN
|
IF array_upper(gtypes, 1) <> 1 OR gtypes[1] <> 'ST_Point' THEN
|
||||||
-- This strategy only supports datasets with point geomety
|
-- This strategy only supports datasets with point geomety
|
||||||
RETURN NULL;
|
RETURN NULL;
|
||||||
RETURN 'x';
|
|
||||||
END IF;
|
END IF;
|
||||||
|
|
||||||
--TODO: check applicability: geometry type, minimum number of points...
|
--TODO: check applicability: geometry type, minimum number of points...
|
||||||
@ -610,7 +609,7 @@ AS $$
|
|||||||
|
|
||||||
-- Grid size in pixels at Z level overview_z
|
-- Grid size in pixels at Z level overview_z
|
||||||
IF grid_px IS NULL THEN
|
IF grid_px IS NULL THEN
|
||||||
grid_px := 7.5;
|
grid_px := 1.0;
|
||||||
END IF;
|
END IF;
|
||||||
|
|
||||||
SELECT * FROM _cdb_split_table_name(reloid) INTO schema_name, table_name;
|
SELECT * FROM _cdb_split_table_name(reloid) INTO schema_name, table_name;
|
||||||
|
Loading…
Reference in New Issue
Block a user