https://github.com/mapbox/tippecanoe
Raw File
Tip revision: 49aff99e13def774126eaeaa5360a4d9d3f09f30 authored by Eric Fischer on 07 June 2016, 19:23:08 UTC
First stage of respecting original winding order
Tip revision: 49aff99
main.hpp
struct index {
	long long start;
	long long end;
	unsigned long long index;
	short segment;
	unsigned long long seq : (64 - 16);  // pack with segment to stay in 32 bytes
};

void checkdisk(struct reader *r, int nreader);

extern int geometry_scale;
extern int quiet;

extern int CPUS;
extern int TEMP_FILES;
back to top