mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-19 04:53: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
@@ -66,7 +66,7 @@ public:
|
||||
/// Load table by full path to the table file.
|
||||
static std::unique_ptr<FeaturesOffsetsTable> Load(std::string const & filePath);
|
||||
|
||||
static std::unique_ptr<FeaturesOffsetsTable> Load(FilesContainerR const & cont);
|
||||
static std::unique_ptr<FeaturesOffsetsTable> Load(FilesContainerR const & cont, std::string const & tag);
|
||||
static void Build(FilesContainerR const & cont, std::string const & storePath);
|
||||
|
||||
FeaturesOffsetsTable(FeaturesOffsetsTable const &) = delete;
|
||||
|
||||
Reference in New Issue
Block a user