https://github.com/mapbox/tippecanoe
Raw File
Tip revision: e46769b2816c4b8d27c46c5427e6384ab13c3b0c authored by Eric Fischer on 25 September 2015, 19:38:28 UTC
Hacky thing to dump tile coordinates and properties to stdout while tiling
Tip revision: e46769b
CHANGELOG.md
## 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
* Added `-v` flag to check tippecanoe's version
back to top