Skip to content

v0.3.6

Compare
Choose a tag to compare
@balazsdukai balazsdukai released this 17 Jul 13:05
· 90 commits to master since this release

tyler 0.3.6 (2023-07-17)

Changed

  • The --grid-export switch does not export the feature centroids anymore. Use the --grid-export-features if you want to export the feature centroids together with the grid cells.
  • Write both pruned and unpruned tilesets. Unpruned tiles are only written in debug mode.
  • Reduced the logging in debug mode.

Fixed

  • Invalid subtree for implicit tiling, in case of very large areas (eg. the Netherlands).

Added

  • Write the world, quadtree and tiles_failed instances to bincode when running in debug mode. The instances can be loaded for debugging with the --debug-load-data, in which case tyler will load the instance data instead of generating it.
  • Describe how to generate debug data.