Commit e55fbeb
1 parent 631c7cd commit e55fbeb
1 file changed
+5
-0
lines changedLines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4108 | 4108 |
| |
4109 | 4109 |
| |
4110 | 4110 |
| |
| 4111 | + | |
| 4112 | + | |
| 4113 | + | |
| 4114 | + | |
| 4115 | + | |
4111 | 4116 |
| |
4112 | 4117 |
| |
4113 | 4118 |
|
2 commit comments
NathanW2 commentedon Mar 26, 2017
Ouch. Why are they wrong. I thought we used GEOS for that.
nyalldawson commentedon Mar 26, 2017
If you call QgsGeometry::centroid it uses GEOS. But QgsAbstractGeometry has some native centroid methods, so calling .geometry().centroid() gives a different (wrong) result.