Skip to content

Commit 1809b0f

Browse files
committed
Changelog for v1.5
1 parent ac61f61 commit 1809b0f

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# Changelog
22

3+
## [1.5.0] - 2018-02-18
4+
5+
### Added
6+
- Support mbtiles 1.3 specification
7+
- Write `extent` field to tiles
8+
- Ability to specify MVT version (defaults to 2)
9+
- OpenMapTiles-like Lua/JSON files (@TimSC)
10+
- Dockerfile (@thomasbrueggemann)
11+
- Better error messages (@TimSC)
12+
- Support 64-bit way IDs (@TimSC)
13+
14+
### Changed
15+
- Significant refactoring (@TimSC)
16+
17+
### Fixed
18+
- Robustness fixes and error checking for invalid geometries, using clipper inter alia (@TimSC)
19+
- Don't break if config files not found
20+
- Don't break on massive .pbfs (e.g. France extract)
21+
- Don't break if .pbf only contains nodes, not ways
22+
- Fix build issues on some versions of OS X
23+
- Makefile fixes (@pnorman, @thomersch)
24+
325
## [1.4.0] - 2016-11-07
426

527
### Added

0 commit comments

Comments
 (0)