mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-19 13:03:36 +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
@@ -19,8 +19,8 @@ FeatureSource::FeatureSource(MwmSet::MwmHandle const & handle) : m_handle(handle
|
||||
return;
|
||||
|
||||
auto const & value = *m_handle.GetValue();
|
||||
m_vector = std::make_unique<FeaturesVector>(value.m_cont, value.GetHeader(), value.m_table.get(),
|
||||
value.m_metaDeserializer.get());
|
||||
m_vector = std::make_unique<FeaturesVector>(value.m_cont, value.GetHeader(), value.m_ftTable.get(),
|
||||
value.m_relTable.get(), value.m_metaDeserializer.get());
|
||||
}
|
||||
|
||||
size_t FeatureSource::GetNumFeatures() const
|
||||
|
||||
Reference in New Issue
Block a user