Skip to content

Commit

Permalink
Just forget that line reversal exists for a minute
Browse files Browse the repository at this point in the history
  • Loading branch information
e-n-f committed Jul 27, 2023
1 parent 2594ed7 commit 9dcdc46
Show file tree
Hide file tree
Showing 4 changed files with 453 additions and 452 deletions.
1 change: 1 addition & 0 deletions geometry.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1193,6 +1193,7 @@ drawvec simplify_lines(drawvec &geom, int z, int detail, bool mark_tile_bounds,
}

drawvec reorder_lines(drawvec &geom) {
return geom;
// Only reorder simple linestrings with a single moveto

if (geom.size() == 0) {
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Loading

0 comments on commit 9dcdc46

Please sign in to comment.