[generator] Add branch key to map generator

Signed-off-by: eisa01 <eisa01@gmail.com>
This commit is contained in:
eisa01
2025-08-24 19:24:58 +02:00
committed by x7z4w
parent 9fd80ecf88
commit 20208cf892
5 changed files with 14 additions and 0 deletions

View File

@@ -12,6 +12,7 @@ struct MetadataTagProcessorImpl
std::string ValidateAndFormat_maxspeed(std::string const & v) const;
static std::string ValidateAndFormat_stars(std::string const & v);
std::string ValidateAndFormat_operator(std::string const & v) const;
static std::string ValidateAndFormat_text(std::string const & v);
static std::string ValidateAndFormat_url(std::string const & v);
static std::string ValidateAndFormat_phone(std::string const & v);
static std::string ValidateAndFormat_opening_hours(std::string const & v);