File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -456,6 +456,9 @@ QgsAbstractGeometry {#qgis_api_break_3_0_QgsAbstractGeometry}
456
456
- asGML2() was renamed to asGml2()
457
457
- asGML3() was renamed to asGml3()
458
458
- asJSON() was renamed to asJson()
459
+ - closestSegment() now returns an integer value for the leftOf test (-1 if point is to the left
460
+ of the geometry, +1 if the point is to the right of the geometry, or 0 for cases where left/right could not
461
+ be determined, e.g. point exactly on a line)
459
462
460
463
461
464
QgsActionManager {#qgis_api_break_3_0_QgsActionManager}
@@ -1338,6 +1341,7 @@ maintains Z or M dimensions from the input points and is more efficient.
1338
1341
- fromMultiPolygon() was renamed to fromMultiPolygonXY()
1339
1342
- exportToWkt() was renamed to asWkt()
1340
1343
- exportToGeoJSON() was renamed to asJson()
1344
+ - closestSegmentWithContext() now returns an extra value, indicating whether the point is to the left of the geometry
1341
1345
1342
1346
1343
1347
QgsGeometryAnalyzer {#qgis_api_break_3_0_QgsGeometryAnalyzer}
You can’t perform that action at this time.
0 commit comments