https://github.com/mapbox/tippecanoe
Raw File
Tip revision: c87d6eadfcfcb7b385b0968f47e3934554a1ea1b authored by Eric Fischer on 03 January 2017, 20:18:40 UTC
Associate attributes with the right layer when explicitly tagged (#342)
Tip revision: c87d6ea
text.hpp
#include <string>

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