parse complex types

Signed-off-by: map-per <map-per@gmx.de>
This commit is contained in:
map-per
2025-12-11 17:56:32 +01:00
parent df2cd7e85c
commit 4095531f37
3 changed files with 41 additions and 9 deletions

View File

@@ -642,7 +642,7 @@ void XMLFeature::RemoveTag(string_view key)
void XMLFeature::SetOSMTagsForType(uint32_t type)
{
TypeToOSMTranslator translator = GetOSMTranslator();
TypeToOSMTranslator const & translator = GetOSMTranslator();
auto result = translator.OsmTagsFromType(type);