Recreate feature/expose_node_ids
This commit is contained in:
committed by
Daniel J. Hofmann
parent
448f8377fb
commit
a4ac07866a
@@ -50,6 +50,10 @@ class MockDataFacade final : public engine::datafacade::BaseDataFacade
|
||||
{
|
||||
return {util::FixedLongitude{0}, util::FixedLatitude{0}};
|
||||
}
|
||||
OSMNodeID GetOSMNodeIDOfNode(const unsigned /* id */) const override
|
||||
{
|
||||
return OSMNodeID{0};
|
||||
}
|
||||
bool EdgeIsCompressed(const unsigned /* id */) const { return false; }
|
||||
unsigned GetGeometryIndexForEdgeID(const unsigned /* id */) const override
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user