Skip to content

Commit

Permalink
Clear output before merging
Browse files Browse the repository at this point in the history
  • Loading branch information
wipfli committed Nov 16, 2024
1 parent 33db36a commit 66648e3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ private void removeShortEdges() {
}

public List<LineString> getMergedLineStrings() {
output.clear();
List<List<Coordinate>> edges = nodeLines(input);
buildNodes(edges);

Expand Down

0 comments on commit 66648e3

Please sign in to comment.