Prevent merging of circular-shaped roads

This commit is contained in:
Michael Krasnyk
2017-10-16 10:47:14 +02:00
parent bf03dcd1e6
commit 088d4edc6b
5 changed files with 102 additions and 3 deletions
+2
View File
@@ -378,6 +378,8 @@ bool areParallel(const iterator_type lhs_begin,
return std::abs(slope_rhs) < 0.20; // twenty percent incline at the most
}
double computeArea(const std::vector<Coordinate> &polygon);
} // ns coordinate_calculation
} // ns util
} // ns osrm