File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
25
## [ 1.4.0] - 2016-11-07
4
26
5
27
### Added
You can’t perform that action at this time.
0 commit comments