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

Method GetMwmIdByMapName

libs/search/editor_delegate.cpp:18–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16EditorDelegate::EditorDelegate(DataSource const & dataSource) : m_dataSource(dataSource) {}
17
18MwmSet::MwmId EditorDelegate::GetMwmIdByMapName(string const & name) const
19{
20 return m_dataSource.GetMwmIdByCountryFile(platform::CountryFile(name));
21}
22
23unique_ptr<osm::EditableMapObject> EditorDelegate::GetOriginalMapObject(FeatureID const & fid) const
24{

Callers

nothing calls this directly

Calls 2

GetMwmIdByCountryFileMethod · 0.80
CountryFileClass · 0.50

Tested by

no test coverage detected