这是indexloc提供的服务,不要输入任何密码
Skip to content

CSV input, coalescing fixes, point clustering, better tile-directory support

Choose a tag to compare

@e-n-f e-n-f released this 19 Jan 18:29
· 283 commits to master since this release
21b9b19

1.27.6

  • Fix opportunities for integer overflow and out-of-bounds references

1.27.5

  • Add --cluster-densest-as-needed to cluster features
  • Add --maximum-tile-features to set the maximum number of features in a tile

1.27.4

  • Support CSV point input
  • Don't coalesce features that have different IDs but are otherwise identical
  • Remove the 700-point limit on coalesced features, since polygon merging
    is no longer a performance problem

1.27.3

  • Clean up duplicated code for reading tiles from a directory

1.27.2

  • Tippecanoe-decode can decode directories of tiles, not just mbtiles
  • The --allow-existing option works on directories of tiles
  • Trim .geojson, not just .json, when making layer names from filenames