Skip to content

Commit 2179082

Browse files
committed
Update changelog
1 parent 5dff747 commit 2179082

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

CHANGELOG.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,17 @@
11
# Changelog
22

3-
## [unreleased]
4-
5-
*The next release of tilemaker will be 2.0.*
3+
## [2.0-rc1] - 2021-07-02
64

75
### Added
86
- Optionally use on-disk workspace with new --store/--init-store options (@kleunen)
9-
- Run-time --compact switch for consecutive IDs (@kleunen)
7+
- Load .pbf in parallel (@kleunen)
108
- Static executable build for github CI (@kleunen)
11-
- Generate .pbf index file with --index switch (@kleunen)
129
- Mac and Windows CI builds (@kleunen)
1310
- Write metadata.json for file output (@kleunen)
1411
- Merge tile contents when using --merge switch
1512
- Mapsplit (.msf) source data support
1613
- `obj:MinZoom(z)` to set the minimum zoom at which a feature will be rendered
14+
- `obj:Centroid` to get the central lat/lon of an OSM object
1715
- `filter_below` to skip small areas at low zooms
1816
- Make layer name available in shapefile `attribute_function`
1917
- Set minimum zoom at which attributes are written
@@ -25,9 +23,12 @@
2523
- Use a shared key/value dictionary across OutputObjects to reduce memory usage (@kleunen)
2624

2725
### Changed
26+
- C++14 required
2827
- Remove Lua scale functions now that we return metres
29-
- Improve OpenMapTiles tag processing (@leonardehrenfried, @typebrook, @systemed)
28+
- Improve OpenMapTiles tag processing (@leonardehrenfried, @typebrook, @systemed, @QuentinC)
29+
- Use OpenMapTiles processing as default in tilemaker directory
3030
- Change OpenMapTiles minzoom to 0
31+
- Default simplify_ratio to 2
3132
- Ignore Lake Saimaa and USFS National Forest complex polygons in OpenMapTiles script
3233
- Rewrite linestring/polygon combining, with zoom level control (`combine_below` and `combine_polygons_below`)
3334
- Use boost::geometry::intersection for clipping (faster than clipper)
@@ -41,6 +42,7 @@
4142
- Don't filter out ABCA areas (@rdsa)
4243
- Don't break with old versions of sqlite
4344
- Don't generate tiles outside bounding box (@kleunen)
45+
- Dissolve problematic geometries (@kleunen)
4446
- Assign multipolygon inners to correct outers, including multiple way inners
4547
- Significant performance improvements (@kleunen)
4648
- Support nodes in LayerAsCentroid

0 commit comments

Comments
 (0)