mirror of
https://github.com/mapbox/tippecanoe.git
synced 2025-01-22 04:18:01 +00:00
4 lines
137 B
C++
4 lines
137 B
C++
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);
|