Fix the tests for adjacent union function

This commit is contained in:
Javier Goizueta
2016-02-26 11:55:20 +01:00
parent 69b6aa6aca
commit 9e2f2b7c2d
2 changed files with 21 additions and 4 deletions
@@ -1,7 +1,7 @@
\i test/fixtures/touching_polygons.sql
WITH joined_polygons AS (
SELECT cdb_union_adjacent(the_geom) the_geom FROM touching_polygons
SELECT cdb_crankshaft.cdb_union_adjacent(the_geom) the_geom FROM touching_polygons
),
unnested_polygons as (
select unnest(joined_polygons.the_geom) the_geom from joined_polygons