https://github.com/mapbox/tippecanoe
Raw File
Tip revision: 7fe3de9cfa2608e08353622731216bbacc7dff76 authored by Eric Fischer on 11 May 2017, 19:51:14 UTC
Merge pull request #416 from mapbox/tile-join-compression
Tip revision: 7fe3de9
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