1#ifndef OSMIUM_IO_PBF_HPP
2#define OSMIUM_IO_PBF_HPP
47 std::vector<std::string> types{
"none",
"zlib"};
50 types.emplace_back(
"lz4");
Everything related to input and output of OSM data.
Definition bzip2_compression.hpp:86
std::vector< std::string > supported_pbf_compression_types()
Definition pbf.hpp:46
Namespace for everything in the Osmium library.
Definition assembler.hpp:53