-
Notifications
You must be signed in to change notification settings - Fork 289
Commit d6c95af
committed
【fix】修复LineRing在点串中间有和起始点一样的点时会被忽略掉的问题 review by xiongjj
1 parent 5f0d488 commit d6c95af
File tree
2 files changed
+35
-3
lines changed- src/common/commontypes/geometry
- test/common/commontypes/geometry
2 files changed
+35
-3
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
5 | + | ||
5 | 6 |
| |
6 | 7 |
| |
7 | 8 |
| |
| |||
36 | 37 |
| |
37 | 38 |
| |
38 | 39 |
| |
40 | + | ||
41 | + | ||
42 | + | ||
43 | + | ||
44 | + | ||
45 | + | ||
46 | + | ||
47 | + | ||
48 | + | ||
49 | + | ||
50 | + | ||
51 | + | ||
52 | + | ||
53 | + | ||
39 | 54 |
| |
40 | 55 |
| |
41 | 56 |
| |
| |||
49 | 64 |
| |
50 | 65 |
| |
51 | 66 |
| |
52 | - | ||
67 | + | ||
53 | 68 |
| |
54 | 69 |
| |
55 | 70 |
| |
56 | - | ||
71 | + | ||
57 | 72 |
| |
58 | 73 |
| |
59 | 74 |
| |
60 | 75 |
| |
61 | 76 |
| |
62 | 77 |
| |
63 | - | ||
64 | 78 |
| |
65 | 79 |
| |
66 | 80 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
47 | 47 |
| |
48 | 48 |
| |
49 | 49 |
| |
50 | + | ||
51 | + | ||
52 | + | ||
53 | + | ||
54 | + | ||
55 | + | ||
56 | + | ||
57 | + | ||
58 | + | ||
59 | + | ||
60 | + | ||
61 | + | ||
62 | + | ||
63 | + | ||
64 | + | ||
65 | + | ||
66 | + | ||
67 | + | ||
50 | 68 |
|
0 commit comments