Commit fa514dd
committed
Fix projection.clipExtent edge case.
A slight correction to clipLine fixed the problem with points lying
exactly on the clip edge, but in case clipLine(a, b) ever returns false
(no intersections) even though v_=0 and v=1, we treat this as the start
of a line anyway.1 parent d8903ef commit fa514dd
3 files changed
Lines changed: 8 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2788 | 2788 | | |
2789 | 2789 | | |
2790 | 2790 | | |
2791 | | - | |
| 2791 | + | |
2792 | 2792 | | |
2793 | 2793 | | |
2794 | 2794 | | |
| |||
0 commit comments