Skip to content

A new tool for joining CSV to JSON, plus bug fixes and cleanup

Compare
Choose a tag to compare
@e-n-f e-n-f released this 21 Nov 18:54
· 310 commits to master since this release
ac67013

1.27.0

  • Add tippecanoe-json-tool for sorting and joining GeoJSON files
  • Fix problem where --detect-shared-borders could simplify polygons away
  • Attach --coalesce-smallest-as-needed leftovers to the last feature, not the first
  • Fix overflow when iterating through 0-length lists backwards

1.26.7

  • Add an option to quiet the progress indicator but not warnings
  • Enable more compiler warnings and fix related problems

1.26.6

  • Be more careful about checking for overflow when parsing numbers

1.26.5

  • Support UTF-16 surrogate pairs in JSON strings
  • Support arbitrarily long lines in CSV files.
  • Treat CSV fields as numbers only if they follow JSON number syntax

1.26.4

  • Array bounds bug fix in binary to decimal conversion library