mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-20 13:23:59 +00:00
[editor] Check OSM max char length in value validation
Signed-off-by: map-per <map-per@gmx.de>
This commit is contained in:
@@ -6,6 +6,8 @@
|
||||
|
||||
namespace osm
|
||||
{
|
||||
static int constexpr kMaximumOsmChars = 255;
|
||||
|
||||
std::string ValidateAndFormat_website(std::string const & v);
|
||||
std::string ValidateAndFormat_facebook(std::string const & v);
|
||||
std::string ValidateAndFormat_instagram(std::string const & v);
|
||||
|
||||
Reference in New Issue
Block a user