MCPcopy Create free account
hub / github.com/comaps/comaps / RemoveTag

Method RemoveTag

libs/editor/xml_feature.cpp:633–638  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

631}
632
633void XMLFeature::RemoveTag(string_view key)
634{
635 auto tag = FindTag(m_document, key);
636 if (tag)
637 GetRootNode().remove_child(tag);
638}
639
640void XMLFeature::SetOSMTagsForType(uint32_t type)
641{

Callers

nothing calls this directly

Calls 1

FindTagFunction · 0.85

Tested by

no test coverage detected