mirror of
https://github.com/mapbox/tippecanoe.git
synced 2025-04-24 04:55:55 +00:00
The idea is that you can free any element once you are done with it, even if it is part of an array or hash that isn't completely read yet. Removing array elements is reasonably well defined because nothing else depends on them. Removing a hash key or value causes it to be replaced by a null unless the other side of the component has already been nulled out, in which case the whole pair is removed.
Description
Build vector tilesets from large collections of GeoJSON features.
45 MiB
Languages
C++
95%
Makefile
2.5%
C
1.7%
Perl
0.5%
Shell
0.3%