osrm-backend/examples/utils.hpp
Michael Krasnyk 6bee8866de Squashed 'third_party/vtzero/' content from commit 2b43c8f5c
git-subtree-dir: third_party/vtzero
git-subtree-split: 2b43c8f5c7cc461a874a657673dfc15f8fb21d1d
2018-04-19 22:03:52 +03: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);