clean
This commit is contained in:
parent
0eca26d515
commit
15aad5a695
@ -77,9 +77,6 @@ BEGIN
|
||||
with c1 as(
|
||||
SELECT CDB_RectangleGrid(cell, test_h/2, test_h/2) as c
|
||||
)
|
||||
-- , c2 as(
|
||||
-- SELECT cell FROM c1 WHERE ST_Intersects(cell, polygon)
|
||||
-- )
|
||||
SELECT array_agg(c) INTO test_cells FROM c1;
|
||||
|
||||
-- concat the new cells to the former array
|
||||
|
Loading…
Reference in New Issue
Block a user