You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use protozero::basic_pbf_builder to make buffer type configurable. This allows you to create the final vector tile in any type of buffer, not just std::string. See documentation for details.
Switch to catch2 for testing.
Fixed
Examples vtzero-create and vtzero-streets now commit features written.
Various fixes and small cleanups, mostly based on clang-tidy reports.