forked from organicmaps/organicmaps
[openlr] Fix to OpenLR assessment tool CarModelFactory creation.
This commit is contained in:
parent
e493d3883a
commit
5e3707e961
1 changed files with 3 additions and 1 deletions
|
@ -13,6 +13,8 @@
|
|||
|
||||
#include "routing_common/car_model.hpp"
|
||||
|
||||
#include "storage/country_parent_getter.hpp"
|
||||
|
||||
#include "geometry/mercator.hpp"
|
||||
#include "geometry/point2d.hpp"
|
||||
|
||||
|
@ -118,7 +120,7 @@ public:
|
|||
: m_framework(framework)
|
||||
, m_index(framework.GetIndex())
|
||||
, m_roadGraph(m_index, routing::IRoadGraph::Mode::ObeyOnewayTag,
|
||||
make_unique<routing::CarModelFactory>(routing::CountryParentNameGetterFn{}))
|
||||
make_unique<routing::CarModelFactory>(storage::CountryParentGetter{}))
|
||||
{
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue