mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-21 13:53:37 +00:00
@@ -725,7 +725,7 @@ void XMLFeature::OSMBusinessReplacement(uint32_t old_type, uint32_t new_type)
|
|||||||
|
|
||||||
ForEachTag([& regex, this](std::string_view key, std::string_view /*value*/)
|
ForEachTag([& regex, this](std::string_view key, std::string_view /*value*/)
|
||||||
{
|
{
|
||||||
if (std::regex_search(key.begin(), key.end(), regex))
|
if (std::regex_match(key.begin(), key.end(), regex))
|
||||||
RemoveTag(key);
|
RemoveTag(key);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user