Skip to content

Commit

Permalink
fixes wrong bracket closure on schematics
Browse files Browse the repository at this point in the history
  • Loading branch information
Régis Haubourg committed Jan 29, 2020
1 parent ccc5f95 commit 68ba774
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ordinary_data/views/schematic/vw_pipe_schema.sql
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ UNION ALL
)
SELECT
groupid AS id,
St_Multi(ST_LineMerge(ST_Union(geometry))::geometry(MultiLineStringZ,:SRID)) AS geometry,
St_Multi(ST_LineMerge(ST_Union(geometry)))::geometry(MultiLineStringZ,:SRID) AS geometry,
COUNT(groupid) AS number_of_pipes,
SUM(_length2d) AS _length2d,
SUM(_length3d) AS _length3d,
Expand Down

0 comments on commit 68ba774

Please sign in to comment.