mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-20 13:23:59 +00:00
@@ -650,7 +650,7 @@ void XMLFeature::SetOSMTagsForType(uint32_t type)
|
||||
|
||||
std::vector<OSMTag> const & osmTags = GetOSMTranslator().OsmTagsFromType(type);
|
||||
|
||||
for(auto const & osmTag : osmTags)
|
||||
for (auto const & osmTag : osmTags)
|
||||
SetTagValue(osmTag.key, osmTag.value);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user