-
Notifications
You must be signed in to change notification settings - Fork 216
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[wkt] support tabs, newlines and code cleanup
- Loading branch information
1 parent
6a7224e
commit f92671b
Showing
9 changed files
with
291 additions
and
314 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[/============================================================================ | ||
Boost.Geometry (aka GGL, Generic Geometry Library) | ||
|
||
Copyright (c) 2009-2022 Barend Gehrels, Geodan, Amsterdam, the Netherlands. | ||
Copyright (c) 2009-2023 Barend Gehrels, Geodan, Amsterdam, the Netherlands. | ||
Copyright (c) 2009-2017 Bruno Lalande, Paris, France. | ||
Copyright (c) 2009-2017 Mateusz Loskot <[email protected]>, London, UK. | ||
Copyright (c) 2011-2017 Adam Wulkiewicz, Lodz, Poland. | ||
|
@@ -19,6 +19,22 @@ | |
|
||
[section:release_notes Release Notes] | ||
|
||
[/=================] | ||
[heading Boost 1.82] | ||
[/=================] | ||
|
||
[*Major improvements] | ||
|
||
* [@https://github.com/boostorg/geometry/pull/1045 1045] Support geographic buffer for (multi)linestrings and (multi)polygons | ||
|
||
[*Solved issues] | ||
|
||
* [@https://github.com/boostorg/geometry/issues/705 705] WKT: allow tabs and new lines | ||
|
||
[*Breaking changes] | ||
|
||
* The WKT output presentation of an empty polygon is now POLYGON() to make it consistent with other geometries | ||
|
||
[/=================] | ||
[heading Boost 1.81] | ||
[/=================] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.