/srv/osrm/osrm-backend/third_party/vtzero/examples
NameSizeModeActions
CMakeLists.txt34730644editdlrm
utils.cpp31870644editdlrm
utils.hpp2870644editdlrm
vtzero-check.cpp59060644editdlrm
vtzero-create.cpp30460644editdlrm
vtzero-encode-geom.cpp41100644editdlrm
vtzero-filter.cpp27480644editdlrm
vtzero-show.cpp71800644editdlrm
vtzero-stats.cpp9600644editdlrm
vtzero-streets.cpp22630644editdlrm
Edit: /srv/osrm/osrm-backend/third_party/vtzero/examples/utils.hpp (287B)
#include #include 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);