You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[note The current implemetation only enlarges a box, which is not defined by OGC.
17
-
A next version of the library will contain a more complete implementation
15
+
[note This version without strategies enlarges a box. To buffer any geometry, use [link geometry.reference.algorithms.buffer.buffer_7_with_strategies buffer (with strategies)]
Copy file name to clipboardExpand all lines: doc/release_notes.qbk
+17-5Lines changed: 17 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@
7
7
Copyright (c) 2011-2017 Adam Wulkiewicz, Lodz, Poland.
8
8
9
9
This file was modified by Oracle on 2015, 2017, 2018.
10
-
Modifications copyright (c) 2015-2018, Oracle and/or its affiliates.
10
+
Modifications copyright (c) 2015-2019, Oracle and/or its affiliates.
11
11
Contributed and/or modified by Vissarion Fysikopoulos, on behalf of Oracle
12
12
Contributed and/or modified by Menelaos Karavelas, on behalf of Oracle
13
13
Contributed and/or modified by Adam Wulkiewicz, on behalf of Oracle
@@ -19,6 +19,18 @@
19
19
20
20
[section:release_notes Release Notes]
21
21
22
+
[/=================]
23
+
[heading Boost 1.70]
24
+
[/=================]
25
+
26
+
[*Improvements]
27
+
28
+
* [@https://github.com/boostorg/geometry/pull/526 526] New line interpolate algorithm.
29
+
30
+
[*Bugfixes]
31
+
32
+
* [@https://github.com/boostorg/geometry/pull/553 553] Pass spheroid correctly in geographic comparable strategies.
33
+
22
34
[/=================]
23
35
[heading Boost 1.69]
24
36
[/=================]
@@ -51,7 +63,7 @@
51
63
* [@https://github.com/boostorg/geometry/pull/469 469] Horizontal grid shift (nadgrids) in SRS transformations (undocumented for now due to potential interface changes).
52
64
* [@https://github.com/boostorg/geometry/pull/478 478] Box-Segment distance for spherical and geographic coordinate systems.
53
65
* [@https://github.com/boostorg/geometry/pull/487 487] Missing combinations of geometries in distance for spherical and geographic cs
54
-
* [@https://github.com/boostorg/geometry/pull/489 489] Additional direct geodesic problem formulas for internal use
66
+
* [@https://github.com/boostorg/geometry/pull/489 489] Additional direct geodesic problem formulas for internal use
55
67
56
68
[*Solved issues]
57
69
@@ -355,7 +367,7 @@
355
367
[*Bugfixes]
356
368
357
369
* Bug in multipoint/polygon multipoint/multipolygon distance computation (wrong detection of points inside the areal geometry)
358
-
* Bug in flatten_iterator's assignment operator causing an access violation
370
+
* Bug in flatten_iterator's assignment operator causing an access violation
359
371
* Bug in Cartesian segment-segment intersection strategy when one segment degenerates to a point and is collinear to the other non-degenerate segment
360
372
* Bug in centroid(), non-deterministic result if calculated for e.g. a Polygon with zero-area.
361
373
* Bug in buffers for joins with a limited number of points
0 commit comments