https://github.com/mapbox/tippecanoe
Revision 433fc800dd718e86b1cf8d5127e638edf2caa97e authored by Eric Fischer on 27 July 2017, 00:35:50 UTC, committed by Eric Fischer on 27 July 2017, 00:35:50 UTC
1 parent 81e3f09
Raw File
Tip revision: 433fc800dd718e86b1cf8d5127e638edf2caa97e authored by Eric Fischer on 27 July 2017, 00:35:50 UTC
Experiment: exclude geometries that will wrap around when rendered
Tip revision: 433fc80
dirtiles.hpp
std::string dir_read_tile(std::string pbfPath);

void dir_write_tile(const char *outdir, int z, int tx, int ty, std::string const &pbf);
back to top