| 1058 | } |
| 1059 | |
| 1060 | MwmSet::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 | |
| 1070 | std::unique_ptr<EditableMapObject> Editor::GetOriginalMapObject(FeatureID const & fid) const |
| 1071 | { |