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

Method GetMwmIdByMapName

libs/editor/osm_editor.cpp:1060–1068  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1058}
1059
1060MwmSet::MwmId Editor::GetMwmIdByMapName(string const & name)
1061{
1062 if (!m_delegate)
1063 {
1064 LOG(LERROR, ("Can't get mwm id by map name:", name, ", delegate is not set."));
1065 return {};
1066 }
1067 return m_delegate->GetMwmIdByMapName(name);
1068}
1069
1070std::unique_ptr<EditableMapObject> Editor::GetOriginalMapObject(FeatureID const & fid) const
1071{

Callers 1

SetIndexTestMethod · 0.45

Calls

no outgoing calls

Tested by 1

SetIndexTestMethod · 0.36