Switch st_union to st_collect

This commit is contained in:
stirringhalo 2017-01-16 20:54:10 -05:00
parent 7606ce152d
commit 6f842a6859

View File

@ -25,7 +25,7 @@ CREATE MATERIALIZED VIEW osm_transportation_name_linestring AS (
z_order
FROM (
SELECT
ST_LineMerge(ST_Union(geometry)) AS geometry,
ST_LineMerge(ST_Collect(geometry)) AS geometry,
name,
ref,
highway,