osrm-backend/examples/utils.hpp
Dennis Luxen 1973db4431 Squashed 'third_party/vtzero/' content from commit cf89d56ac
git-subtree-dir: third_party/vtzero
git-subtree-split: cf89d56ac22eee0a252aab8d2e87344e4ce73d70
2024-05-07 21:02:58 +02:00

12 lines
287 B
C++

#include <vtzero/vector_tile.hpp>
#include <string>
std::string read_file(const std::string& filename);
void write_data_to_file(const std::string& buffer, const std::string& filename);
vtzero::layer get_layer(const vtzero::vector_tile& tile, const std::string& layer_name_or_num);