https://github.com/mapbox/tippecanoe
Raw File
Tip revision: 30a987d9ba1158ffb151292a8eb0f2c4f834280e authored by Eric Fischer on 21 February 2017, 01:24:24 UTC
Merge pull request #374 from mapbox/multilayer-crash
Tip revision: 30a987d
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