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
path: root/openlr
diff options
context:
space:
mode:
authorVladimir Byko-Ianko <v.bykoianko@corp.mail.ru>2019-07-05 12:58:18 +0300
committerVlad Mihaylenko <vxmihaylenko@gmail.com>2019-07-16 18:24:02 +0300
commit16e558f84b36741474a9a1036e818ee2bc223a44 (patch)
treef3218d28070c54ef9e4f33a8a0e83c15756123d1 /openlr
parenta676661e02bfdc777e3eae5ddf1bcbd1b264baaf (diff)
[routing] Review fixes.
Diffstat (limited to 'openlr')
-rw-r--r--openlr/graph.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/openlr/graph.cpp b/openlr/graph.cpp
index e83c30e77e..0f83f232c1 100644
--- a/openlr/graph.cpp
+++ b/openlr/graph.cpp
@@ -68,7 +68,7 @@ void Graph::FindClosestEdges(m2::PointD const & point, uint32_t const count,
{
m_graph.FindClosestEdges(
MercatorBounds::RectByCenterXYAndSizeInMeters(point, FeaturesRoadGraph::kClosestEdgesRadiusM),
- count, nullptr, vicinities);
+ count, nullptr /* isGoodFeature */, vicinities);
}
void Graph::AddIngoingFakeEdge(Edge const & e)