File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -167,8 +167,7 @@ void gen_grouped_linemerge_t::process_create()
167167 auto const result = dbexec (R"(
168168INSERT INTO {dest} ({group_cols}, "{geom_column}")
169169 SELECT {group_cols},
170- (ST_Dump(ST_LineMerge(ST_Collect("{geom_column}"
171- ORDER BY "{geom_column}")))).geom
170+ (ST_Dump(ST_LineMerge(ST_Collect("{geom_column}")))).geom
172171 FROM {src}
173172 WHERE {where}
174173 GROUP BY {group_cols}
@@ -324,8 +323,7 @@ DELETE FROM {dest} d
324323 auto const inserted = dbexec (R"(
325324INSERT INTO {dest} ({group_cols}, "{geom_column}")
326325 SELECT {group_cols},
327- (ST_Dump(ST_LineMerge(ST_Collect("{geom_column}"
328- ORDER BY "{geom_column}")))).geom
326+ (ST_Dump(ST_LineMerge(ST_Collect("{geom_column}")))).geom
329327 FROM _glm_ways
330328 GROUP BY {group_cols}
331329)" );
You can’t perform that action at this time.
0 commit comments