#include <stdint.h>
#include <netinet/in.h>
#include <zlib.h>
#include <string.h>
#include <fstream>
#include <iostream>
#include <osmpbf/fileformat.pb.h>
#include <osmpbf/osmformat.pb.h>
Go to the source code of this file.
|
| template<typename Visitor > |
| void | CanalTP::read_osm_pbf (const std::string &filename, Visitor &visitor, bool wayOnly) |
| |
| std::streampos | CanalTP::fileSize (const char *filePath) |
| |
| template<typename T > |
| Tags | CanalTP::get_tags (const T &object, const OSMPBF::PrimitiveBlock &primblock) |
| |
◆ lonlat_resolution
| const int lonlat_resolution = 1000 * 1000 * 1000 |
◆ max_blob_header_size
| const int max_blob_header_size = 64 * 1024 |
◆ max_uncompressed_blob_size
| const int max_uncompressed_blob_size = 32 * 1024 * 1024 |