Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Byko-Ianko <v.bykoianko@corp.mail.ru>2019-04-04 17:37:47 +0300
committerVladimir Byko-Ianko <v.bykoianko@corp.mail.ru>2019-04-26 11:38:44 +0300
commit3cbac92846dd823de1bb7650a3ed095c5ec968d6 (patch)
tree2cac8f98ff959979c174512a5c2221fdb71555d4 /openlr/road_info_getter.cpp
parent7fad3d7c318b29499cfbfccba38a54c9fc6436be (diff)
Implementation of algorithm of openlr matching with score algorithm.
Diffstat (limited to 'openlr/road_info_getter.cpp')
-rw-r--r--openlr/road_info_getter.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/openlr/road_info_getter.cpp b/openlr/road_info_getter.cpp
index a54b52177b..26e7f029b7 100644
--- a/openlr/road_info_getter.cpp
+++ b/openlr/road_info_getter.cpp
@@ -13,6 +13,7 @@ RoadInfoGetter::RoadInfo::RoadInfo(FeatureType & ft)
: m_hwClass(ftypes::GetHighwayClass(feature::TypesHolder(ft)))
, m_link(ftypes::IsLinkChecker::Instance()(ft))
, m_oneWay(ftypes::IsOneWayChecker::Instance()(ft))
+ , m_isRoundabout(ftypes::IsRoundAboutChecker::Instance()(ft))
{
}