|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## [2.1.0] - 2022-02-11 |
| 4 | + |
| 5 | +### Added |
| 6 | +- Relation support via new Lua functions (@systemed) |
| 7 | +- Restore --compact mode for memory-efficient sequential store (@kleunen) |
| 8 | +- Give objects a ZOrder which is sorted on output (@Nakaner) |
| 9 | +- Add man page (@xamanu) |
| 10 | +- Configurable language support in OMT-compatible schema (@systemed) |
| 11 | +- Support highway=pedestrian (@leonardehrenfried) |
| 12 | +- New --skip-integrity option to disable way-node check (@systemed) |
| 13 | +- New --bbox option which overwrites any other bounding box (@systemed) |
| 14 | + |
| 15 | +### Changed |
| 16 | +- Reduce Docker image size (@guillaumerose) |
| 17 | +- Build no longer requires git (@xamanu) |
| 18 | +- Faster multipolygon assembly (@systemed) |
| 19 | +- Faster simplify (@kleunen) |
| 20 | +- Faster shutdown and delete mmap file (@kleunen) |
| 21 | +- Reduce memory usage by optimising OutputObject (@kleunen) |
| 22 | +- Reduce memory usage by not storing ways unless used by relations (@systemed) |
| 23 | +- Unbundle rapidjson and expect it as a dependency (@xamanu, @kleunen) |
| 24 | +- simplify_level used consistently through OMT-compatible schema (@systemed) |
| 25 | +- Use destdir and prefix variables in Makefile (@xamanu) |
| 26 | + |
| 27 | +### Fixed |
| 28 | +- Load JSON module in example Ruby server (@Silvercast) |
| 29 | +- Support multiple types of entities in a single PBF block (@irnc) |
| 30 | +- Correctly output OSM object IDs (@typebrook) |
| 31 | +- Improve POI output in OMT-compatible schema (@systemed) |
| 32 | +- Don't write 'meta'-layers (using write_to attribute) to metadata.json (@Nakaner) |
| 33 | +- Handle nan issue in MinZoom/ZOrder with invalid values (@kleunen) |
| 34 | +- Use real relation IDs in processing (@systemed) |
| 35 | +- Support new homebrew paths on Apple Silicon Macs (@prebm) |
| 36 | +- Improve Lua support in Makefile (@kleunen, @zidel) |
| 37 | +- Clamp latitude to range valid for spherical Mercator (@kleunen) |
| 38 | +- Documentation updates (@xamanu, @systemed) |
| 39 | + |
3 | 40 | ## [2.0.0] - 2021-07-09 |
4 | 41 |
|
5 | 42 | ### Added |
|
0 commit comments