-
Notifications
You must be signed in to change notification settings - Fork 89
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
It only needs to look for other small features when coalescing, not d…
…ropping (#64) * Back out the slow search for other small features when dropping features * Actually, *do* look for small features still when coalescing * Update changelog
- Loading branch information
Showing
7 changed files
with
15 additions
and
215 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
94 changes: 1 addition & 93 deletions
94
tests/ne_110m_admin_0_countries/out/-ae_-zg_-M5000_--drop-smallest-as-needed.json
Large diffs are not rendered by default.
Oops, something went wrong.
90 changes: 1 addition & 89 deletions
90
tests/ne_110m_admin_0_countries/out/-z5_-M5000_--drop-smallest-as-needed.json
Large diffs are not rendered by default.
Oops, something went wrong.
24 changes: 4 additions & 20 deletions
24
...10m_admin_1_states_provinces_lines/out/-z5_-M500_--drop-smallest-as-needed.json
Large diffs are not rendered by default.
Oops, something went wrong.
12 changes: 1 addition & 11 deletions
12
tests/ne_110m_populated_places/out/-z1_-M10000_--drop-smallest-as-needed.json
Large diffs are not rendered by default.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#ifndef VERSION_HPP | ||
#define VERSION_HPP | ||
|
||
#define VERSION "v2.21.0" | ||
#define VERSION "v2.22.0" | ||
|
||
#endif |