Switch st_union to st_collect
This commit is contained in:
parent
7606ce152d
commit
6f842a6859
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user