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

Remove polygon splitting; add option to decode specific layers

Compare
Choose a tag to compare
@e-n-f e-n-f released this 02 Mar 23:05
· 652 commits to master since this release

1.16.11

  • Remove polygon splitting, since polygon cleaning is now fast enough

1.16.10

  • Add a tippecanoe-decode option to specify layer names

1.16.9

  • Clean up layer name handling to fix layer merging crash

1.16.8

  • Fix some code that could sometimes try to divide by zero
  • Add check for $TIPPECANOE_MAX_THREADS environmental variable

1.16.7

  • Fix area of placeholders for degenerate multipolygons

1.16.6

  • Upgrade Wagyu to 0.3.0; downgrade C++ requirement to C++ 11

1.16.5

  • Add -z and -Z options to tippecanoe-decode

1.16.4

  • Use Wagyu's quick_lr_clip() instead of a separate implementation