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
text.hpp
#include <string>

std::string check_utf8(std::string text);
back to top