2015-12-15 23:52:08 +00:00
|
|
|
## 1.5.0
|
|
|
|
|
|
|
|
* Base zoom for dot-dropping can be specified independently of
|
2015-12-18 19:28:00 +00:00
|
|
|
maxzoom for tiling.
|
|
|
|
* Tippecanoe can calculate a base zoom and drop rate for you.
|
2015-12-15 23:52:08 +00:00
|
|
|
|
2015-12-14 23:45:00 +00:00
|
|
|
## 1.4.3
|
|
|
|
|
|
|
|
* Encode numeric attributes as integers instead of floating point if possible
|
|
|
|
|
2015-12-11 20:31:10 +00:00
|
|
|
## 1.4.2
|
|
|
|
|
|
|
|
* Bug fix for problem that would occasionally produce empty point geometries
|
|
|
|
* More bug fixes for polygon generation
|
|
|
|
|
2015-12-03 23:19:54 +00:00
|
|
|
## 1.4.1
|
|
|
|
|
|
|
|
* Features that cross the antimeridian are split into two parts instead
|
|
|
|
of being partially lost off the edge
|
|
|
|
|
2015-11-12 01:03:49 +00:00
|
|
|
## 1.4.0
|
|
|
|
|
|
|
|
* More polygon correctness
|
|
|
|
* Query the system for the number of available CPUs instead of guessing
|
|
|
|
* Merge input files into one layer if a layer name is specified
|
|
|
|
* Document and install tippecanoe-enumerate and tippecanoe-decode
|
|
|
|
|
2015-10-20 19:01:10 +00:00
|
|
|
## 1.3.0
|
|
|
|
|
|
|
|
* Tile generation is multithreaded to take advantage of multiple CPUs
|
|
|
|
* More compact data representation reduces memory usage and improves speed
|
|
|
|
* Polygon clipping uses [Clipper](http://www.angusj.com/delphi/clipper/documentation/Docs/_Body.htm)
|
|
|
|
and makes sure interior and exterior rings are distinguished by winding order
|
|
|
|
* Individual GeoJSON features can specify their own minzoom and maxzoom
|
|
|
|
* New `tile-join` utility can add new properties from a CSV file to an existing tileset
|
|
|
|
* Feature coalescing, line-reversing, and reordering by attribute are now options, not defaults
|
|
|
|
* Output of `decode` utility is now in GeoJSON format
|
|
|
|
* Tile generation with a minzoom spends less time on unused lower zoom levels
|
|
|
|
* Bare geometries without a Feature wrapper are accepted
|
2015-10-27 19:55:42 +00:00
|
|
|
* Default tile resolution is 4096 units at all zooms since renderers assume it
|
2015-10-20 19:01:10 +00:00
|
|
|
|
2015-05-29 14:44:39 +00:00
|
|
|
## 1.2.0
|
|
|
|
|
|
|
|
* Switched to top-down rendering, yielding performance improvements
|
|
|
|
* Add a dot-density gamma feature to thin out especially dense clusters
|
|
|
|
* Add support for multiple layers, making it possible to include more
|
|
|
|
than one GeoJSON featurecollection in a map. [#29](https://github.com/mapbox/tippecanoe/pull/29)
|
|
|
|
* Added flags that let you optionally avoid simplifying lines, restricting
|
|
|
|
maximum tile sizes, and coalescing features [#30](https://github.com/mapbox/tippecanoe/pull/30)
|
|
|
|
* Added check that minimum zoom level is less than maximum zoom level
|
2015-05-29 14:52:20 +00:00
|
|
|
* Added `-v` flag to check tippecanoe's version
|