[feature] Added RouteRelation and linked it with FeatureType.

Signed-off-by: Viktor Govako <viktor.govako@gmail.com>
This commit is contained in:
Viktor Govako
2025-06-25 23:58:19 -03:00
committed by Konstantin Pastbin
parent 315bba2a22
commit b85c11ea5a
26 changed files with 336 additions and 63 deletions

View File

@@ -17,7 +17,8 @@ void CoverRect(m2::RectD const & rect, int scale, covering::Intervals & result)
MwmContext::MwmContext(MwmSet::MwmHandle handle)
: m_handle(std::move(handle))
, m_value(*m_handle.GetValue())
, m_vector(m_value.m_cont, m_value.GetHeader(), m_value.m_table.get(), m_value.m_metaDeserializer.get())
, m_vector(m_value.m_cont, m_value.GetHeader(), m_value.m_ftTable.get(), m_value.m_relTable.get(),
m_value.m_metaDeserializer.get())
, m_index(m_value.m_cont.GetReader(INDEX_FILE_TAG))
, m_centers(m_value)
, m_editableSource(m_handle)