mirror of
https://codeberg.org/comaps/comaps
synced 2026-01-06 04:24:29 +00:00
[feature] Added RouteRelation and linked it with FeatureType.
Signed-off-by: Viktor Govako <viktor.govako@gmail.com>
This commit is contained in:
committed by
Konstantin Pastbin
parent
315bba2a22
commit
b85c11ea5a
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user