Skip to content

Commit

Permalink
Update API breaks docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Nov 29, 2017
1 parent 3341a3e commit ebe16f1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/api_break.dox
Expand Up @@ -456,6 +456,9 @@ QgsAbstractGeometry {#qgis_api_break_3_0_QgsAbstractGeometry}
- asGML2() was renamed to asGml2()
- asGML3() was renamed to asGml3()
- asJSON() was renamed to asJson()
- closestSegment() now returns an integer value for the leftOf test (-1 if point is to the left
of the geometry, +1 if the point is to the right of the geometry, or 0 for cases where left/right could not
be determined, e.g. point exactly on a line)


QgsActionManager {#qgis_api_break_3_0_QgsActionManager}
Expand Down Expand Up @@ -1338,6 +1341,7 @@ maintains Z or M dimensions from the input points and is more efficient.
- fromMultiPolygon() was renamed to fromMultiPolygonXY()
- exportToWkt() was renamed to asWkt()
- exportToGeoJSON() was renamed to asJson()
- closestSegmentWithContext() now returns an extra value, indicating whether the point is to the left of the geometry


QgsGeometryAnalyzer {#qgis_api_break_3_0_QgsGeometryAnalyzer}
Expand Down

0 comments on commit ebe16f1

Please sign in to comment.