https://github.com/mapbox/tippecanoe
Raw File
Tip revision: 24a182772f93425fac36dc66319468a831d371fb authored by Eric Fischer on 07 July 2017, 21:44:28 UTC
Merge pull request #433 from mapbox/getopt
Tip revision: 24a1827
pool.hpp
struct stringpool {
	long long left;
	long long right;
	long long off;
};

long long addpool(struct memfile *poolfile, struct memfile *treefile, const char *s, char type);
back to top